37 #ifndef vtkTessellatedBoxSource_h
38 #define vtkTessellatedBoxSource_h
53 vtkSetVector6Macro(Bounds,
double);
62 vtkGetVector6Macro(Bounds,
double);
68 vtkSetMacro(Level,
int);
74 vtkGetMacro(Level,
int);
82 vtkSetMacro(DuplicateSharedPoints,
int);
83 vtkGetMacro(DuplicateSharedPoints,
int);
84 vtkBooleanMacro(DuplicateSharedPoints,
int);
90 vtkSetMacro(Quads,
int);
91 vtkGetMacro(Quads,
int);
92 vtkBooleanMacro(Quads,
int);
100 vtkSetMacro(OutputPointsPrecision,
int);
101 vtkGetMacro(OutputPointsPrecision,
int);
117 void DuplicateSharedPointsMethod(
double *bounds,
121 void MinimalPointsMethod(
double *bounds,
129 vtkIdType LocalFacePointCoordinatesToPointId(
int f,
143 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
object to represent cell connectivity
int OutputPointsPrecision
Create a polygonal representation of a box with a given level of subdivision.
int DuplicateSharedPoints
represent and manipulate 3D points