38 #ifndef vtkTessellatedBoxSource_h 39 #define vtkTessellatedBoxSource_h 41 #include "vtkFiltersSourcesModule.h" 56 vtkSetVector6Macro(Bounds,
double);
67 vtkGetVector6Macro(Bounds,
double);
75 vtkSetMacro(Level,
int);
83 vtkGetMacro(Level,
int);
95 vtkBooleanMacro(DuplicateSharedPoints,
vtkTypeBool);
114 vtkSetMacro(OutputPointsPrecision,
int);
115 vtkGetMacro(OutputPointsPrecision,
int);
131 void DuplicateSharedPointsMethod(
double *bounds,
135 void MinimalPointsMethod(
double *bounds,
146 vtkIdType LocalFacePointCoordinatesToPointId(
int f,
162 double facePoints[3][3],
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
static vtkPolyDataAlgorithm * New()
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.
vtkTypeBool DuplicateSharedPoints
represent and manipulate 3D points
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.