 |
VTK
9.1.0
|
Go to the documentation of this file.
22 #ifndef vtkSpherePuzzleArrows_h
23 #define vtkSpherePuzzleArrows_h
25 #include "vtkFiltersModelingModule.h"
47 vtkSetVectorMacro(Permutation,
int, 32);
48 vtkGetVectorMacro(Permutation,
int, 32);
represent and manipulate 3D points
Visualize permutation of the sphere puzzle.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void AppendArrow(int id1, int id2, vtkPoints *pts, vtkCellArray *polys)
static vtkSpherePuzzleArrows * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkSpherePuzzleArrows() override
void SetPermutation(vtkSpherePuzzle *puz)
Permutation is an array of puzzle piece ids.
create a polygonal sphere centered at the origin
a simple class to control print indentation
object to represent cell connectivity
void SetPermutationComponent(int comp, int val)
Permutation is an array of puzzle piece ids.
Superclass for algorithms that produce only polydata as output.