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
50 vtkGetMacro(SolidType,
int);
68 vtkSetMacro(OutputPointsPrecision,
int);
69 vtkGetMacro(OutputPointsPrecision,
int);
void SetSolidTypeToTetrahedron()
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
~vtkPlatonicSolidSource()
void SetSolidTypeToIcosahedron()
void SetSolidTypeToOctahedron()
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