26 #ifndef vtkTessellatedBoxSource_h
27 #define vtkTessellatedBoxSource_h
29 #include "vtkFiltersSourcesModule.h"
32 VTK_ABI_NAMESPACE_BEGIN
45 vtkSetVector6Macro(Bounds,
double);
56 vtkGetVector6Macro(Bounds,
double);
64 vtkSetMacro(Level,
int);
72 vtkGetMacro(Level,
int);
84 vtkBooleanMacro(DuplicateSharedPoints,
vtkTypeBool);
103 vtkSetMacro(OutputPointsPrecision,
int);
104 vtkGetMacro(OutputPointsPrecision,
int);
129 vtkIdType LocalFacePointCoordinatesToPointId(
int f,
int i,
int j);
141 double facePoints[3][3],
int changed);
154 VTK_ABI_NAMESPACE_END
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.