|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   26 #ifndef vtkPlatonicSolidSource_h 
   27 #define vtkPlatonicSolidSource_h 
   29 #include "vtkFiltersSourcesModule.h"  
   32 #define VTK_SOLID_TETRAHEDRON 0 
   33 #define VTK_SOLID_CUBE 1 
   34 #define VTK_SOLID_OCTAHEDRON 2 
   35 #define VTK_SOLID_ICOSAHEDRON 3 
   36 #define VTK_SOLID_DODECAHEDRON 4 
   50   vtkGetMacro(SolidType, 
int);
 
   64   vtkSetMacro(OutputPointsPrecision, 
int);
 
   65   vtkGetMacro(OutputPointsPrecision, 
int);
 
  
void SetSolidTypeToIcosahedron()
#define VTK_SOLID_DODECAHEDRON
int OutputPointsPrecision
void SetSolidTypeToOctahedron()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetSolidTypeToTetrahedron()
produce polygonal Platonic solids
#define VTK_SOLID_TETRAHEDRON
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
a simple class to control print indentation
void SetSolidTypeToDodecahedron()
~vtkPlatonicSolidSource() override
#define VTK_SOLID_ICOSAHEDRON
void SetSolidTypeToCube()
static vtkPolyDataAlgorithm * New()
#define VTK_SOLID_OCTAHEDRON
Superclass for algorithms that produce only polydata as output.