ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkCursor3D Class Reference

vtkCursor3D - generate a 3D cursor representation More...

Inheritance diagram for Kitware.VTK.vtkCursor3D:
[legend]
Collaboration diagram for Kitware.VTK.vtkCursor3D:
[legend]

List of all members.

Public Member Functions

 vtkCursor3D (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkCursor3D ()
 Construct with model bounds = (-1,1,-1,1,-1,1), focal point = (0,0,0), all parts of cursor visible, and wrapping off.
void AllOff ()
 Turn every part of the 3D cursor on or off.
void AllOn ()
 Turn every part of the 3D 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.)
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.)
vtkPolyData GetFocus ()
 Get the focus for this filter.
virtual double[] GetModelBounds ()
 Set / get the boundary of the 3D cursor.
virtual void GetModelBounds (IntPtr data)
 Set / get the boundary of the 3D cursor.
virtual int GetOutline ()
 Turn on/off the wireframe bounding box.
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).
virtual int GetXShadows ()
 Turn on/off the wireframe x-shadows.
virtual int GetYShadows ()
 Turn on/off the wireframe y-shadows.
virtual int GetZShadows ()
 Turn on/off the wireframe z-shadows.
override int IsA (string type)
 Undocumented Block.
new vtkCursor3D 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 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.)
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.)
void SetModelBounds (double xmin, double xmax, double ymin, double ymax, double zmin, double zmax)
 Set / get the boundary of the 3D cursor.
void SetModelBounds (IntPtr bounds)
 Set / get the boundary of the 3D cursor.
virtual void SetOutline (int _arg)
 Turn on/off the wireframe bounding box.
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 SetXShadows (int _arg)
 Turn on/off the wireframe x-shadows.
virtual void SetYShadows (int _arg)
 Turn on/off the wireframe y-shadows.
virtual void SetZShadows (int _arg)
 Turn on/off the wireframe z-shadows.
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).
virtual void XShadowsOff ()
 Turn on/off the wireframe x-shadows.
virtual void XShadowsOn ()
 Turn on/off the wireframe x-shadows.
virtual void YShadowsOff ()
 Turn on/off the wireframe y-shadows.
virtual void YShadowsOn ()
 Turn on/off the wireframe y-shadows.
virtual void ZShadowsOff ()
 Turn on/off the wireframe z-shadows.
virtual void ZShadowsOn ()
 Turn on/off the wireframe z-shadows.

Static Public Member Functions

static new vtkCursor3D New ()
 Construct with model bounds = (-1,1,-1,1,-1,1), focal point = (0,0,0), all parts of cursor visible, and wrapping off.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkCursor3D SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkCursor3D"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "11vtkCursor3D"
 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 vtkCursor3D_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkCursor3D_AllOff_01 (HandleRef pThis)
