QWT API (中文) 7.3.0
Qt绘图库 - 中文API文档
载入中...
搜索中...
未找到
| Public 成员函数 | Protected 成员函数 | 所有成员列表
Qwt3D::GridMapping类 参考

Abstract base class for mappings acting on rectangular grids 更多...

#include <qwt3d_gridmapping.h>

类 Qwt3D::GridMapping 继承关系图:
Qwt3D::Mapping Qwt3D::Function Qwt3D::ParametricSurface

class  PrivateData
 

Public 成员函数

 GridMapping ()
 Default constructor
 
void setMesh (unsigned int columns, unsigned int 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 成员函数 继承自 Qwt3D::Mapping
virtual QString name () const
 

Protected 成员函数

Qwt3D::SurfacePlotplotWidget () const
 
void setPlotWidget (Qwt3D::SurfacePlot *pw)
 
Qwt3D::ParallelEpipedrange ()
 
const Qwt3D::ParallelEpipedrange () const
 
unsigned int meshU () const
 
unsigned int meshV () const
 
double minU () const
 
double maxU () const
 
double minV () const
 
double maxV () const
 

详细描述

Abstract base class for mappings acting on rectangular grids

构造及析构函数说明

◆ GridMapping()

GridMapping::GridMapping ( )

Default constructor

Initializes with no plot widget, zero mesh dimensions, zero domain, and unrestricted z range.

Sets the number of mesh columns and rows

参数
columnsNumber of columns (u direction)
rowsNumber of rows (v direction)

成员函数说明

◆ restrictRange()

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

Restricts the data range to a parallelepiped

参数
pThe parallelepiped defining the restricted range

◆ setDomain()

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

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

参数
minuMinimum u value
maxuMaximum u value
minvMinimum v value
maxvMaximum v value

该类的文档由以下文件生成: