ActiViz .NET
5.8.0
|
vtkCursor2D - generate a 2D cursor representation More...
Public Member Functions | |
vtkCursor2D (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkCursor2D () | |
Construct with model bounds = (-10,10,-10,10), focal point = (0,0), radius=2, all parts of cursor visible, and wrapping off. | |
void | AllOff () |
Turn every part of the cursor on or off. | |
void | AllOn () |
Turn every part of the cursor on or off. | |
virtual void | AxesOff () |
Turn on/off the wireframe axes. | |
virtual void | AxesOn () |
Turn on/off the wireframe axes. | |
virtual int | GetAxes () |
Turn on/off the wireframe axes. | |
virtual double[] | GetFocalPoint () |
Set/Get the position of cursor focus. If translation mode is on, then the entire cursor (including bounding box, cursor, and shadows) is translated. Otherwise, the focal point will either be clamped to the bounding box, or wrapped, if Wrap is on. (Note: this behavior requires that the bounding box is set prior to the focal point.) Note that the method takes a 3D point but ignores the z-coordinate value. | |
virtual void | GetFocalPoint (IntPtr data) |
Set/Get the position of cursor focus. If translation mode is on, then the entire cursor (including bounding box, cursor, and shadows) is translated. Otherwise, the focal point will either be clamped to the bounding box, or wrapped, if Wrap is on. (Note: this behavior requires that the bounding box is set prior to the focal point.) Note that the method takes a 3D point but ignores the z-coordinate value. | |
virtual double[] | GetModelBounds () |
Set / get the bounding box of the 2D cursor. This defines the outline of the cursor, and where the focal point should lie. | |
virtual void | GetModelBounds (IntPtr data) |
Set / get the bounding box of the 2D cursor. This defines the outline of the cursor, and where the focal point should lie. | |
virtual int | GetOutline () |
Turn on/off the wireframe bounding box. | |
virtual int | GetPoint () |
Turn on/off the point located at the cursor focus. | |
virtual double | GetRadius () |
Specify a radius for a circle. This erases the cursor lines around the focal point. | |
virtual double | GetRadiusMaxValue () |
Specify a radius for a circle. This erases the cursor lines around the focal point. | |
virtual double | GetRadiusMinValue () |
Specify a radius for a circle. This erases the cursor lines around the focal point. | |
virtual int | GetTranslationMode () |
Enable/disable the translation mode. If on, changes in cursor position cause the entire widget to translate along with the cursor. By default, translation mode is off. | |
virtual int | GetWrap () |
Turn on/off cursor wrapping. If the cursor focus moves outside the specified bounds, the cursor will either be restrained against the nearest "wall" (Wrap=off), or it will wrap around (Wrap=on). | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkCursor2D | NewInstance () |
Undocumented Block. | |
virtual void | OutlineOff () |
Turn on/off the wireframe bounding box. | |
virtual void | OutlineOn () |
Turn on/off the wireframe bounding box. | |
virtual void | PointOff () |
Turn on/off the point located at the cursor focus. | |
virtual void | PointOn () |
Turn on/off the point located at the cursor focus. | |
virtual void | SetAxes (int _arg) |
Turn on/off the wireframe axes. | |
void | SetFocalPoint (IntPtr x) |
Set/Get the position of cursor focus. If translation mode is on, then the entire cursor (including bounding box, cursor, and shadows) is translated. Otherwise, the focal point will either be clamped to the bounding box, or wrapped, if Wrap is on. (Note: this behavior requires that the bounding box is set prior to the focal point.) Note that the method takes a 3D point but ignores the z-coordinate value. | |
void | SetFocalPoint (double x, double y, double z) |
Set/Get the position of cursor focus. If translation mode is on, then the entire cursor (including bounding box, cursor, and shadows) is translated. Otherwise, the focal point will either be clamped to the bounding box, or wrapped, if Wrap is on. (Note: this behavior requires that the bounding box is set prior to the focal point.) Note that the method takes a 3D point but ignores the z-coordinate value. | |
void | SetModelBounds (double xmin, double xmax, double ymin, double ymax, double zmin, double zmax) |
Set / get the bounding box of the 2D cursor. This defines the outline of the cursor, and where the focal point should lie. | |
void | SetModelBounds (IntPtr bounds) |
Set / get the bounding box of the 2D cursor. This defines the outline of the cursor, and where the focal point should lie. | |
virtual void | SetOutline (int _arg) |
Turn on/off the wireframe bounding box. | |
virtual void | SetPoint (int _arg) |
Turn on/off the point located at the cursor focus. | |
virtual void | SetRadius (double _arg) |
Specify a radius for a circle. This erases the cursor lines around the focal point. | |
virtual void | SetTranslationMode (int _arg) |
Enable/disable the translation mode. If on, changes in cursor position cause the entire widget to translate along with the cursor. By default, translation mode is off. | |
virtual void | SetWrap (int _arg) |
Turn on/off cursor wrapping. If the cursor focus moves outside the specified bounds, the cursor will either be restrained against the nearest "wall" (Wrap=off), or it will wrap around (Wrap=on). | |
virtual void | TranslationModeOff () |
Enable/disable the translation mode. If on, changes in cursor position cause the entire widget to translate along with the cursor. By default, translation mode is off. | |
virtual void | TranslationModeOn () |
Enable/disable the translation mode. If on, changes in cursor position cause the entire widget to translate along with the cursor. By default, translation mode is off. | |
virtual void | WrapOff () |
Turn on/off cursor wrapping. If the cursor focus moves outside the specified bounds, the cursor will either be restrained against the nearest "wall" (Wrap=off), or it will wrap around (Wrap=on). | |
virtual void | WrapOn () |
Turn on/off cursor wrapping. If the cursor focus moves outside the specified bounds, the cursor will either be restrained against the nearest "wall" (Wrap=off), or it will wrap around (Wrap=on). | |
Static Public Member Functions | |
static new vtkCursor2D | New () |
Construct with model bounds = (-10,10,-10,10), focal point = (0,0), radius=2, all parts of cursor visible, and wrapping off. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkCursor2D | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkCursor2D" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "11vtkCursor2D" |
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 | vtkCursor2D_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkCursor2D_AllOff_01 (HandleRef pThis) |
static internal void | vtkCursor2D_AllOn_02 (HandleRef pThis) |
static internal void | vtkCursor2D_AxesOff_03 (HandleRef pThis) |
static internal void | vtkCursor2D_AxesOn_04 (HandleRef pThis) |
static internal int | vtkCursor2D_GetAxes_05 (HandleRef pThis) |
static internal IntPtr | vtkCursor2D_GetFocalPoint_06 (HandleRef pThis) |
static internal void | vtkCursor2D_GetFocalPoint_07 (HandleRef pThis, IntPtr data) |
static internal IntPtr | vtkCursor2D_GetModelBounds_08 (HandleRef pThis) |
static internal void | vtkCursor2D_GetModelBounds_09 (HandleRef pThis, IntPtr data) |
static internal int | vtkCursor2D_GetOutline_10 (HandleRef pThis) |
static internal int | vtkCursor2D_GetPoint_11 (HandleRef pThis) |
static internal double | vtkCursor2D_GetRadius_12 (HandleRef pThis) |
static internal double | vtkCursor2D_GetRadiusMaxValue_13 (HandleRef pThis) |
static internal double | vtkCursor2D_GetRadiusMinValue_14 (HandleRef pThis) |
static internal int | vtkCursor2D_GetTranslationMode_15 (HandleRef pThis) |
static internal int | vtkCursor2D_GetWrap_16 (HandleRef pThis) |
static internal int | vtkCursor2D_IsA_17 (HandleRef pThis, string type) |
static internal int | vtkCursor2D_IsTypeOf_18 (string type) |
static internal IntPtr | vtkCursor2D_NewInstance_20 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkCursor2D_OutlineOff_21 (HandleRef pThis) |
static internal void | vtkCursor2D_OutlineOn_22 (HandleRef pThis) |
static internal void | vtkCursor2D_PointOff_23 (HandleRef pThis) |
static internal void | vtkCursor2D_PointOn_24 (HandleRef pThis) |
static internal IntPtr | vtkCursor2D_SafeDownCast_25 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkCursor2D_SetAxes_26 (HandleRef pThis, int _arg) |
static internal void | vtkCursor2D_SetFocalPoint_27 (HandleRef pThis, IntPtr x) |
static internal void | vtkCursor2D_SetFocalPoint_28 (HandleRef pThis, double x, double y, double z) |
static internal void | vtkCursor2D_SetModelBounds_29 (HandleRef pThis, double xmin, double xmax, double ymin, double ymax, double zmin, double zmax) |
static internal void | vtkCursor2D_SetModelBounds_30 (HandleRef pThis, IntPtr bounds) |
static internal void | vtkCursor2D_SetOutline_31 (HandleRef pThis, int _arg) |
static internal void | vtkCursor2D_SetPoint_32 (HandleRef pThis, int _arg) |
static internal void | vtkCursor2D_SetRadius_33 (HandleRef pThis, double _arg) |
static internal void | vtkCursor2D_SetTranslationMode_34 (HandleRef pThis, int _arg) |
static internal void | vtkCursor2D_SetWrap_35 (HandleRef pThis, int _arg) |
static internal void | vtkCursor2D_TranslationModeOff_36 (HandleRef pThis) |
static internal void | vtkCursor2D_TranslationModeOn_37 (HandleRef pThis) |
static internal void | vtkCursor2D_WrapOff_38 (HandleRef pThis) |
static internal void | vtkCursor2D_WrapOn_39 (HandleRef pThis) |
Static Private Member Functions | |
static | vtkCursor2D () |
Automatically generated type registration mechanics. |
vtkCursor2D - generate a 2D cursor representation
Description vtkCursor2D is a class that generates a 2D cursor representation. The cursor consists of two intersection axes lines that meet at the cursor focus. Several optional features are available as well. An optional 2D bounding box may be enabled. An inner radius, centered at the focal point, can be set that erases the intersecting lines (e.g., it leaves a clear area under the focal point so you can see what you are selecting). And finally, an optional point can be enabled located at the focal point. All of these features can be turned on and off independently.
static Kitware.VTK.vtkCursor2D.vtkCursor2D | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkCursor2D.vtkCursor2D | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Construct with model bounds = (-10,10,-10,10), focal point = (0,0), radius=2, all parts of cursor visible, and wrapping off.
void Kitware.VTK.vtkCursor2D.AllOff | ( | ) |
Turn every part of the cursor on or off.
void Kitware.VTK.vtkCursor2D.AllOn | ( | ) |
Turn every part of the cursor on or off.
virtual void Kitware.VTK.vtkCursor2D.AxesOff | ( | ) | [virtual] |
Turn on/off the wireframe axes.
virtual void Kitware.VTK.vtkCursor2D.AxesOn | ( | ) | [virtual] |
Turn on/off the wireframe axes.
override void Kitware.VTK.vtkCursor2D.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.vtkCursor2D.GetAxes | ( | ) | [virtual] |
Turn on/off the wireframe axes.
virtual double [] Kitware.VTK.vtkCursor2D.GetFocalPoint | ( | ) | [virtual] |
Set/Get the position of cursor focus. If translation mode is on, then the entire cursor (including bounding box, cursor, and shadows) is translated. Otherwise, the focal point will either be clamped to the bounding box, or wrapped, if Wrap is on. (Note: this behavior requires that the bounding box is set prior to the focal point.) Note that the method takes a 3D point but ignores the z-coordinate value.
virtual void Kitware.VTK.vtkCursor2D.GetFocalPoint | ( | IntPtr | data | ) | [virtual] |
Set/Get the position of cursor focus. If translation mode is on, then the entire cursor (including bounding box, cursor, and shadows) is translated. Otherwise, the focal point will either be clamped to the bounding box, or wrapped, if Wrap is on. (Note: this behavior requires that the bounding box is set prior to the focal point.) Note that the method takes a 3D point but ignores the z-coordinate value.
virtual double [] Kitware.VTK.vtkCursor2D.GetModelBounds | ( | ) | [virtual] |
Set / get the bounding box of the 2D cursor. This defines the outline of the cursor, and where the focal point should lie.
virtual void Kitware.VTK.vtkCursor2D.GetModelBounds | ( | IntPtr | data | ) | [virtual] |
Set / get the bounding box of the 2D cursor. This defines the outline of the cursor, and where the focal point should lie.
virtual int Kitware.VTK.vtkCursor2D.GetOutline | ( | ) | [virtual] |
Turn on/off the wireframe bounding box.
virtual int Kitware.VTK.vtkCursor2D.GetPoint | ( | ) | [virtual] |
Turn on/off the point located at the cursor focus.
virtual double Kitware.VTK.vtkCursor2D.GetRadius | ( | ) | [virtual] |
Specify a radius for a circle. This erases the cursor lines around the focal point.
virtual double Kitware.VTK.vtkCursor2D.GetRadiusMaxValue | ( | ) | [virtual] |
Specify a radius for a circle. This erases the cursor lines around the focal point.
virtual double Kitware.VTK.vtkCursor2D.GetRadiusMinValue | ( | ) | [virtual] |
Specify a radius for a circle. This erases the cursor lines around the focal point.
virtual int Kitware.VTK.vtkCursor2D.GetTranslationMode | ( | ) | [virtual] |
Enable/disable the translation mode. If on, changes in cursor position cause the entire widget to translate along with the cursor. By default, translation mode is off.
virtual int Kitware.VTK.vtkCursor2D.GetWrap | ( | ) | [virtual] |
Turn on/off cursor wrapping. If the cursor focus moves outside the specified bounds, the cursor will either be restrained against the nearest "wall" (Wrap=off), or it will wrap around (Wrap=on).
override int Kitware.VTK.vtkCursor2D.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new int Kitware.VTK.vtkCursor2D.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkCursor2D Kitware.VTK.vtkCursor2D.New | ( | ) | [static] |
Construct with model bounds = (-10,10,-10,10), focal point = (0,0), radius=2, all parts of cursor visible, and wrapping off.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
virtual void Kitware.VTK.vtkCursor2D.OutlineOff | ( | ) | [virtual] |
Turn on/off the wireframe bounding box.
virtual void Kitware.VTK.vtkCursor2D.OutlineOn | ( | ) | [virtual] |
Turn on/off the wireframe bounding box.
virtual void Kitware.VTK.vtkCursor2D.PointOff | ( | ) | [virtual] |
Turn on/off the point located at the cursor focus.
virtual void Kitware.VTK.vtkCursor2D.PointOn | ( | ) | [virtual] |
Turn on/off the point located at the cursor focus.
static new vtkCursor2D Kitware.VTK.vtkCursor2D.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
virtual void Kitware.VTK.vtkCursor2D.SetAxes | ( | int | _arg | ) | [virtual] |
Turn on/off the wireframe axes.
void Kitware.VTK.vtkCursor2D.SetFocalPoint | ( | IntPtr | x | ) |
Set/Get the position of cursor focus. If translation mode is on, then the entire cursor (including bounding box, cursor, and shadows) is translated. Otherwise, the focal point will either be clamped to the bounding box, or wrapped, if Wrap is on. (Note: this behavior requires that the bounding box is set prior to the focal point.) Note that the method takes a 3D point but ignores the z-coordinate value.
void Kitware.VTK.vtkCursor2D.SetFocalPoint | ( | double | x, |
double | y, | ||
double | z | ||
) |
Set/Get the position of cursor focus. If translation mode is on, then the entire cursor (including bounding box, cursor, and shadows) is translated. Otherwise, the focal point will either be clamped to the bounding box, or wrapped, if Wrap is on. (Note: this behavior requires that the bounding box is set prior to the focal point.) Note that the method takes a 3D point but ignores the z-coordinate value.
void Kitware.VTK.vtkCursor2D.SetModelBounds | ( | double | xmin, |
double | xmax, | ||
double | ymin, | ||
double | ymax, | ||
double | zmin, | ||
double | zmax | ||
) |
Set / get the bounding box of the 2D cursor. This defines the outline of the cursor, and where the focal point should lie.
void Kitware.VTK.vtkCursor2D.SetModelBounds | ( | IntPtr | bounds | ) |
Set / get the bounding box of the 2D cursor. This defines the outline of the cursor, and where the focal point should lie.
virtual void Kitware.VTK.vtkCursor2D.SetOutline | ( | int | _arg | ) | [virtual] |
Turn on/off the wireframe bounding box.
virtual void Kitware.VTK.vtkCursor2D.SetPoint | ( | int | _arg | ) | [virtual] |
Turn on/off the point located at the cursor focus.
virtual void Kitware.VTK.vtkCursor2D.SetRadius | ( | double | _arg | ) | [virtual] |
Specify a radius for a circle. This erases the cursor lines around the focal point.
virtual void Kitware.VTK.vtkCursor2D.SetTranslationMode | ( | int | _arg | ) | [virtual] |
Enable/disable the translation mode. If on, changes in cursor position cause the entire widget to translate along with the cursor. By default, translation mode is off.
virtual void Kitware.VTK.vtkCursor2D.SetWrap | ( | int | _arg | ) | [virtual] |
Turn on/off cursor wrapping. If the cursor focus moves outside the specified bounds, the cursor will either be restrained against the nearest "wall" (Wrap=off), or it will wrap around (Wrap=on).
virtual void Kitware.VTK.vtkCursor2D.TranslationModeOff | ( | ) | [virtual] |
Enable/disable the translation mode. If on, changes in cursor position cause the entire widget to translate along with the cursor. By default, translation mode is off.
virtual void Kitware.VTK.vtkCursor2D.TranslationModeOn | ( | ) | [virtual] |
Enable/disable the translation mode. If on, changes in cursor position cause the entire widget to translate along with the cursor. By default, translation mode is off.
static internal void Kitware.VTK.vtkCursor2D.vtkCursor2D_AllOff_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkCursor2D.vtkCursor2D_AllOn_02 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkCursor2D.vtkCursor2D_AxesOff_03 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkCursor2D.vtkCursor2D_AxesOn_04 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkCursor2D.vtkCursor2D_GetAxes_05 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkCursor2D.vtkCursor2D_GetFocalPoint_06 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkCursor2D.vtkCursor2D_GetFocalPoint_07 | ( | HandleRef | pThis, |
IntPtr | data | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkCursor2D.vtkCursor2D_GetModelBounds_08 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkCursor2D.vtkCursor2D_GetModelBounds_09 | ( | HandleRef | pThis, |
IntPtr | data | ||
) | [private] |
static internal int Kitware.VTK.vtkCursor2D.vtkCursor2D_GetOutline_10 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkCursor2D.vtkCursor2D_GetPoint_11 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkCursor2D.vtkCursor2D_GetRadius_12 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkCursor2D.vtkCursor2D_GetRadiusMaxValue_13 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkCursor2D.vtkCursor2D_GetRadiusMinValue_14 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkCursor2D.vtkCursor2D_GetTranslationMode_15 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkCursor2D.vtkCursor2D_GetWrap_16 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkCursor2D.vtkCursor2D_IsA_17 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkCursor2D.vtkCursor2D_IsTypeOf_18 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkCursor2D.vtkCursor2D_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkCursor2D.vtkCursor2D_NewInstance_20 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkCursor2D.vtkCursor2D_OutlineOff_21 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkCursor2D.vtkCursor2D_OutlineOn_22 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkCursor2D.vtkCursor2D_PointOff_23 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkCursor2D.vtkCursor2D_PointOn_24 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkCursor2D.vtkCursor2D_SafeDownCast_25 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkCursor2D.vtkCursor2D_SetAxes_26 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkCursor2D.vtkCursor2D_SetFocalPoint_27 | ( | HandleRef | pThis, |
IntPtr | x | ||
) | [private] |
static internal void Kitware.VTK.vtkCursor2D.vtkCursor2D_SetFocalPoint_28 | ( | HandleRef | pThis, |
double | x, | ||
double | y, | ||
double | z | ||
) | [private] |
static internal void Kitware.VTK.vtkCursor2D.vtkCursor2D_SetModelBounds_29 | ( | HandleRef | pThis, |
double | xmin, | ||
double | xmax, | ||
double | ymin, | ||
double | ymax, | ||
double | zmin, | ||
double | zmax | ||
) | [private] |
static internal void Kitware.VTK.vtkCursor2D.vtkCursor2D_SetModelBounds_30 | ( | HandleRef | pThis, |
IntPtr | bounds | ||
) | [private] |
static internal void Kitware.VTK.vtkCursor2D.vtkCursor2D_SetOutline_31 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkCursor2D.vtkCursor2D_SetPoint_32 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkCursor2D.vtkCursor2D_SetRadius_33 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkCursor2D.vtkCursor2D_SetTranslationMode_34 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkCursor2D.vtkCursor2D_SetWrap_35 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkCursor2D.vtkCursor2D_TranslationModeOff_36 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkCursor2D.vtkCursor2D_TranslationModeOn_37 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkCursor2D.vtkCursor2D_WrapOff_38 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkCursor2D.vtkCursor2D_WrapOn_39 | ( | HandleRef | pThis | ) | [private] |
virtual void Kitware.VTK.vtkCursor2D.WrapOff | ( | ) | [virtual] |
Turn on/off cursor wrapping. If the cursor focus moves outside the specified bounds, the cursor will either be restrained against the nearest "wall" (Wrap=off), or it will wrap around (Wrap=on).
virtual void Kitware.VTK.vtkCursor2D.WrapOn | ( | ) | [virtual] |
Turn on/off cursor wrapping. If the cursor focus moves outside the specified bounds, the cursor will either be restrained against the nearest "wall" (Wrap=off), or it will wrap around (Wrap=on).
new readonly string Kitware.VTK.vtkCursor2D.MRClassNameKey = "11vtkCursor2D" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
new const string Kitware.VTK.vtkCursor2D.MRFullTypeName = "Kitware.VTK.vtkCursor2D" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.