29 #ifndef vtkCubeSource_h
30 #define vtkCubeSource_h
45 vtkGetMacro(XLength,
double);
51 vtkGetMacro(YLength,
double);
57 vtkGetMacro(ZLength,
double);
62 vtkSetVector3Macro(Center,
double);
63 vtkGetVectorMacro(Center,
double,3);
69 void SetBounds(
double xMin,
double xMax,
70 double yMin,
double yMax,
71 double zMin,
double zMax);
72 void SetBounds(
const double bounds[6]);
80 vtkSetMacro(OutputPointsPrecision,
int);
81 vtkGetMacro(OutputPointsPrecision,
int);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
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