29#ifndef vtkPlatonicSolidSource_h
30#define vtkPlatonicSolidSource_h
32#include "vtkFiltersSourcesModule.h"
35#define VTK_SOLID_TETRAHEDRON 0
36#define VTK_SOLID_CUBE 1
37#define VTK_SOLID_OCTAHEDRON 2
38#define VTK_SOLID_ICOSAHEDRON 3
39#define VTK_SOLID_DODECAHEDRON 4
53 vtkGetMacro(SolidType,
int);
73 vtkGetMacro(OutputPointsPrecision,
int);
a simple class to control print indentation
produce polygonal Platonic solids
~vtkPlatonicSolidSource() override
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()
int OutputPointsPrecision
void SetSolidTypeToIcosahedron()
void SetSolidTypeToOctahedron()
void SetSolidTypeToDodecahedron()
void SetSolidTypeToCube()
Superclass for algorithms that produce only polydata as output.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
#define VTK_SOLID_DODECAHEDRON
#define VTK_SOLID_TETRAHEDRON
#define VTK_SOLID_OCTAHEDRON
#define VTK_SOLID_ICOSAHEDRON