24 #ifndef vtkCubeSource_h 25 #define vtkCubeSource_h 27 #include "vtkFiltersSourcesModule.h" 42 vtkGetMacro(XLength,
double);
50 vtkGetMacro(YLength,
double);
58 vtkGetMacro(ZLength,
double);
65 vtkSetVector3Macro(Center,
double);
66 vtkGetVectorMacro(Center,
double,3);
73 void SetBounds(
double xMin,
double xMax,
74 double yMin,
double yMax,
75 double zMin,
double zMax);
76 void SetBounds(
const double bounds[6]);
85 vtkSetMacro(OutputPointsPrecision,
int);
86 vtkGetMacro(OutputPointsPrecision,
int);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
static vtkPolyDataAlgorithm * New()
create a polygonal representation of a cube
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
int OutputPointsPrecision
~vtkCubeSource() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.