#include <vtkSpherePuzzleArrows.h>
Inheritance diagram for vtkSpherePuzzleArrows:
vtkSpherePuzzleArrows creates
Definition at line 36 of file vtkSpherePuzzleArrows.h.
Public Types | |
typedef vtkPolyDataAlgorithm | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetPermutation (int data[]) |
virtual int * | GetPermutation () |
virtual void | GetPermutation (int data[32]) |
void | SetPermutationComponent (int comp, int val) |
void | SetPermutation (vtkSpherePuzzle *puz) |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkSpherePuzzleArrows * | SafeDownCast (vtkObject *o) |
static vtkSpherePuzzleArrows * | New () |
Protected Member Functions | |
vtkSpherePuzzleArrows () | |
~vtkSpherePuzzleArrows () | |
int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
void | AppendArrow (int id0, int id1, vtkPoints *pts, vtkCellArray *polys) |
Protected Attributes | |
int | Permutation [32] |
double | Radius |
vtkSpherePuzzleArrows::vtkSpherePuzzleArrows | ( | ) | [protected] |
vtkSpherePuzzleArrows::~vtkSpherePuzzleArrows | ( | ) | [protected] |
virtual const char* vtkSpherePuzzleArrows::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkPolyDataAlgorithm.
static int vtkSpherePuzzleArrows::IsTypeOf | ( | const char * | type | ) | [static] |
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkPolyDataAlgorithm.
virtual int vtkSpherePuzzleArrows::IsA | ( | const char * | type | ) | [virtual] |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkPolyDataAlgorithm.
static vtkSpherePuzzleArrows* vtkSpherePuzzleArrows::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkPolyDataAlgorithm.
void vtkSpherePuzzleArrows::PrintSelf | ( | ostream & | os, | |
vtkIndent | indent | |||
) | [virtual] |
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkPolyDataAlgorithm.
static vtkSpherePuzzleArrows* vtkSpherePuzzleArrows::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkPolyDataAlgorithm.
virtual void vtkSpherePuzzleArrows::SetPermutation | ( | int | data[] | ) | [virtual] |
virtual int* vtkSpherePuzzleArrows::GetPermutation | ( | ) | [virtual] |
virtual void vtkSpherePuzzleArrows::GetPermutation | ( | int | data[32] | ) | [virtual] |
void vtkSpherePuzzleArrows::SetPermutationComponent | ( | int | comp, | |
int | val | |||
) |
void vtkSpherePuzzleArrows::SetPermutation | ( | vtkSpherePuzzle * | puz | ) |
int vtkSpherePuzzleArrows::RequestData | ( | vtkInformation * | , | |
vtkInformationVector ** | , | |||
vtkInformationVector * | ||||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkPolyDataAlgorithm.
void vtkSpherePuzzleArrows::AppendArrow | ( | int | id0, | |
int | id1, | |||
vtkPoints * | pts, | |||
vtkCellArray * | polys | |||
) | [protected] |
int vtkSpherePuzzleArrows::Permutation[32] [protected] |
Definition at line 58 of file vtkSpherePuzzleArrows.h.
double vtkSpherePuzzleArrows::Radius [protected] |
Definition at line 60 of file vtkSpherePuzzleArrows.h.