ActiViz .NET
5.8.0
|
vtkSpherePuzzleArrows - Visualize permutation of the sphere puzzle. More...
Public Member Functions | |
vtkSpherePuzzleArrows (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkSpherePuzzleArrows () | |
Undocumented Block. | |
virtual int[] | GetPermutation () |
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 | GetPermutation (IntPtr data) |
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. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkSpherePuzzleArrows | NewInstance () |
Undocumented Block. | |
virtual void | SetPermutation (IntPtr data) |
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 | SetPermutation (vtkSpherePuzzle puz) |
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 | 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. | |
Static Public Member Functions | |
static new vtkSpherePuzzleArrows | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkSpherePuzzleArrows | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkSpherePuzzleArrows" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "21vtkSpherePuzzleArrows" |
Automatically generated type registration mechanics. | |
Protected Member Functions | |
override void | Dispose (bool disposing) |
Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly. | |
Private Member Functions | |
static internal IntPtr | vtkSpherePuzzleArrows_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkSpherePuzzleArrows_GetPermutation_01 (HandleRef pThis) |
static internal void | vtkSpherePuzzleArrows_GetPermutation_02 (HandleRef pThis, IntPtr data) |
static internal int | vtkSpherePuzzleArrows_IsA_03 (HandleRef pThis, string type) |
static internal int | vtkSpherePuzzleArrows_IsTypeOf_04 (string type) |
static internal IntPtr | vtkSpherePuzzleArrows_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkSpherePuzzleArrows_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkSpherePuzzleArrows_SetPermutation_08 (HandleRef pThis, IntPtr data) |
static internal void | vtkSpherePuzzleArrows_SetPermutation_09 (HandleRef pThis, HandleRef puz) |
static internal void | vtkSpherePuzzleArrows_SetPermutationComponent_10 (HandleRef pThis, int comp, int val) |
Static Private Member Functions | |
static | vtkSpherePuzzleArrows () |
Automatically generated type registration mechanics. |
vtkSpherePuzzleArrows - Visualize permutation of the sphere puzzle.
Description vtkSpherePuzzleArrows creates
static Kitware.VTK.vtkSpherePuzzleArrows.vtkSpherePuzzleArrows | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkSpherePuzzleArrows.vtkSpherePuzzleArrows | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkSpherePuzzleArrows.Dispose | ( | bool | disposing | ) | [protected] |
Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
virtual int [] Kitware.VTK.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 Kitware.VTK.vtkSpherePuzzleArrows.GetPermutation | ( | IntPtr | 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.
override int Kitware.VTK.vtkSpherePuzzleArrows.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new int Kitware.VTK.vtkSpherePuzzleArrows.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkSpherePuzzleArrows Kitware.VTK.vtkSpherePuzzleArrows.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkSpherePuzzleArrows Kitware.VTK.vtkSpherePuzzleArrows.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
virtual void Kitware.VTK.vtkSpherePuzzleArrows.SetPermutation | ( | IntPtr | 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.
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 Kitware.VTK.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.
static internal IntPtr Kitware.VTK.vtkSpherePuzzleArrows.vtkSpherePuzzleArrows_GetPermutation_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkSpherePuzzleArrows.vtkSpherePuzzleArrows_GetPermutation_02 | ( | HandleRef | pThis, |
IntPtr | data | ||
) | [private] |
static internal int Kitware.VTK.vtkSpherePuzzleArrows.vtkSpherePuzzleArrows_IsA_03 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkSpherePuzzleArrows.vtkSpherePuzzleArrows_IsTypeOf_04 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkSpherePuzzleArrows.vtkSpherePuzzleArrows_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSpherePuzzleArrows.vtkSpherePuzzleArrows_NewInstance_06 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSpherePuzzleArrows.vtkSpherePuzzleArrows_SafeDownCast_07 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkSpherePuzzleArrows.vtkSpherePuzzleArrows_SetPermutation_08 | ( | HandleRef | pThis, |
IntPtr | data | ||
) | [private] |
static internal void Kitware.VTK.vtkSpherePuzzleArrows.vtkSpherePuzzleArrows_SetPermutation_09 | ( | HandleRef | pThis, |
HandleRef | puz | ||
) | [private] |
static internal void Kitware.VTK.vtkSpherePuzzleArrows.vtkSpherePuzzleArrows_SetPermutationComponent_10 | ( | HandleRef | pThis, |
int | comp, | ||
int | val | ||
) | [private] |
new readonly string Kitware.VTK.vtkSpherePuzzleArrows.MRClassNameKey = "21vtkSpherePuzzleArrows" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
new const string Kitware.VTK.vtkSpherePuzzleArrows.MRFullTypeName = "Kitware.VTK.vtkSpherePuzzleArrows" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.