37 #ifndef __vtkTessellatedBoxSource_h
38 #define __vtkTessellatedBoxSource_h
52 vtkSetVector6Macro(Bounds,
double);
61 vtkGetVector6Macro(Bounds,
double);
67 vtkSetMacro(Level,
int);
73 vtkGetMacro(Level,
int);
81 vtkSetMacro(DuplicateSharedPoints,
int);
82 vtkGetMacro(DuplicateSharedPoints,
int);
83 vtkBooleanMacro(DuplicateSharedPoints,
int);
89 vtkSetMacro(Quads,
int);
90 vtkGetMacro(Quads,
int);
91 vtkBooleanMacro(Quads,
int);
114 void DuplicateSharedPointsMethod(
double *bounds,
118 void MinimalPointsMethod(
double *bounds,
126 vtkIdType LocalFacePointCoordinatesToPointId(
int f,
140 double facePoints[3][3],
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
object to represent cell connectivity
Create a polygonal representation of a box with a given level of subdivision.
int DuplicateSharedPoints
represent and manipulate 3D points