1#ifndef QWT3D_GRIDMAPPING_H
2#define QWT3D_GRIDMAPPING_H
4#include "qwt3d_mapping.h"
22 void setMesh(
unsigned int columns,
unsigned int rows);
24 void setDomain(
double minu,
double maxu,
double minv,
double maxv);
38 unsigned int meshU()
const;
39 unsigned int meshV()
const;
Abstract base class for mappings acting on rectangular grids
Definition qwt3d_gridmapping.h:15
Abstract base class for general mappings
Definition qwt3d_mapping.h:15
A class representing surfaces
Definition qwt3d_surfaceplot.h:16
Parallelepiped spanned by 2 Triples
Definition qwt3d_types.h:303