28 #ifndef vtkPlatonicSolidSource_h 29 #define vtkPlatonicSolidSource_h 34 #define VTK_SOLID_TETRAHEDRON 0 35 #define VTK_SOLID_CUBE 1 36 #define VTK_SOLID_OCTAHEDRON 2 37 #define VTK_SOLID_ICOSAHEDRON 3 38 #define VTK_SOLID_DODECAHEDRON 4 void SetSolidTypeToTetrahedron()
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
#define vtkGetMacro(name, type)
~vtkPlatonicSolidSource()
#define vtkSetClampMacro(name, type, min, max)
void SetSolidTypeToIcosahedron()
void SetSolidTypeToOctahedron()
#define vtkTypeMacro(thisClass, superclass)
static vtkPolyDataAlgorithm * New()
#define VTK_SOLID_ICOSAHEDRON
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
void SetSolidTypeToCube()
produce polygonal Platonic solids
void SetSolidTypeToDodecahedron()
#define VTK_SOLID_DODECAHEDRON
int OutputPointsPrecision
#define VTK_SOLID_OCTAHEDRON
#define VTK_SOLID_TETRAHEDRON
#define vtkSetMacro(name, type)