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]);