QWT API (English) 7.0.1
Qt Widget Library for Technical Applications - English API Documentation
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
Qwt3D::GridMapping Class Reference

Abstract base class for mappings acting on rectangular grids . More...

#include <qwt3d_gridmapping.h>

Inheritance diagram for Qwt3D::GridMapping:
Qwt3D::Mapping Qwt3D::Function Qwt3D::ParametricSurface

Public Member Functions

 GridMapping ()
 Default constructor.
 
void setMesh (unsigned int columns, unsigned int rows)
 Sets the number of mesh columns and rows.
 
void setDomain (double minu, double maxu, double minv, double maxv)
 Sets the domain (parameter range) for the u and v directions.
 
void restrictRange (Qwt3D::ParallelEpiped const &)
 Restricts the data range to a parallelepiped.
 
- Public Member Functions inherited from Qwt3D::Mapping
virtual QString name () const
 

Protected Attributes

Qwt3D::ParallelEpiped range_p
 
Qwt3D::SurfacePlotplotwidget_p
 
unsigned int umesh_p
 
unsigned int vmesh_p
 
double minu_p
 
double maxu_p
 
double minv_p
 
double maxv_p
 

Detailed Description

Abstract base class for mappings acting on rectangular grids

.

Constructor & Destructor Documentation

◆ GridMapping()

GridMapping::GridMapping ( )

Default constructor.

Member Function Documentation

◆ restrictRange()

void GridMapping::restrictRange ( Qwt3D::ParallelEpiped const &  p)

Restricts the data range to a parallelepiped.

◆ setDomain()

void GridMapping::setDomain ( double  minu,
double  maxu,
double  minv,
double  maxv 
)

Sets the domain (parameter range) for the u and v directions.

◆ setMesh()

void GridMapping::setMesh ( unsigned int  columns,
unsigned int  rows 
)

Sets the number of mesh columns and rows.


The documentation for this class was generated from the following files: