27 #ifndef __vtkSpherePuzzleArrows_h
28 #define __vtkSpherePuzzleArrows_h
30 #include "vtkFiltersModelingModule.h"
41 void PrintSelf(ostream& os, vtkIndent indent);
50 vtkSetVectorMacro(Permutation,
int,32);
51 vtkGetVectorMacro(Permutation,
int,32);
52 void SetPermutationComponent(
int comp,
int val);
60 int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
61 void AppendArrow(
int id0,
int id1, vtkPoints *pts,
vtkCellArray *polys);
Visualize permutation of the sphere puzzle.
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
object to represent cell connectivity