Go to the documentation of this file.
27 #ifndef vtkSpherePuzzle_h
28 #define vtkSpherePuzzle_h
33 #define VTK_MAX_SPHERE_RESOLUTION 1024
84 unsigned char Colors[96];
int SetPoint(double x, double y, double z)
void MovePoint(int percentage)
static vtkSpherePuzzle * New()
void PrintSelf(ostream &os, vtkIndent indent)
#define vtkTypeMacro(thisClass, superclass)
GLint GLint GLint GLint GLint x
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void MarkHorizontal(int section)
void MoveVertical(int section, int percentage, int rightFlag)
create a polygonal sphere centered at the origin
a simple class to control print indentation
void MarkVertical(int section)
GLint GLint GLint GLint GLint GLint y
#define VTKFILTERSMODELING_EXPORT
void MoveHorizontal(int section, int percentage, int rightFlag)
Superclass for algorithms that produce only polydata as output.