29 #ifndef __vtkCubeSource_h
30 #define __vtkCubeSource_h
44 vtkGetMacro(XLength,
double);
50 vtkGetMacro(YLength,
double);
56 vtkGetMacro(ZLength,
double);
61 vtkSetVector3Macro(Center,
double);
62 vtkGetVectorMacro(Center,
double,3);
68 void SetBounds(
double xMin,
double xMax,
69 double yMin,
double yMax,
70 double zMin,
double zMax);
71 void SetBounds(
double bounds[6]);
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