1#ifndef QWT3D_GRIDMAPPING_H
2#define QWT3D_GRIDMAPPING_H
4#include "qwt3d_mapping.h"
19 void setMesh(
unsigned int columns,
unsigned int rows);
21 void setDomain(
double minu,
double maxu,
double minv,
double maxv);
31 unsigned int meshU()
const;
32 unsigned int meshV()
const;
Abstract base class for mappings acting on rectangular grids.
Definition qwt3d_gridmapping.h:12
Abstract base class for general mappings.
Definition qwt3d_mapping.h:14
Parallelepiped spanned by 2 Triples.
Definition qwt3d_types.h:334