28 #ifndef __vtkPlatonicSolidSource_h
29 #define __vtkPlatonicSolidSource_h
31 #include "vtkFiltersSourcesModule.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
45 void PrintSelf(ostream& os, vtkIndent indent);
50 vtkGetMacro(SolidType,
int);
67 virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
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.
void SetSolidTypeToCube()
produce polygonal Platonic solids
void SetSolidTypeToDodecahedron()
#define VTK_SOLID_DODECAHEDRON
#define VTK_SOLID_OCTAHEDRON
#define VTK_SOLID_TETRAHEDRON