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

Abstract base class for parametric surfaces . More...

#include <qwt3d_parametricsurface.h>

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

Public Member Functions

 ParametricSurface (Qwt3D::SurfacePlot &plotWidget)
 
 ParametricSurface (Qwt3D::SurfacePlot *plotWidget)
 
virtual Qwt3D::Triple operator() (double u, double v)=0
 
virtual bool create (Qwt3D::SurfacePlot &plotWidget)
 
virtual bool create ()
 Creates the parametric surface data and loads it into the plot widget.
 
void assign (Qwt3D::SurfacePlot &plotWidget)
 
void assign (Qwt3D::SurfacePlot *plotWidget)
 
void setPeriodic (bool u, bool v)
 
- Public Member Functions inherited from Qwt3D::GridMapping
 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
 

Additional Inherited Members

- Protected Attributes inherited from Qwt3D::GridMapping
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 parametric surfaces

.

Member Function Documentation

◆ create()

bool ParametricSurface::create ( )
virtual

Creates the parametric surface data and loads it into the plot widget.


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