|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   22 #ifndef vtkSpherePuzzle_h 
   23 #define vtkSpherePuzzle_h 
   25 #include "vtkFiltersModelingModule.h"  
   28 #define VTK_MAX_SPHERE_RESOLUTION 1024 
   48   void MoveHorizontal(
int section, 
int percentage, 
int rightFlag);
 
   53   void MoveVertical(
int section, 
int percentage, 
int rightFlag);
 
   63   int SetPoint(
double x, 
double y, 
double z);
 
   70   void MovePoint(
int percentage);
 
   82   void MarkVertical(
int section);
 
   83   void MarkHorizontal(
int section);
 
   92   unsigned char Colors[96];
 
  
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.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
create a polygonal sphere centered at the origin
a simple class to control print indentation
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.