static internal void vtkCursor3D_AllOn_02 (HandleRef pThis)
static internal void vtkCursor3D_AxesOff_03 (HandleRef pThis)
static internal void vtkCursor3D_AxesOn_04 (HandleRef pThis)
static internal int vtkCursor3D_GetAxes_05 (HandleRef pThis)
static internal IntPtr vtkCursor3D_GetFocalPoint_06 (HandleRef pThis)
static internal void vtkCursor3D_GetFocalPoint_07 (HandleRef pThis, IntPtr data)
static internal IntPtr vtkCursor3D_GetFocus_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkCursor3D_GetModelBounds_09 (HandleRef pThis)
static internal void vtkCursor3D_GetModelBounds_10 (HandleRef pThis, IntPtr data)
static internal int vtkCursor3D_GetOutline_11 (HandleRef pThis)
static internal int vtkCursor3D_GetTranslationMode_12 (HandleRef pThis)
static internal int vtkCursor3D_GetWrap_13 (HandleRef pThis)
static internal int vtkCursor3D_GetXShadows_14 (HandleRef pThis)
static internal int vtkCursor3D_GetYShadows_15 (HandleRef pThis)
static internal int vtkCursor3D_GetZShadows_16 (HandleRef pThis)
static internal int vtkCursor3D_IsA_17 (HandleRef pThis, string type)
static internal int vtkCursor3D_IsTypeOf_18 (string type)
static internal IntPtr vtkCursor3D_NewInstance_20 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkCursor3D_OutlineOff_21 (HandleRef pThis)
static internal void vtkCursor3D_OutlineOn_22 (HandleRef pThis)
static internal IntPtr vtkCursor3D_SafeDownCast_23 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkCursor3D_SetAxes_24 (HandleRef pThis, int _arg)
static internal void vtkCursor3D_SetFocalPoint_25 (HandleRef pThis, IntPtr x)
static internal void vtkCursor3D_SetFocalPoint_26 (HandleRef pThis, double x, double y, double z)
static internal void vtkCursor3D_SetModelBounds_27 (HandleRef pThis, double xmin, double xmax, double ymin, double ymax, double zmin, double zmax)
static internal void vtkCursor3D_SetModelBounds_28 (HandleRef pThis, IntPtr bounds)
static internal void vtkCursor3D_SetOutline_29 (HandleRef pThis, int _arg)
static internal void vtkCursor3D_SetTranslationMode_30 (HandleRef pThis, int _arg)
static internal void vtkCursor3D_SetWrap_31 (HandleRef pThis, int _arg)
static internal void vtkCursor3D_SetXShadows_32 (HandleRef pThis, int _arg)
static internal void vtkCursor3D_SetYShadows_33 (HandleRef pThis, int _arg)
static internal void vtkCursor3D_SetZShadows_34 (HandleRef pThis, int _arg)
static internal void vtkCursor3D_TranslationModeOff_35 (HandleRef pThis)
static internal void vtkCursor3D_TranslationModeOn_36 (HandleRef pThis)
static internal void vtkCursor3D_WrapOff_37 (HandleRef pThis)
static internal void vtkCursor3D_WrapOn_38 (HandleRef pThis)
static internal void vtkCursor3D_XShadowsOff_39 (HandleRef pThis)
static internal void vtkCursor3D_XShadowsOn_40 (HandleRef pThis)
static internal void vtkCursor3D_YShadowsOff_41 (HandleRef pThis)
static internal void vtkCursor3D_YShadowsOn_42 (HandleRef pThis)
static internal void vtkCursor3D_ZShadowsOff_43 (HandleRef pThis)
static internal void vtkCursor3D_ZShadowsOn_44 (HandleRef pThis)

Static Private Member Functions

static vtkCursor3D ()
 Automatically generated type registration mechanics.

Detailed Description

vtkCursor3D - generate a 3D cursor representation

Description vtkCursor3D is an object that generates a 3D representation of a cursor. The cursor consists of a wireframe bounding box, three intersecting axes lines that meet at the cursor focus, and "shadows" or projections of the axes against the sides of the bounding box. Each of these components can be turned on/off.

This filter generates two output datasets. The first (Output) is just the geometric representation of the cursor. The second (Focus) is a single point at the focal point.


Constructor & Destructor Documentation

static Kitware.VTK.vtkCursor3D.vtkCursor3D ( ) [static, private]

Automatically generated type registration mechanics.

Kitware.VTK.vtkCursor3D.vtkCursor3D ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Construct with model bounds = (-1,1,-1,1,-1,1), focal point = (0,0,0), all parts of cursor visible, and wrapping off.


Member Function Documentation

Turn every part of the 3D cursor on or off.

Turn every part of the 3D cursor on or off.

virtual void Kitware.VTK.vtkCursor3D.AxesOff ( ) [virtual]

Turn on/off the wireframe axes.

virtual void Kitware.VTK.vtkCursor3D.AxesOn ( ) [virtual]

Turn on/off the wireframe axes.

override void Kitware.VTK.vtkCursor3D.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.vtkCursor3D.GetAxes ( ) [virtual]

Turn on/off the wireframe axes.

