#include "vtkPolyDataAlgorithm.h"
Include dependency graph for vtkPlatonicSolidSource.h:

Go to the source code of this file.
Classes | |
| class | vtkPlatonicSolidSource |
| produce polygonal Platonic solids More... | |
Defines | |
| #define | VTK_SOLID_TETRAHEDRON 0 |
| #define | VTK_SOLID_CUBE 1 |
| #define | VTK_SOLID_OCTAHEDRON 2 |
| #define | VTK_SOLID_ICOSAHEDRON 3 |
| #define | VTK_SOLID_DODECAHEDRON 4 |
| #define VTK_SOLID_TETRAHEDRON 0 |
Definition at line 33 of file vtkPlatonicSolidSource.h.
Referenced by vtkPlatonicSolidSource::SetSolidTypeToTetrahedron().
| #define VTK_SOLID_CUBE 1 |
Definition at line 34 of file vtkPlatonicSolidSource.h.
Referenced by vtkPlatonicSolidSource::SetSolidTypeToCube().
| #define VTK_SOLID_OCTAHEDRON 2 |
Definition at line 35 of file vtkPlatonicSolidSource.h.
Referenced by vtkPlatonicSolidSource::SetSolidTypeToOctahedron().
| #define VTK_SOLID_ICOSAHEDRON 3 |
Definition at line 36 of file vtkPlatonicSolidSource.h.
Referenced by vtkPlatonicSolidSource::SetSolidTypeToIcosahedron().
| #define VTK_SOLID_DODECAHEDRON 4 |
Definition at line 37 of file vtkPlatonicSolidSource.h.
Referenced by vtkPlatonicSolidSource::SetSolidTypeToDodecahedron().
1.5.1