Go to the documentation of this file.
29 #ifndef vtkCubeSource_h
30 #define vtkCubeSource_h
70 double yMin,
double yMax,
71 double zMin,
double zMax);
void SetBounds(double xMin, double xMax, double yMin, double yMax, double zMin, double zMax)
void PrintSelf(ostream &os, vtkIndent indent)
#define vtkSetVector3Macro(name, type)
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
#define vtkTypeMacro(thisClass, superclass)
#define vtkGetVectorMacro(name, type, count)
int OutputPointsPrecision
#define vtkSetClampMacro(name, type, min, max)
void SetBounds(const double bounds[6])
vtkCubeSource(double xL=1.0, double yL=1.0, double zL=1.0)
static vtkCubeSource * New()
a simple class to control print indentation
#define vtkGetMacro(name, type)
vtkSetMacro(IgnoreDriverBugs, bool)
create a polygonal representation of a cube
Superclass for algorithms that produce only polydata as output.