25 #ifndef vtkSpherePuzzle_h
26 #define vtkSpherePuzzle_h
28 #include "vtkFiltersModelingModule.h"
31 #define VTK_MAX_SPHERE_RESOLUTION 1024
51 void MoveHorizontal(
int section,
int percentage,
int rightFlag);
56 void MoveVertical(
int section,
int percentage,
int rightFlag);
66 int SetPoint(
double x,
double y,
double z);
73 void MovePoint(
int percentage);
85 void MarkVertical(
int section);
86 void MarkHorizontal(
int section);
95 unsigned char Colors[96];
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
create a polygonal sphere centered at the origin
a simple class to control print indentation
int * GetState()
For drawing state as arrows.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.