|
| | vtkTessellatedBoxSource () |
| | ~vtkTessellatedBoxSource () override |
| int | RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override |
| | Called by the superclass.
|
| void | DuplicateSharedPointsMethod (double *bounds, vtkPoints *points, vtkCellArray *polys) |
| void | MinimalPointsMethod (double *bounds, vtkPoints *points, vtkCellArray *polys) |
| vtkIdType | LocalFacePointCoordinatesToPointId (int f, int i, int j) |
| | Compute the pointId of point (i,j) of face f.
|
| void | BuildFace (vtkPoints *points, vtkCellArray *polys, vtkIdType firstPointId, double facePoints[3][3], int changed) |
| | Build one of the face of the box with some level of tessellation.
|
| virtual void | SetBounds (double, double, double, double, double, double) |
| virtual void | SetBounds (double[6]) |
| virtual double * | GetBounds () |
| | Bounds of the box in world coordinates.
|
| virtual void | GetBounds (double &, double &, double &, double &, double &, double &) |
| | Bounds of the box in world coordinates.
|
| virtual void | GetBounds (double[6]) |
| | Bounds of the box in world coordinates.
|
| virtual void | SetLevel (int) |
| | Set the level of subdivision of the faces.
|
| virtual int | GetLevel () |
| | Level of subdivision of the faces.
|
| virtual void | SetDuplicateSharedPoints (vtkTypeBool) |
| | Flag to tell the source to duplicate points shared between faces (vertices of the box and internal edge points).
|
| virtual vtkTypeBool | GetDuplicateSharedPoints () |
| | Flag to tell the source to duplicate points shared between faces (vertices of the box and internal edge points).
|
| virtual void | DuplicateSharedPointsOn () |
| | Flag to tell the source to duplicate points shared between faces (vertices of the box and internal edge points).
|
| virtual void | DuplicateSharedPointsOff () |
| | Flag to tell the source to duplicate points shared between faces (vertices of the box and internal edge points).
|
| virtual void | SetQuads (vtkTypeBool) |
| | Flag to tell the source to generate either a quad or two triangle for a set of four points.
|
| virtual vtkTypeBool | GetQuads () |
| | Flag to tell the source to generate either a quad or two triangle for a set of four points.
|
| virtual void | QuadsOn () |
| | Flag to tell the source to generate either a quad or two triangle for a set of four points.
|
| virtual void | QuadsOff () |
| | Flag to tell the source to generate either a quad or two triangle for a set of four points.
|
| virtual void | SetOutputPointsPrecision (int) |
| | Set/get the desired precision for the output points.
|
| virtual int | GetOutputPointsPrecision () |
| | Set/get the desired precision for the output points.
|
| virtual double * GetBounds |
( |
| ) |
|
|
virtual |
Bounds of the box in world coordinates.
This a 6-uple of xmin,xmax,ymin, ymax,zmin and zmax. Initial value is (-0.5,0.5,-0.5,0.5,-0.5,0.5), bounds of a cube of length 1 centered at (0,0,0). Bounds are defined such that xmin<=xmax, ymin<=ymax and zmin<zmax.
- Postcondition
- xmin<=xmax && ymin<=ymax && zmin<zmax
| virtual void GetBounds |
( |
double & | , |
|
|
double & | , |
|
|
double & | , |
|
|
double & | , |
|
|
double & | , |
|
|
double & | ) |
|
virtual |
Bounds of the box in world coordinates.
This a 6-uple of xmin,xmax,ymin, ymax,zmin and zmax. Initial value is (-0.5,0.5,-0.5,0.5,-0.5,0.5), bounds of a cube of length 1 centered at (0,0,0). Bounds are defined such that xmin<=xmax, ymin<=ymax and zmin<zmax.
- Postcondition
- xmin<=xmax && ymin<=ymax && zmin<zmax
| virtual void GetBounds |
( |
double | [6] | ) |
|
|
virtual |
Bounds of the box in world coordinates.
This a 6-uple of xmin,xmax,ymin, ymax,zmin and zmax. Initial value is (-0.5,0.5,-0.5,0.5,-0.5,0.5), bounds of a cube of length 1 centered at (0,0,0). Bounds are defined such that xmin<=xmax, ymin<=ymax and zmin<zmax.
- Postcondition
- xmin<=xmax && ymin<=ymax && zmin<zmax