Visualize permutation of the sphere puzzle.
More...
#include <vtkSpherePuzzleArrows.h>
Inherits vtkPolyDataAlgorithm.
vtkSpherePuzzleArrows::vtkSpherePuzzleArrows |
( |
| ) |
|
|
protected |
vtkSpherePuzzleArrows::~vtkSpherePuzzleArrows |
( |
| ) |
|
|
protected |
static int vtkSpherePuzzleArrows::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkSpherePuzzleArrows::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkSpherePuzzleArrows::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkSpherePuzzleArrows::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
virtual void vtkSpherePuzzleArrows::SetPermutation |
( |
int |
data[] | ) |
|
|
virtual |
Permutation is an array of puzzle piece ids. Arrows will be generated for any id that does not contain itself. Permutation[3] = 3 will produce no arrow. Permutation[3] = 10 will draw an arrow from location 3 to 10.
virtual int* vtkSpherePuzzleArrows::GetPermutation |
( |
| ) |
|
|
virtual |
Permutation is an array of puzzle piece ids. Arrows will be generated for any id that does not contain itself. Permutation[3] = 3 will produce no arrow. Permutation[3] = 10 will draw an arrow from location 3 to 10.
virtual void vtkSpherePuzzleArrows::GetPermutation |
( |
int |
data[32] | ) |
|
|
virtual |
Permutation is an array of puzzle piece ids. Arrows will be generated for any id that does not contain itself. Permutation[3] = 3 will produce no arrow. Permutation[3] = 10 will draw an arrow from location 3 to 10.
void vtkSpherePuzzleArrows::SetPermutationComponent |
( |
int |
comp, |
|
|
int |
val |
|
) |
| |
Permutation is an array of puzzle piece ids. Arrows will be generated for any id that does not contain itself. Permutation[3] = 3 will produce no arrow. Permutation[3] = 10 will draw an arrow from location 3 to 10.
Permutation is an array of puzzle piece ids. Arrows will be generated for any id that does not contain itself. Permutation[3] = 3 will produce no arrow. Permutation[3] = 10 will draw an arrow from location 3 to 10.
int vtkSpherePuzzleArrows::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protected |
void vtkSpherePuzzleArrows::AppendArrow |
( |
int |
id0, |
|
|
int |
id1, |
|
|
vtkPoints * |
pts, |
|
|
vtkCellArray * |
polys |
|
) |
| |
|
protected |
int vtkSpherePuzzleArrows::Permutation[32] |
|
protected |
double vtkSpherePuzzleArrows::Radius |
|
protected |
The documentation for this class was generated from the following file: