ActiViz .NET
5.8.0
|
vtkSpherePuzzle - create a polygonal sphere centered at the origin More...
Public Member Functions | |
vtkSpherePuzzle (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkSpherePuzzle () | |
Undocumented Block. | |
IntPtr | GetState () |
For drawing state as arrows. | |
override int | IsA (string type) |
Undocumented Block. | |
void | MoveHorizontal (int section, int percentage, int rightFlag) |
Move the top/bottom half one segment either direction. | |
void | MovePoint (int percentage) |
Move actually implements the pending move. When percentage is 100, the pending move becomes inactive, and SetPoint will have to be called again to setup another move. | |
void | MoveVertical (int section, int percentage, int rightFlag) |
Rotate vertical half of sphere along one of the longitude lines. | |
new vtkSpherePuzzle | NewInstance () |
Undocumented Block. | |
void | Reset () |
Reset the state of this puzzle back to its original state. | |
int | SetPoint (double x, double y, double z) |
SetPoint will be called as the mouse moves over the screen. The output will change to indicate the pending move. SetPoint returns zero if move is not activated by point. Otherwise it encodes the move into a unique integer so that the caller can determine if the move state has changed. This will answer the question, "Should I render.". | |
Static Public Member Functions | |
static new vtkSpherePuzzle | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkSpherePuzzle | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkSpherePuzzle" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "15vtkSpherePuzzle" |
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 | vtkSpherePuzzle_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkSpherePuzzle_GetState_01 (HandleRef pThis) |
static internal int | vtkSpherePuzzle_IsA_02 (HandleRef pThis, string type) |
static internal int | vtkSpherePuzzle_IsTypeOf_03 (string type) |
static internal void | vtkSpherePuzzle_MoveHorizontal_04 (HandleRef pThis, int section, int percentage, int rightFlag) |
static internal void | vtkSpherePuzzle_MovePoint_05 (HandleRef pThis, int percentage) |
static internal void | vtkSpherePuzzle_MoveVertical_06 (HandleRef pThis, int section, int percentage, int rightFlag) |
static internal IntPtr | vtkSpherePuzzle_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkSpherePuzzle_Reset_09 (HandleRef pThis) |
static internal IntPtr | vtkSpherePuzzle_SafeDownCast_10 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkSpherePuzzle_SetPoint_11 (HandleRef pThis, double x, double y, double z) |
Static Private Member Functions | |
static | vtkSpherePuzzle () |
Automatically generated type registration mechanics. |
vtkSpherePuzzle - create a polygonal sphere centered at the origin
Description vtkSpherePuzzle creates
static Kitware.VTK.vtkSpherePuzzle.vtkSpherePuzzle | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkSpherePuzzle.vtkSpherePuzzle | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkSpherePuzzle.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.
IntPtr Kitware.VTK.vtkSpherePuzzle.GetState | ( | ) |
For drawing state as arrows.
override int Kitware.VTK.vtkSpherePuzzle.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new int Kitware.VTK.vtkSpherePuzzle.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
void Kitware.VTK.vtkSpherePuzzle.MoveHorizontal | ( | int | section, |
int | percentage, | ||
int | rightFlag | ||
) |
Move the top/bottom half one segment either direction.
void Kitware.VTK.vtkSpherePuzzle.MovePoint | ( | int | percentage | ) |
Move actually implements the pending move. When percentage is 100, the pending move becomes inactive, and SetPoint will have to be called again to setup another move.
void Kitware.VTK.vtkSpherePuzzle.MoveVertical | ( | int | section, |
int | percentage, | ||
int | rightFlag | ||
) |
Rotate vertical half of sphere along one of the longitude lines.
static new vtkSpherePuzzle Kitware.VTK.vtkSpherePuzzle.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
void Kitware.VTK.vtkSpherePuzzle.Reset | ( | ) |
Reset the state of this puzzle back to its original state.
static new vtkSpherePuzzle Kitware.VTK.vtkSpherePuzzle.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
int Kitware.VTK.vtkSpherePuzzle.SetPoint | ( | double | x, |
double | y, | ||
double | z | ||
) |
SetPoint will be called as the mouse moves over the screen. The output will change to indicate the pending move. SetPoint returns zero if move is not activated by point. Otherwise it encodes the move into a unique integer so that the caller can determine if the move state has changed. This will answer the question, "Should I render.".
static internal IntPtr Kitware.VTK.vtkSpherePuzzle.vtkSpherePuzzle_GetState_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkSpherePuzzle.vtkSpherePuzzle_IsA_02 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkSpherePuzzle.vtkSpherePuzzle_IsTypeOf_03 | ( | string | type | ) | [private] |
static internal void Kitware.VTK.vtkSpherePuzzle.vtkSpherePuzzle_MoveHorizontal_04 | ( | HandleRef | pThis, |
int | section, | ||
int | percentage, | ||
int | rightFlag | ||
) | [private] |
static internal void Kitware.VTK.vtkSpherePuzzle.vtkSpherePuzzle_MovePoint_05 | ( | HandleRef | pThis, |
int | percentage | ||
) | [private] |
static internal void Kitware.VTK.vtkSpherePuzzle.vtkSpherePuzzle_MoveVertical_06 | ( | HandleRef | pThis, |
int | section, | ||
int | percentage, | ||
int | rightFlag | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSpherePuzzle.vtkSpherePuzzle_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSpherePuzzle.vtkSpherePuzzle_NewInstance_08 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkSpherePuzzle.vtkSpherePuzzle_Reset_09 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkSpherePuzzle.vtkSpherePuzzle_SafeDownCast_10 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkSpherePuzzle.vtkSpherePuzzle_SetPoint_11 | ( | HandleRef | pThis, |
double | x, | ||
double | y, | ||
double | z | ||
) | [private] |
new readonly string Kitware.VTK.vtkSpherePuzzle.MRClassNameKey = "15vtkSpherePuzzle" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
new const string Kitware.VTK.vtkSpherePuzzle.MRFullTypeName = "Kitware.VTK.vtkSpherePuzzle" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.