Main Page | Directories | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

vtkPlatonicSolidSource.h File Reference

#include "vtkPolyDataSource.h"

Include dependency graph for vtkPlatonicSolidSource.h:

Include dependency graph

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 Documentation

#define VTK_SOLID_TETRAHEDRON   0
 

Definition at line 43 of file vtkPlatonicSolidSource.h.

Referenced by vtkPlatonicSolidSource::SetSolidTypeToTetrahedron(), and vtkPlatonicSolidSource::vtkPlatonicSolidSource().

#define VTK_SOLID_CUBE   1
 

Definition at line 44 of file vtkPlatonicSolidSource.h.

Referenced by vtkPlatonicSolidSource::SetSolidTypeToCube().

#define VTK_SOLID_OCTAHEDRON   2
 

Definition at line 45 of file vtkPlatonicSolidSource.h.

Referenced by vtkPlatonicSolidSource::SetSolidTypeToOctahedron().

#define VTK_SOLID_ICOSAHEDRON   3
 

Definition at line 46 of file vtkPlatonicSolidSource.h.

Referenced by vtkPlatonicSolidSource::SetSolidTypeToIcosahedron().

#define VTK_SOLID_DODECAHEDRON   4
 

Definition at line 47 of file vtkPlatonicSolidSource.h.

Referenced by vtkPlatonicSolidSource::SetSolidTypeToDodecahedron().