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.vtkLineWidget Class Reference

vtkLineWidget - 3D widget for manipulating a line More...

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

List of all members.

Public Member Functions

 vtkLineWidget (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkLineWidget ()
 Instantiate the object.
virtual void ClampToBoundsOff ()
 Enable/disable clamping of the point end points to the bounding box of the data. The bounding box is defined from the last PlaceWidget() invocation, and includes the effect of the PlaceFactor which is used to gram/shrink the bounding box.
virtual void ClampToBoundsOn ()
 Enable/disable clamping of the point end points to the bounding box of the data. The bounding box is defined from the last PlaceWidget() invocation, and includes the effect of the PlaceFactor which is used to gram/shrink the bounding box.
virtual int GetAlign ()
 Force the line widget to be aligned with one of the x-y-z axes. Remember that when the state changes, a ModifiedEvent is invoked. This can be used to snap the line to the axes if it is orginally not aligned.
virtual int GetAlignMaxValue ()
 Force the line widget to be aligned with one of the x-y-z axes. Remember that when the state changes, a ModifiedEvent is invoked. This can be used to snap the line to the axes if it is orginally not aligned.
virtual int GetAlignMinValue ()
 Force the line widget to be aligned with one of the x-y-z axes. Remember that when the state changes, a ModifiedEvent is invoked. This can be used to snap the line to the axes if it is orginally not aligned.
virtual int GetClampToBounds ()
 Enable/disable clamping of the point end points to the bounding box of the data. The bounding box is defined from the last PlaceWidget() invocation, and includes the effect of the PlaceFactor which is used to gram/shrink the bounding box.
virtual vtkProperty GetHandleProperty ()
 Get the handle properties (the little balls are the handles). The properties of the handles when selected and normal can be manipulated.
virtual vtkProperty GetLineProperty ()
 Get the line properties. The properties of the line when selected and unselected can be manipulated.
double[] GetPoint1 ()
 Set/Get the position of first end point.
void GetPoint1 (IntPtr xyz)
 Set/Get the position of first end point.
double[] GetPoint2 ()
 Set position of other end point.
void GetPoint2 (IntPtr xyz)
 Set position of other end point.
void GetPolyData (vtkPolyData pd)
 Grab the polydata (including points) that defines the line. The polydata consists of n+1 points, where n is the resolution of the line. These point values are guaranteed to be up-to-date when either the InteractionEvent or EndInteraction events are invoked. The user provides the vtkPolyData and the points and polyline are added to it.
int GetResolution ()
 Set/Get the resolution (number of subdivisions) of the line.
virtual vtkProperty GetSelectedHandleProperty ()
 Get the handle properties (the little balls are the handles). The properties of the handles when selected and normal can be manipulated.
virtual vtkProperty GetSelectedLineProperty ()
 Get the line properties. The properties of the line when selected and unselected can be manipulated.
override int IsA (string type)
 Instantiate the object.
new vtkLineWidget NewInstance ()
 Instantiate the object.
override void PlaceWidget (IntPtr bounds)
 Methods that satisfy the superclass' API.
override void PlaceWidget ()
 Methods that satisfy the superclass' API.
override void PlaceWidget (double xmin, double xmax, double ymin, double ymax, double zmin, double zmax)
 Methods that satisfy the superclass' API.
virtual void SetAlign (int _arg)
 Force the line widget to be aligned with one of the x-y-z axes. Remember that when the state changes, a ModifiedEvent is invoked. This can be used to snap the line to the axes if it is orginally not aligned.
void SetAlignToNone ()
 Force the line widget to be aligned with one of the x-y-z axes. Remember that when the state changes, a ModifiedEvent is invoked. This can be used to snap the line to the axes if it is orginally not aligned.
void SetAlignToXAxis ()
 Force the line widget to be aligned with one of the x-y-z axes. Remember that when the state changes, a ModifiedEvent is invoked. This can be used to snap the line to the axes if it is orginally not aligned.
void SetAlignToYAxis ()
 Force the line widget to be aligned with one of the x-y-z axes. Remember that when the state changes, a ModifiedEvent is invoked. This can be used to snap the line to the axes if it is orginally not aligned.
void SetAlignToZAxis ()
 Force the line widget to be aligned with one of the x-y-z axes. Remember that when the state changes, a ModifiedEvent is invoked. This can be used to snap the line to the axes if it is orginally not aligned.
virtual void SetClampToBounds (int _arg)
 Enable/disable clamping of the point end points to the bounding box of the data. The bounding box is defined from the last PlaceWidget() invocation, and includes the effect of the PlaceFactor which is used to gram/shrink the bounding box.
override void SetEnabled (int arg0)
 Methods that satisfy the superclass' API.
void SetPoint1 (double x, double y, double z)
 Set/Get the position of first end point.
void SetPoint1 (IntPtr x)
 Set/Get the position of first end point.
void SetPoint2 (double x, double y, double z)
 Set position of other end point.
void SetPoint2 (IntPtr x)
 Set position of other end point.
void SetResolution (int r)
 Set/Get the resolution (number of subdivisions) of the line.

Static Public Member Functions

static new vtkLineWidget New ()
 Instantiate the object.
static new int IsTypeOf (string type)
 Instantiate the object.
static new vtkLineWidget SafeDownCast (vtkObjectBase o)
 Instantiate the object.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "13vtkLineWidget"
 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 vtkLineWidget_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkLineWidget_ClampToBoundsOff_01 (HandleRef pThis)
static internal void vtkLineWidget_ClampToBoundsOn_02 (HandleRef pThis)
static internal int vtkLineWidget_GetAlign_03 (HandleRef pThis)
static internal int vtkLineWidget_GetAlignMaxValue_04 (HandleRef pThis)
static internal int vtkLineWidget_GetAlignMinValue_05 (HandleRef pThis)
static internal int vtkLineWidget_GetClampToBounds_06 (HandleRef pThis)
static internal IntPtr vtkLineWidget_GetHandleProperty_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkLineWidget_GetLineProperty_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkLineWidget_GetPoint1_09 (HandleRef pThis)
static internal void vtkLineWidget_GetPoint1_10 (HandleRef pThis, IntPtr xyz)
static internal IntPtr vtkLineWidget_GetPoint2_11 (HandleRef pThis)
static internal void vtkLineWidget_GetPoint2_12 (HandleRef pThis, IntPtr xyz)
static internal void vtkLineWidget_GetPolyData_13 (HandleRef pThis, HandleRef pd)
static internal int vtkLineWidget_GetResolution_14 (HandleRef pThis)
static internal IntPtr vtkLineWidget_GetSelectedHandleProperty_15 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkLineWidget_GetSelectedLineProperty_16 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkLineWidget_IsA_17 (HandleRef pThis, string type)
static internal int vtkLineWidget_IsTypeOf_18 (string type)
static internal IntPtr vtkLineWidget_NewInstance_20 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkLineWidget_PlaceWidget_21 (HandleRef pThis, IntPtr bounds)
static internal void vtkLineWidget_PlaceWidget_22 (HandleRef pThis)
static internal void vtkLineWidget_PlaceWidget_23 (HandleRef pThis, double xmin, double xmax, double ymin, double ymax, double zmin, double zmax)
static internal IntPtr vtkLineWidget_SafeDownCast_24 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkLineWidget_SetAlign_25 (HandleRef pThis, int _arg)
static internal void vtkLineWidget_SetAlignToNone_26 (HandleRef pThis)
static internal void vtkLineWidget_SetAlignToXAxis_27 (HandleRef pThis)
static internal void vtkLineWidget_SetAlignToYAxis_28 (HandleRef pThis)
static internal void vtkLineWidget_SetAlignToZAxis_29 (HandleRef pThis)
static internal void vtkLineWidget_SetClampToBounds_30 (HandleRef pThis, int _arg)
static internal void vtkLineWidget_SetEnabled_31 (HandleRef pThis, int arg0)
static internal void vtkLineWidget_SetPoint1_32 (HandleRef pThis, double x, double y, double z)
static internal void vtkLineWidget_SetPoint1_33 (HandleRef pThis, IntPtr x)
static internal void vtkLineWidget_SetPoint2_34 (HandleRef pThis, double x, double y, double z)
static internal void vtkLineWidget_SetPoint2_35 (HandleRef pThis, IntPtr x)
static internal void vtkLineWidget_SetResolution_36 (HandleRef pThis, int r)

Static Private Member Functions

static vtkLineWidget ()
 Automatically generated type registration mechanics.

Detailed Description

vtkLineWidget - 3D widget for manipulating a line

Description This 3D widget defines a line that can be interactively placed in a scene. The line has two handles (at its endpoints), plus the line can be picked to translate it in the scene. A nice feature of the object is that the vtkLineWidget, like any 3D widget, will work with the current interactor style and any other widgets present in the scene. That is, if vtkLineWidget does not handle an event, then all other registered observers (including the interactor style) have an opportunity to process the event. Otherwise, the vtkLineWidget will terminate the processing of the event that it handles.

To use this object, just invoke SetInteractor() with the argument of the method a vtkRenderWindowInteractor. You may also wish to invoke "PlaceWidget()" to initially position the widget. The interactor will act normally until the "i" key (for "interactor") is pressed, at which point the vtkLineWidget will appear. (See superclass documentation for information about changing this behavior.) By grabbing one of the two end point handles (use the left mouse button), the line can be oriented and stretched (the other end point remains fixed). By grabbing the line itself, or using the middle mouse button, the entire line can be translated. Scaling (about the center of the line) is achieved by using the right mouse button. By moving the mouse "up" the render window the line will be made bigger; by moving "down" the render window the widget will be made smaller. Turn off the widget by pressing the "i" key again (or invoke the Off() method). (Note: picking the line or either one of the two end point handles causes a vtkPointWidget to appear. This widget has the ability to constrain motion to an axis by pressing the "shift" key while moving the mouse.)

The vtkLineWidget has several methods that can be used in conjunction with other VTK objects. The Set/GetResolution() methods control the number of subdivisions of the line; the GetPolyData() method can be used to get the polygonal representation and can be used for things like seeding streamlines. Typical usage of the widget is to make use of the StartInteractionEvent, InteractionEvent, and EndInteractionEvent events. The InteractionEvent is called on mouse motion; the other two events are called on button down and button up (either left or right button).

Some additional features of this class include the ability to control the properties of the widget. You can set the properties of the selected and unselected representations of the line. For example, you can set the property for the handles and line. In addition there are methods to constrain the line so that it is aligned along the x-y-z axes.


Constructor & Destructor Documentation

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

Automatically generated type registration mechanics.

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

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

Instantiate the object.


Member Function Documentation

virtual void Kitware.VTK.vtkLineWidget.ClampToBoundsOff ( ) [virtual]

Enable/disable clamping of the point end points to the bounding box of the data. The bounding box is defined from the last PlaceWidget() invocation, and includes the effect of the PlaceFactor which is used to gram/shrink the bounding box.

virtual void Kitware.VTK.vtkLineWidget.ClampToBoundsOn ( ) [virtual]

Enable/disable clamping of the point end points to the bounding box of the data. The bounding box is defined from the last PlaceWidget() invocation, and includes the effect of the PlaceFactor which is used to gram/shrink the bounding box.

override void Kitware.VTK.vtkLineWidget.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.vtk3DWidget.

virtual int Kitware.VTK.vtkLineWidget.GetAlign ( ) [virtual]

Force the line widget to be aligned with one of the x-y-z axes. Remember that when the state changes, a ModifiedEvent is invoked. This can be used to snap the line to the axes if it is orginally not aligned.

virtual int Kitware.VTK.vtkLineWidget.GetAlignMaxValue ( ) [virtual]

Force the line widget to be aligned with one of the x-y-z axes. Remember that when the state changes, a ModifiedEvent is invoked. This can be used to snap the line to the axes if it is orginally not aligned.

virtual int Kitware.VTK.vtkLineWidget.GetAlignMinValue ( ) [virtual]

Force the line widget to be aligned with one of the x-y-z axes. Remember that when the state changes, a ModifiedEvent is invoked. This can be used to snap the line to the axes if it is orginally not aligned.

virtual int Kitware.VTK.vtkLineWidget.GetClampToBounds ( ) [virtual]

Enable/disable clamping of the point end points to the bounding box of the data. The bounding box is defined from the last PlaceWidget() invocation, and includes the effect of the PlaceFactor which is used to gram/shrink the bounding box.

Get the handle properties (the little balls are the handles). The properties of the handles when selected and normal can be manipulated.

Here is the call graph for this function:

Get the line properties. The properties of the line when selected and unselected can be manipulated.

Here is the call graph for this function:

Set/Get the position of first end point.

Set/Get the position of first end point.

Set position of other end point.

Set position of other end point.

Grab the polydata (including points) that defines the line. The polydata consists of n+1 points, where n is the resolution of the line. These point values are guaranteed to be up-to-date when either the InteractionEvent or EndInteraction events are invoked. The user provides the vtkPolyData and the points and polyline are added to it.

Set/Get the resolution (number of subdivisions) of the line.

Get the handle properties (the little balls are the handles). The properties of the handles when selected and normal can be manipulated.

Here is the call graph for this function:

Get the line properties. The properties of the line when selected and unselected can be manipulated.

Here is the call graph for this function:

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

Instantiate the object.

Reimplemented from Kitware.VTK.vtk3DWidget.

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

Instantiate the object.

Reimplemented from Kitware.VTK.vtk3DWidget.

Instantiate the object.

Reimplemented from Kitware.VTK.vtkObject.

Instantiate the object.

Reimplemented from Kitware.VTK.vtk3DWidget.

override void Kitware.VTK.vtkLineWidget.PlaceWidget ( IntPtr  bounds) [virtual]

Methods that satisfy the superclass' API.

Reimplemented from Kitware.VTK.vtk3DWidget.

override void Kitware.VTK.vtkLineWidget.PlaceWidget ( ) [virtual]

Methods that satisfy the superclass' API.

Reimplemented from Kitware.VTK.vtk3DWidget.

override void Kitware.VTK.vtkLineWidget.PlaceWidget ( double  xmin,
double  xmax,
double  ymin,
double  ymax,
double  zmin,
double  zmax 
) [virtual]

Methods that satisfy the superclass' API.

Reimplemented from Kitware.VTK.vtk3DWidget.

Instantiate the object.

Reimplemented from Kitware.VTK.vtk3DWidget.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkLineWidget.SetAlign ( int  _arg) [virtual]

Force the line widget to be aligned with one of the x-y-z axes. Remember that when the state changes, a ModifiedEvent is invoked. This can be used to snap the line to the axes if it is orginally not aligned.

Force the line widget to be aligned with one of the x-y-z axes. Remember that when the state changes, a ModifiedEvent is invoked. This can be used to snap the line to the axes if it is orginally not aligned.

Force the line widget to be aligned with one of the x-y-z axes. Remember that when the state changes, a ModifiedEvent is invoked. This can be used to snap the line to the axes if it is orginally not aligned.

Force the line widget to be aligned with one of the x-y-z axes. Remember that when the state changes, a ModifiedEvent is invoked. This can be used to snap the line to the axes if it is orginally not aligned.

Force the line widget to be aligned with one of the x-y-z axes. Remember that when the state changes, a ModifiedEvent is invoked. This can be used to snap the line to the axes if it is orginally not aligned.

virtual void Kitware.VTK.vtkLineWidget.SetClampToBounds ( int  _arg) [virtual]

Enable/disable clamping of the point end points to the bounding box of the data. The bounding box is defined from the last PlaceWidget() invocation, and includes the effect of the PlaceFactor which is used to gram/shrink the bounding box.

override void Kitware.VTK.vtkLineWidget.SetEnabled ( int  arg0) [virtual]

Methods that satisfy the superclass' API.

Reimplemented from Kitware.VTK.vtkInteractorObserver.

void Kitware.VTK.vtkLineWidget.SetPoint1 ( double  x,
double  y,
double  z 
)

Set/Get the position of first end point.

Set/Get the position of first end point.

void Kitware.VTK.vtkLineWidget.SetPoint2 ( double  x,
double  y,
double  z 
)

Set position of other end point.

Set position of other end point.

Set/Get the resolution (number of subdivisions) of the line.

static internal void Kitware.VTK.vtkLineWidget.vtkLineWidget_ClampToBoundsOff_01 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkLineWidget.vtkLineWidget_ClampToBoundsOn_02 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkLineWidget.vtkLineWidget_GetAlign_03 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkLineWidget.vtkLineWidget_GetAlignMaxValue_04 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkLineWidget.vtkLineWidget_GetAlignMinValue_05 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkLineWidget.vtkLineWidget_GetClampToBounds_06 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkLineWidget.vtkLineWidget_GetHandleProperty_07 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkLineWidget.vtkLineWidget_GetLineProperty_08 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkLineWidget.vtkLineWidget_GetPoint1_09 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkLineWidget.vtkLineWidget_GetPoint1_10 ( HandleRef  pThis,
IntPtr  xyz 
) [private]
static internal IntPtr Kitware.VTK.vtkLineWidget.vtkLineWidget_GetPoint2_11 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkLineWidget.vtkLineWidget_GetPoint2_12 ( HandleRef  pThis,
IntPtr  xyz 
) [private]
static internal void Kitware.VTK.vtkLineWidget.vtkLineWidget_GetPolyData_13 ( HandleRef  pThis,
HandleRef  pd 
) [private]
static internal int Kitware.VTK.vtkLineWidget.vtkLineWidget_GetResolution_14 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkLineWidget.vtkLineWidget_GetSelectedHandleProperty_15 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkLineWidget.vtkLineWidget_GetSelectedLineProperty_16 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkLineWidget.vtkLineWidget_IsA_17 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkLineWidget.vtkLineWidget_IsTypeOf_18 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkLineWidget.vtkLineWidget_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkLineWidget.vtkLineWidget_NewInstance_20 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkLineWidget.vtkLineWidget_PlaceWidget_21 ( HandleRef  pThis,
IntPtr  bounds 
) [private]
static internal void Kitware.VTK.vtkLineWidget.vtkLineWidget_PlaceWidget_22 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkLineWidget.vtkLineWidget_PlaceWidget_23 ( HandleRef  pThis,
double  xmin,
double  xmax,
double  ymin,
double  ymax,
double  zmin,
double  zmax 
) [private]
static internal IntPtr Kitware.VTK.vtkLineWidget.vtkLineWidget_SafeDownCast_24 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkLineWidget.vtkLineWidget_SetAlign_25 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkLineWidget.vtkLineWidget_SetAlignToNone_26 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkLineWidget.vtkLineWidget_SetAlignToXAxis_27 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkLineWidget.vtkLineWidget_SetAlignToYAxis_28 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkLineWidget.vtkLineWidget_SetAlignToZAxis_29 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkLineWidget.vtkLineWidget_SetClampToBounds_30 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkLineWidget.vtkLineWidget_SetEnabled_31 ( HandleRef  pThis,
int  arg0 
) [private]
static internal void Kitware.VTK.vtkLineWidget.vtkLineWidget_SetPoint1_32 ( HandleRef  pThis,
double  x,
double  y,
double  z 
) [private]
static internal void Kitware.VTK.vtkLineWidget.vtkLineWidget_SetPoint1_33 ( HandleRef  pThis,
IntPtr  x 
) [private]
static internal void Kitware.VTK.vtkLineWidget.vtkLineWidget_SetPoint2_34 ( HandleRef  pThis,
double  x,
double  y,
double  z 
) [private]
static internal void Kitware.VTK.vtkLineWidget.vtkLineWidget_SetPoint2_35 ( HandleRef  pThis,
IntPtr  x 
) [private]
static internal void Kitware.VTK.vtkLineWidget.vtkLineWidget_SetResolution_36 ( HandleRef  pThis,
int  r 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkLineWidget.MRClassNameKey = "13vtkLineWidget" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtk3DWidget.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtk3DWidget.


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