27 #ifndef __vtkSpherePuzzle_h
28 #define __vtkSpherePuzzle_h
32 #define VTK_MAX_SPHERE_RESOLUTION 1024
48 void MoveHorizontal(
int section,
int percentage,
int rightFlag);
51 void MoveVertical(
int section,
int percentage,
int rightFlag);
58 int SetPoint(
double x,
double y,
double z);
63 void MovePoint(
int percentage);
73 void MarkVertical(
int section);
74 void MarkHorizontal(
int section);
83 unsigned char Colors[96];
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only polydata as output.
create a polygonal sphere centered at the origin
a simple class to control print indentation