28 #ifndef __vtkPlatonicSolidSource_h
29 #define __vtkPlatonicSolidSource_h
33 #define VTK_SOLID_TETRAHEDRON 0
34 #define VTK_SOLID_CUBE 1
35 #define VTK_SOLID_OCTAHEDRON 2
36 #define VTK_SOLID_ICOSAHEDRON 3
37 #define VTK_SOLID_DODECAHEDRON 4
49 vtkGetMacro(SolidType,
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
#define VTK_SOLID_OCTAHEDRON
#define VTK_SOLID_TETRAHEDRON