Go to the documentation of this file.
37 #ifndef vtkTessellatedBoxSource_h
38 #define vtkTessellatedBoxSource_h
143 double facePoints[3][3],
represent and manipulate 3D points
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outpuVector)
#define vtkGetVector6Macro(name, type)
vtkTessellatedBoxSource()
virtual void PrintSelf(ostream &os, vtkIndent indent)
#define vtkTypeMacro(thisClass, superclass)
Create a polygonal representation of a box with a given level of subdivision.
GLsizei const GLfloat * points
void BuildFace(vtkPoints *points, vtkCellArray *polys, vtkIdType firstPointId, double facePoints[3][3], int changed)
a simple class to control print indentation
object to represent cell connectivity
void DuplicateSharedPointsMethod(double *bounds, vtkPoints *points, vtkCellArray *polys)
#define vtkGetMacro(name, type)
int OutputPointsPrecision
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
static vtkTessellatedBoxSource * New()
#define vtkSetVector6Macro(name, type)
vtkIdType LocalFacePointCoordinatesToPointId(int f, int i, int j)
~vtkTessellatedBoxSource()
void MinimalPointsMethod(double *bounds, vtkPoints *points, vtkCellArray *polys)
int DuplicateSharedPoints
Superclass for algorithms that produce only polydata as output.