virtual double [] Kitware.VTK.vtkCursor3D.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.)

virtual void Kitware.VTK.vtkCursor3D.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.)

Get the focus for this filter.

Here is the call graph for this function:

virtual double [] Kitware.VTK.vtkCursor3D.GetModelBounds ( ) [virtual]

Set / get the boundary of the 3D cursor.

virtual void Kitware.VTK.vtkCursor3D.GetModelBounds ( IntPtr  data) [virtual]

Set / get the boundary of the 3D cursor.

virtual int Kitware.VTK.vtkCursor3D.GetOutline ( ) [virtual]

Turn on/off the wireframe bounding box.

virtual int Kitware.VTK.vtkCursor3D.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.vtkCursor3D.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).

virtual int Kitware.VTK.vtkCursor3D.GetXShadows ( ) [virtual]

Turn on/off the wireframe x-shadows.

virtual int Kitware.VTK.vtkCursor3D.GetYShadows ( ) [virtual]

Turn on/off the wireframe y-shadows.

virtual int Kitware.VTK.vtkCursor3D.GetZShadows ( ) [virtual]

Turn on/off the wireframe z-shadows.

override int Kitware.VTK.vtkCursor3D.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

static new int Kitware.VTK.vtkCursor3D.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

static new vtkCursor3D Kitware.VTK.vtkCursor3D.New ( ) [static]

Construct with model bounds = (-1,1,-1,1,-1,1), focal point = (0,0,0), all parts of cursor visible, and wrapping off.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

virtual void Kitware.VTK.vtkCursor3D.OutlineOff ( ) [virtual]

Turn on/off the wireframe bounding box.

virtual void Kitware.VTK.vtkCursor3D.OutlineOn ( ) [virtual]

Turn on/off the wireframe bounding box.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkCursor3D.SetAxes ( int  _arg) [virtual]

Turn on/off the wireframe axes.

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.)

void Kitware.VTK.vtkCursor3D.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.)

void Kitware.VTK.vtkCursor3D.SetModelBounds ( double  xmin,
double  xmax,
double  ymin,
double  ymax,
double  zmin,
double  zmax 
)

Set / get the boundary of the 3D cursor.

void Kitware.VTK.vtkCursor3D.SetModelBounds ( IntPtr  bounds)

Set / get the boundary of the 3D cursor.

virtual void Kitware.VTK.vtkCursor3D.SetOutline ( int  _arg) [virtual]

Turn on/off the wireframe bounding box.

virtual void Kitware.VTK.vtkCursor3D.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.vtkCursor3D.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.vtkCursor3D.SetXShadows ( int  _arg) [virtual]

Turn on/off the wireframe x-shadows.

virtual void Kitware.VTK.vtkCursor3D.SetYShadows ( int  _arg) [virtual]

Turn on/off the wireframe y-shadows.

virtual void Kitware.VTK.vtkCursor3D.SetZShadows ( int  _arg) [virtual]

Turn on/off the wireframe z-shadows.

