109#ifndef vtkPlatonicSolidSource_h
110#define vtkPlatonicSolidSource_h
112#include "vtkFiltersSourcesModule.h"
115#define VTK_SOLID_TETRAHEDRON 0
116#define VTK_SOLID_CUBE 1
117#define VTK_SOLID_OCTAHEDRON 2
118#define VTK_SOLID_ICOSAHEDRON 3
119#define VTK_SOLID_DODECAHEDRON 4
121VTK_ABI_NAMESPACE_BEGIN
134 vtkGetMacro(SolidType,
int);
148 vtkSetMacro(OutputPointsPrecision,
int);
149 vtkGetMacro(OutputPointsPrecision,
int);
a simple class to control print indentation
produce polygonal Platonic solids
static vtkPlatonicSolidSource * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetSolidTypeToTetrahedron()
Specify the type of PlatonicSolid solid to create.
~vtkPlatonicSolidSource() override=default
int OutputPointsPrecision
void SetSolidTypeToIcosahedron()
Specify the type of PlatonicSolid solid to create.
void SetSolidTypeToOctahedron()
Specify the type of PlatonicSolid solid to create.
void SetSolidTypeToDodecahedron()
Specify the type of PlatonicSolid solid to create.
void SetSolidTypeToCube()
Specify the type of PlatonicSolid solid to create.
Superclass for algorithms that produce only polydata as output.
#define VTK_SOLID_DODECAHEDRON
#define VTK_SOLID_TETRAHEDRON
#define VTK_SOLID_OCTAHEDRON
#define VTK_SOLID_ICOSAHEDRON