Go to the documentation of this file.
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 SetSolidTypeToIcosahedron()
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
#define VTK_SOLID_DODECAHEDRON
int OutputPointsPrecision
#define vtkTypeMacro(thisClass, superclass)
void SetSolidTypeToOctahedron()
void SetSolidTypeToTetrahedron()
produce polygonal Platonic solids
void PrintSelf(ostream &os, vtkIndent indent)
#define vtkSetClampMacro(name, type, min, max)
#define VTK_SOLID_TETRAHEDRON
static vtkPlatonicSolidSource * New()
~vtkPlatonicSolidSource()
a simple class to control print indentation
void SetSolidTypeToDodecahedron()
#define vtkGetMacro(name, type)
vtkSetMacro(IgnoreDriverBugs, bool)
#define VTK_SOLID_ICOSAHEDRON
void SetSolidTypeToCube()
#define VTK_SOLID_OCTAHEDRON
Superclass for algorithms that produce only polydata as output.