virtual void Kitware.VTK.vtkCursor3D.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.vtkCursor3D.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.vtkCursor3D.vtkCursor3D_AllOff_01 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkCursor3D.vtkCursor3D_AllOn_02 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkCursor3D.vtkCursor3D_AxesOff_03 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkCursor3D.vtkCursor3D_AxesOn_04 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkCursor3D.vtkCursor3D_GetAxes_05 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkCursor3D.vtkCursor3D_GetFocalPoint_06 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkCursor3D.vtkCursor3D_GetFocalPoint_07 ( HandleRef  pThis,
IntPtr  data 
) [private]
static internal IntPtr Kitware.VTK.vtkCursor3D.vtkCursor3D_GetFocus_08 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkCursor3D.vtkCursor3D_GetModelBounds_09 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkCursor3D.vtkCursor3D_GetModelBounds_10 ( HandleRef  pThis,
IntPtr  data 
) [private]
static internal int Kitware.VTK.vtkCursor3D.vtkCursor3D_GetOutline_11 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkCursor3D.vtkCursor3D_GetTranslationMode_12 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkCursor3D.vtkCursor3D_GetWrap_13 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkCursor3D.vtkCursor3D_GetXShadows_14 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkCursor3D.vtkCursor3D_GetYShadows_15 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkCursor3D.vtkCursor3D_GetZShadows_16 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkCursor3D.vtkCursor3D_IsA_17 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkCursor3D.vtkCursor3D_IsTypeOf_18 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkCursor3D.vtkCursor3D_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkCursor3D.vtkCursor3D_NewInstance_20 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkCursor3D.vtkCursor3D_OutlineOff_21 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkCursor3D.vtkCursor3D_OutlineOn_22 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkCursor3D.vtkCursor3D_SafeDownCast_23 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkCursor3D.vtkCursor3D_SetAxes_24 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkCursor3D.vtkCursor3D_SetFocalPoint_25 ( HandleRef  pThis,
IntPtr  x 
) [private]
static internal void Kitware.VTK.vtkCursor3D.vtkCursor3D_SetFocalPoint_26 ( HandleRef  pThis,
double  x,
double  y,
double  z 
) [private]
static internal void Kitware.VTK.vtkCursor3D.vtkCursor3D_SetModelBounds_27 ( HandleRef  pThis,
double  xmin,
double  xmax,
double  ymin,
double  ymax,
double  zmin,
double  zmax 
) [private]
static internal void Kitware.VTK.vtkCursor3D.vtkCursor3D_SetModelBounds_28 ( HandleRef  pThis,
IntPtr  bounds 
) [private]
static internal void Kitware.VTK.vtkCursor3D.vtkCursor3D_SetOutline_29 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkCursor3D.vtkCursor3D_SetTranslationMode_30 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkCursor3D.vtkCursor3D_SetWrap_31 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkCursor3D.vtkCursor3D_SetXShadows_32 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkCursor3D.vtkCursor3D_SetYShadows_33 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkCursor3D.vtkCursor3D_SetZShadows_34 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkCursor3D.vtkCursor3D_TranslationModeOff_35 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkCursor3D.vtkCursor3D_TranslationModeOn_36 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkCursor3D.vtkCursor3D_WrapOff_37 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkCursor3D.vtkCursor3D_WrapOn_38 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkCursor3D.vtkCursor3D_XShadowsOff_39 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkCursor3D.vtkCursor3D_XShadowsOn_40 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkCursor3D.vtkCursor3D_YShadowsOff_41 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkCursor3D.vtkCursor3D_YShadowsOn_42 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkCursor3D.vtkCursor3D_ZShadowsOff_43 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkCursor3D.vtkCursor3D_ZShadowsOn_44 ( HandleRef  pThis) [private]
virtual void Kitware.VTK.vtkCursor3D.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.vtkCursor3D.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).

virtual void Kitware.VTK.vtkCursor3D.XShadowsOff ( ) [virtual]

Turn on/off the wireframe x-shadows.

virtual void Kitware.VTK.vtkCursor3D.XShadowsOn ( ) [virtual]

Turn on/off the wireframe x-shadows.

virtual void Kitware.VTK.vtkCursor3D.YShadowsOff ( ) [virtual]

Turn on/off the wireframe y-shadows.

virtual void Kitware.VTK.vtkCursor3D.YShadowsOn ( ) [virtual]

Turn on/off the wireframe y-shadows.

virtual void Kitware.VTK.vtkCursor3D.ZShadowsOff ( ) [virtual]

Turn on/off the wireframe z-shadows.

virtual void Kitware.VTK.vtkCursor3D.ZShadowsOn ( ) [virtual]

Turn on/off the wireframe z-shadows.


Member Data Documentation

new readonly string Kitware.VTK.vtkCursor3D.MRClassNameKey = "11vtkCursor3D" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

new const string Kitware.VTK.vtkCursor3D.MRFullTypeName = "Kitware.VTK.vtkCursor3D"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.


The documentation for this class was generated from the following file: