13 #ifndef vtkSpherePuzzle_h
14 #define vtkSpherePuzzle_h
16 #include "vtkFiltersModelingModule.h"
19 #define VTK_MAX_SPHERE_RESOLUTION 1024
21 VTK_ABI_NAMESPACE_BEGIN
40 void MoveHorizontal(
int section,
int percentage,
int rightFlag);
45 void MoveVertical(
int section,
int percentage,
int rightFlag);
55 int SetPoint(
double x,
double y,
double z);
62 void MovePoint(
int percentage);
74 void MarkVertical(
int section);
75 void MarkHorizontal(
int section);
84 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.