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

vtkImplicitPlaneWidget - 3D widget for manipulating an infinite plane More...

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

List of all members.

Public Member Functions

 vtkImplicitPlaneWidget (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkImplicitPlaneWidget ()
 Instantiate the object.
virtual void DrawPlaneOff ()
 Enable/disable the drawing of the plane. In some cases the plane interferes with the object that it is operating on (i.e., the plane interferes with the cut surface it produces producing z-buffer artifacts.)
virtual void DrawPlaneOn ()
 Enable/disable the drawing of the plane. In some cases the plane interferes with the object that it is operating on (i.e., the plane interferes with the cut surface it produces producing z-buffer artifacts.)
virtual double GetDiagonalRatio ()
 By default the arrow is 30% of the diagonal length. DiagonalRatio control this ratio in the interval [0-2].
virtual double GetDiagonalRatioMaxValue ()
 By default the arrow is 30% of the diagonal length. DiagonalRatio control this ratio in the interval [0-2].
virtual double GetDiagonalRatioMinValue ()
 By default the arrow is 30% of the diagonal length. DiagonalRatio control this ratio in the interval [0-2].
virtual int GetDrawPlane ()
 Enable/disable the drawing of the plane. In some cases the plane interferes with the object that it is operating on (i.e., the plane interferes with the cut surface it produces producing z-buffer artifacts.)
virtual vtkProperty GetEdgesProperty ()
 Get the property of the intersection edges. (This property also applies to the edges when tubed.)
double[] GetNormal ()
 Get the normal to the plane.
void GetNormal (IntPtr xyz)
 Get the normal to the plane.
virtual vtkProperty GetNormalProperty ()
 Get the properties on the normal (line and cone).
virtual int GetNormalToXAxis ()
 Force the plane widget to be aligned with one of the x-y-z axes. If one axis is set on, the other two will be set off. Remember that when the state changes, a ModifiedEvent is invoked. This can be used to snap the plane to the axes if it is orginally not aligned.
virtual int GetNormalToYAxis ()
 Force the plane widget to be aligned with one of the x-y-z axes. If one axis is set on, the other two will be set off. Remember that when the state changes, a ModifiedEvent is invoked. This can be used to snap the plane to the axes if it is orginally not aligned.
virtual int GetNormalToZAxis ()
 Force the plane widget to be aligned with one of the x-y-z axes. If one axis is set on, the other two will be set off. Remember that when the state changes, a ModifiedEvent is invoked. This can be used to snap the plane to the axes if it is orginally not aligned.
double[] GetOrigin ()
 Get the origin of the plane.
void GetOrigin (IntPtr xyz)
 Get the origin of the plane.
virtual int GetOriginTranslation ()
 Turn on/off the ability to translate the origin (sphere) with the left mouse button.
virtual vtkProperty GetOutlineProperty ()
 Get the property of the outline.
virtual int GetOutlineTranslation ()
 Turn on/off the ability to translate the bounding box by grabbing it with the left mouse button.
virtual int GetOutsideBounds ()
 Turn on/off the ability to move the widget outside of the input's bound.
void GetPlane (vtkPlane plane)
 Get the implicit function for the plane. The user must provide the instance of the class vtkPlane. Note that vtkPlane is a subclass of vtkImplicitFunction, meaning that it can be used by a variety of filters to perform clipping, cutting, and selection of data.
virtual vtkProperty GetPlaneProperty ()
 Get the plane properties. The properties of the plane when selected and unselected can be manipulated.
void GetPolyData (vtkPolyData pd)
 Grab the polydata that defines the plane. The polydata contains a single polygon that is clipped by the bounding box.
override vtkPolyDataAlgorithm GetPolyDataAlgorithm ()
 Satisfies superclass API. This returns a pointer to the underlying PolyData (which represents the plane).
virtual int GetScaleEnabled ()
 Turn on/off the ability to scale with the mouse.
virtual vtkProperty GetSelectedNormalProperty ()
 Get the properties on the normal (line and cone).
virtual vtkProperty GetSelectedOutlineProperty ()
 Get the property of the outline.
virtual vtkProperty GetSelectedPlaneProperty ()
 Get the plane properties. The properties of the plane when selected and unselected can be manipulated.
virtual int GetTubing ()
 Turn on/off tubing of the wire outline of the plane. The tube thickens the line by wrapping with a vtkTubeFilter.
override int IsA (string type)
 Instantiate the object.
new vtkImplicitPlaneWidget NewInstance ()
 Instantiate the object.
virtual void NormalToXAxisOff ()
 Force the plane widget to be aligned with one of the x-y-z axes. If one axis is set on, the other two will be set off. Remember that when the state changes, a ModifiedEvent is invoked. This can be used to snap the plane to the axes if it is orginally not aligned.
virtual void NormalToXAxisOn ()
 Force the plane widget to be aligned with one of the x-y-z axes. If one axis is set on, the other two will be set off. Remember that when the state changes, a ModifiedEvent is invoked. This can be used to snap the plane to the axes if it is orginally not aligned.
virtual void NormalToYAxisOff ()
 Force the plane widget to be aligned with one of the x-y-z axes. If one axis is set on, the other two will be set off. Remember that when the state changes, a ModifiedEvent is invoked. This can be used to snap the plane to the axes if it is orginally not aligned.
virtual void NormalToYAxisOn ()
 Force the plane widget to be aligned with one of the x-y-z axes. If one axis is set on, the other two will be set off. Remember that when the state changes, a ModifiedEvent is invoked. This can be used to snap the plane to the axes if it is orginally not aligned.
virtual void NormalToZAxisOff ()
 Force the plane widget to be aligned with one of the x-y-z axes. If one axis is set on, the other two will be set off. Remember that when the state changes, a ModifiedEvent is invoked. This can be used to snap the plane to the axes if it is orginally not aligned.
virtual void NormalToZAxisOn ()
 Force the plane widget to be aligned with one of the x-y-z axes. If one axis is set on, the other two will be set off. Remember that when the state changes, a ModifiedEvent is invoked. This can be used to snap the plane to the axes if it is orginally not aligned.
virtual void OriginTranslationOff ()
 Turn on/off the ability to translate the origin (sphere) with the left mouse button.
virtual void OriginTranslationOn ()
 Turn on/off the ability to translate the origin (sphere) with the left mouse button.
virtual void OutlineTranslationOff ()
 Turn on/off the ability to translate the bounding box by grabbing it with the left mouse button.
virtual void OutlineTranslationOn ()
 Turn on/off the ability to translate the bounding box by grabbing it with the left mouse button.
virtual void OutsideBoundsOff ()
 Turn on/off the ability to move the widget outside of the input's bound.
virtual void OutsideBoundsOn ()
 Turn on/off the ability to move the widget outside of the input's bound.
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 ScaleEnabledOff ()
 Turn on/off the ability to scale with the mouse.
virtual void ScaleEnabledOn ()
 Turn on/off the ability to scale with the mouse.
virtual void SetDiagonalRatio (double _arg)
 By default the arrow is 30% of the diagonal length. DiagonalRatio control this ratio in the interval [0-2].
void SetDrawPlane (int plane)
 Enable/disable the drawing of the plane. In some cases the plane interferes with the object that it is operating on (i.e., the plane interferes with the cut surface it produces producing z-buffer artifacts.)
override void SetEnabled (int arg0)
 Methods that satisfy the superclass' API.
void SetNormal (double x, double y, double z)
 Get the normal to the plane.
void SetNormal (IntPtr x)
 Get the normal to the plane.
void SetNormalToXAxis (int arg0)
 Force the plane widget to be aligned with one of the x-y-z axes. If one axis is set on, the other two will be set off. Remember that when the state changes, a ModifiedEvent is invoked. This can be used to snap the plane to the axes if it is orginally not aligned.
void SetNormalToYAxis (int arg0)
 Force the plane widget to be aligned with one of the x-y-z axes. If one axis is set on, the other two will be set off. Remember that when the state changes, a ModifiedEvent is invoked. This can be used to snap the plane to the axes if it is orginally not aligned.
void SetNormalToZAxis (int arg0)
 Force the plane widget to be aligned with one of the x-y-z axes. If one axis is set on, the other two will be set off. Remember that when the state changes, a ModifiedEvent is invoked. This can be used to snap the plane to the axes if it is orginally not aligned.
virtual void SetOrigin (double x, double y, double z)
 Get the origin of the plane.
virtual void SetOrigin (IntPtr x)
 Get the origin of the plane.
virtual void SetOriginTranslation (int _arg)
 Turn on/off the ability to translate the origin (sphere) with the left mouse button.
virtual void SetOutlineTranslation (int _arg)
 Turn on/off the ability to translate the bounding box by grabbing it with the left mouse button.
virtual void SetOutsideBounds (int _arg)
 Turn on/off the ability to move the widget outside of the input's bound.
virtual void SetScaleEnabled (int _arg)
 Turn on/off the ability to scale with the mouse.
virtual void SetTubing (int _arg)
 Turn on/off tubing of the wire outline of the plane. The tube thickens the line by wrapping with a vtkTubeFilter.
virtual void SizeHandles ()
 Control widget appearance.
virtual void TubingOff ()
 Turn on/off tubing of the wire outline of the plane. The tube thickens the line by wrapping with a vtkTubeFilter.
virtual void TubingOn ()
 Turn on/off tubing of the wire outline of the plane. The tube thickens the line by wrapping with a vtkTubeFilter.
override void UpdatePlacement ()
 Satisfies the superclass API. This will change the state of the widget to match changes that have been made to the underlying PolyDataSource.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "22vtkImplicitPlaneWidget"
 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 vtkImplicitPlaneWidget_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkImplicitPlaneWidget_DrawPlaneOff_01 (HandleRef pThis)
static internal void vtkImplicitPlaneWidget_DrawPlaneOn_02 (HandleRef pThis)
static internal double vtkImplicitPlaneWidget_GetDiagonalRatio_03 (HandleRef pThis)
static internal double vtkImplicitPlaneWidget_GetDiagonalRatioMaxValue_04 (HandleRef pThis)
static internal double vtkImplicitPlaneWidget_GetDiagonalRatioMinValue_05 (HandleRef pThis)
static internal int vtkImplicitPlaneWidget_GetDrawPlane_06 (HandleRef pThis)
static internal IntPtr vtkImplicitPlaneWidget_GetEdgesProperty_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkImplicitPlaneWidget_GetNormal_08 (HandleRef pThis)
static internal void vtkImplicitPlaneWidget_GetNormal_09 (HandleRef pThis, IntPtr xyz)
static internal IntPtr vtkImplicitPlaneWidget_GetNormalProperty_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkImplicitPlaneWidget_GetNormalToXAxis_11 (HandleRef pThis)
static internal int vtkImplicitPlaneWidget_GetNormalToYAxis_12 (HandleRef pThis)
static internal int vtkImplicitPlaneWidget_GetNormalToZAxis_13 (HandleRef pThis)
static internal IntPtr vtkImplicitPlaneWidget_GetOrigin_14 (HandleRef pThis)
static internal void vtkImplicitPlaneWidget_GetOrigin_15 (HandleRef pThis, IntPtr xyz)
static internal int vtkImplicitPlaneWidget_GetOriginTranslation_16 (HandleRef pThis)
static internal IntPtr vtkImplicitPlaneWidget_GetOutlineProperty_17 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkImplicitPlaneWidget_GetOutlineTranslation_18 (HandleRef pThis)
static internal int vtkImplicitPlaneWidget_GetOutsideBounds_19 (HandleRef pThis)
static internal void vtkImplicitPlaneWidget_GetPlane_20 (HandleRef pThis, HandleRef plane)
static internal IntPtr vtkImplicitPlaneWidget_GetPlaneProperty_21 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkImplicitPlaneWidget_GetPolyData_22 (HandleRef pThis, HandleRef pd)
static internal IntPtr vtkImplicitPlaneWidget_GetPolyDataAlgorithm_23 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkImplicitPlaneWidget_GetScaleEnabled_24 (HandleRef pThis)
static internal IntPtr vtkImplicitPlaneWidget_GetSelectedNormalProperty_25 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkImplicitPlaneWidget_GetSelectedOutlineProperty_26 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkImplicitPlaneWidget_GetSelectedPlaneProperty_27 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkImplicitPlaneWidget_GetTubing_28 (HandleRef pThis)
static internal int vtkImplicitPlaneWidget_IsA_29 (HandleRef pThis, string type)
static internal int vtkImplicitPlaneWidget_IsTypeOf_30 (string type)
static internal IntPtr vtkImplicitPlaneWidget_NewInstance_32 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkImplicitPlaneWidget_NormalToXAxisOff_33 (HandleRef pThis)
static internal void vtkImplicitPlaneWidget_NormalToXAxisOn_34 (HandleRef pThis)
static internal void vtkImplicitPlaneWidget_NormalToYAxisOff_35 (HandleRef pThis)
static internal void vtkImplicitPlaneWidget_NormalToYAxisOn_36 (HandleRef pThis)
static internal void vtkImplicitPlaneWidget_NormalToZAxisOff_37 (HandleRef pThis)
static internal void vtkImplicitPlaneWidget_NormalToZAxisOn_38 (HandleRef pThis)
static internal void vtkImplicitPlaneWidget_OriginTranslationOff_39 (HandleRef pThis)
static internal void vtkImplicitPlaneWidget_OriginTranslationOn_40 (HandleRef pThis)
static internal void vtkImplicitPlaneWidget_OutlineTranslationOff_41 (HandleRef pThis)
static internal void vtkImplicitPlaneWidget_OutlineTranslationOn_42 (HandleRef pThis)
static internal void vtkImplicitPlaneWidget_OutsideBoundsOff_43 (HandleRef pThis)
static internal void vtkImplicitPlaneWidget_OutsideBoundsOn_44 (HandleRef pThis)
static internal void vtkImplicitPlaneWidget_PlaceWidget_45 (HandleRef pThis, IntPtr bounds)
static internal void vtkImplicitPlaneWidget_PlaceWidget_46 (HandleRef pThis)
static internal void vtkImplicitPlaneWidget_PlaceWidget_47 (HandleRef pThis, double xmin, double xmax, double ymin, double ymax, double zmin, double zmax)
static internal IntPtr vtkImplicitPlaneWidget_SafeDownCast_48 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkImplicitPlaneWidget_ScaleEnabledOff_49 (HandleRef pThis)
static internal void vtkImplicitPlaneWidget_ScaleEnabledOn_50 (HandleRef pThis)
static internal void vtkImplicitPlaneWidget_SetDiagonalRatio_51 (HandleRef pThis, double _arg)
static internal void vtkImplicitPlaneWidget_SetDrawPlane_52 (HandleRef pThis, int plane)
static internal void vtkImplicitPlaneWidget_SetEnabled_53 (HandleRef pThis, int arg0)
static internal void vtkImplicitPlaneWidget_SetNormal_54 (HandleRef pThis, double x, double y, double z)
static internal void vtkImplicitPlaneWidget_SetNormal_55 (HandleRef pThis, IntPtr x)
static internal void vtkImplicitPlaneWidget_SetNormalToXAxis_56 (HandleRef pThis, int arg0)
static internal void vtkImplicitPlaneWidget_SetNormalToYAxis_57 (HandleRef pThis, int arg0)
static internal void vtkImplicitPlaneWidget_SetNormalToZAxis_58 (HandleRef pThis, int arg0)
static internal void vtkImplicitPlaneWidget_SetOrigin_59 (HandleRef pThis, double x, double y, double z)
static internal void vtkImplicitPlaneWidget_SetOrigin_60 (HandleRef pThis, IntPtr x)
static internal void vtkImplicitPlaneWidget_SetOriginTranslation_61 (HandleRef pThis, int _arg)
static internal void vtkImplicitPlaneWidget_SetOutlineTranslation_62 (HandleRef pThis, int _arg)
static internal void vtkImplicitPlaneWidget_SetOutsideBounds_63 (HandleRef pThis, int _arg)
static internal void vtkImplicitPlaneWidget_SetScaleEnabled_64 (HandleRef pThis, int _arg)
static internal void vtkImplicitPlaneWidget_SetTubing_65 (HandleRef pThis, int _arg)
static internal void vtkImplicitPlaneWidget_SizeHandles_66 (HandleRef pThis)
static internal void vtkImplicitPlaneWidget_TubingOff_67 (HandleRef pThis)
static internal void vtkImplicitPlaneWidget_TubingOn_68 (HandleRef pThis)
static internal void vtkImplicitPlaneWidget_UpdatePlacement_69 (HandleRef pThis)

Static Private Member Functions

static vtkImplicitPlaneWidget ()
 Automatically generated type registration mechanics.

Detailed Description

vtkImplicitPlaneWidget - 3D widget for manipulating an infinite plane

Description This 3D widget defines an infinite plane that can be interactively placed in a scene. The widget is represented by a plane with a normal vector; the plane is contained by a bounding box, and where the plane intersects the bounding box the edges are shown (possibly tubed). The normal can be selected and moved to rotate the plane; the plane itself can be selected and translated in various directions. As the plane is moved, the implicit plane function and polygon (representing the plane cut against the bounding box) is updated.

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. If the "i" key (for "interactor") is pressed, the vtkImplicitPlaneWidget will appear. (See superclass documentation for information about changing this behavior.) If you select the normal vector, the plane can be arbitrarily rotated. The plane can be translated along the normal by selecting the plane and moving it. The plane (the plane origin) can also be arbitrary moved by selecting the plane with the middle mouse button. The right mouse button can be used to uniformly scale the bounding box (moving "up" the box scales larger; moving "down" the box scales smaller). Events that occur outside of the widget (i.e., no part of the widget is picked) are propagated to any other registered obsevers (such as the interaction style). Turn off the widget by pressing the "i" key again (or invoke the Off() method).

The vtkImplicitPlaneWidget has several methods that can be used in conjunction with other VTK objects. The GetPolyData() method can be used to get a polygonal representation (the single polygon clipped by the bounding box). 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). (Note: there is also a PlaceWidgetEvent that is invoked when the widget is placed with PlaceWidget().)

Some additional features of this class include the ability to control the properties of the widget. You do this by setting property values on the normal vector (selected and unselected properties); the plane (selected and unselected properties); the outline (selected and unselected properties); and the edges. The edges may also be tubed or not.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Instantiate the object.


Member Function Documentation

override void Kitware.VTK.vtkImplicitPlaneWidget.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.vtkPolyDataSourceWidget.

Enable/disable the drawing of the plane. In some cases the plane interferes with the object that it is operating on (i.e., the plane interferes with the cut surface it produces producing z-buffer artifacts.)

Enable/disable the drawing of the plane. In some cases the plane interferes with the object that it is operating on (i.e., the plane interferes with the cut surface it produces producing z-buffer artifacts.)

By default the arrow is 30% of the diagonal length. DiagonalRatio control this ratio in the interval [0-2].

By default the arrow is 30% of the diagonal length. DiagonalRatio control this ratio in the interval [0-2].

By default the arrow is 30% of the diagonal length. DiagonalRatio control this ratio in the interval [0-2].

Enable/disable the drawing of the plane. In some cases the plane interferes with the object that it is operating on (i.e., the plane interferes with the cut surface it produces producing z-buffer artifacts.)

Get the property of the intersection edges. (This property also applies to the edges when tubed.)

Here is the call graph for this function:

Get the normal to the plane.

Get the normal to the plane.

Get the properties on the normal (line and cone).

Here is the call graph for this function:

Force the plane widget to be aligned with one of the x-y-z axes. If one axis is set on, the other two will be set off. Remember that when the state changes, a ModifiedEvent is invoked. This can be used to snap the plane to the axes if it is orginally not aligned.

Force the plane widget to be aligned with one of the x-y-z axes. If one axis is set on, the other two will be set off. Remember that when the state changes, a ModifiedEvent is invoked. This can be used to snap the plane to the axes if it is orginally not aligned.

Force the plane widget to be aligned with one of the x-y-z axes. If one axis is set on, the other two will be set off. Remember that when the state changes, a ModifiedEvent is invoked. This can be used to snap the plane to the axes if it is orginally not aligned.

Get the origin of the plane.

Get the origin of the plane.

Turn on/off the ability to translate the origin (sphere) with the left mouse button.

Get the property of the outline.

Here is the call graph for this function:

Turn on/off the ability to translate the bounding box by grabbing it with the left mouse button.

Turn on/off the ability to move the widget outside of the input's bound.

Get the implicit function for the plane. The user must provide the instance of the class vtkPlane. Note that vtkPlane is a subclass of vtkImplicitFunction, meaning that it can be used by a variety of filters to perform clipping, cutting, and selection of data.

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

Here is the call graph for this function:

Grab the polydata that defines the plane. The polydata contains a single polygon that is clipped by the bounding box.

Satisfies superclass API. This returns a pointer to the underlying PolyData (which represents the plane).

Reimplemented from Kitware.VTK.vtkPolyDataSourceWidget.

Here is the call graph for this function:

Turn on/off the ability to scale with the mouse.

Get the properties on the normal (line and cone).

Here is the call graph for this function:

Get the property of the outline.

Here is the call graph for this function:

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

Here is the call graph for this function:

Turn on/off tubing of the wire outline of the plane. The tube thickens the line by wrapping with a vtkTubeFilter.

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

Instantiate the object.

Reimplemented from Kitware.VTK.vtkPolyDataSourceWidget.

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

Instantiate the object.

Reimplemented from Kitware.VTK.vtkPolyDataSourceWidget.

Instantiate the object.

Reimplemented from Kitware.VTK.vtkObject.

Instantiate the object.

Reimplemented from Kitware.VTK.vtkPolyDataSourceWidget.

Force the plane widget to be aligned with one of the x-y-z axes. If one axis is set on, the other two will be set off. Remember that when the state changes, a ModifiedEvent is invoked. This can be used to snap the plane to the axes if it is orginally not aligned.

Force the plane widget to be aligned with one of the x-y-z axes. If one axis is set on, the other two will be set off. Remember that when the state changes, a ModifiedEvent is invoked. This can be used to snap the plane to the axes if it is orginally not aligned.

Force the plane widget to be aligned with one of the x-y-z axes. If one axis is set on, the other two will be set off. Remember that when the state changes, a ModifiedEvent is invoked. This can be used to snap the plane to the axes if it is orginally not aligned.

Force the plane widget to be aligned with one of the x-y-z axes. If one axis is set on, the other two will be set off. Remember that when the state changes, a ModifiedEvent is invoked. This can be used to snap the plane to the axes if it is orginally not aligned.

Force the plane widget to be aligned with one of the x-y-z axes. If one axis is set on, the other two will be set off. Remember that when the state changes, a ModifiedEvent is invoked. This can be used to snap the plane to the axes if it is orginally not aligned.

Force the plane widget to be aligned with one of the x-y-z axes. If one axis is set on, the other two will be set off. Remember that when the state changes, a ModifiedEvent is invoked. This can be used to snap the plane to the axes if it is orginally not aligned.

Turn on/off the ability to translate the origin (sphere) with the left mouse button.

Turn on/off the ability to translate the origin (sphere) with the left mouse button.

Turn on/off the ability to translate the bounding box by grabbing it with the left mouse button.

Turn on/off the ability to translate the bounding box by grabbing it with the left mouse button.

Turn on/off the ability to move the widget outside of the input's bound.

Turn on/off the ability to move the widget outside of the input's bound.

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

Methods that satisfy the superclass' API.

Reimplemented from Kitware.VTK.vtkPolyDataSourceWidget.

Methods that satisfy the superclass' API.

Reimplemented from Kitware.VTK.vtkPolyDataSourceWidget.

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

Methods that satisfy the superclass' API.

Reimplemented from Kitware.VTK.vtkPolyDataSourceWidget.

Instantiate the object.

Reimplemented from Kitware.VTK.vtkPolyDataSourceWidget.

Here is the call graph for this function:

Turn on/off the ability to scale with the mouse.

Turn on/off the ability to scale with the mouse.

virtual void Kitware.VTK.vtkImplicitPlaneWidget.SetDiagonalRatio ( double  _arg) [virtual]

By default the arrow is 30% of the diagonal length. DiagonalRatio control this ratio in the interval [0-2].

Enable/disable the drawing of the plane. In some cases the plane interferes with the object that it is operating on (i.e., the plane interferes with the cut surface it produces producing z-buffer artifacts.)

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

Methods that satisfy the superclass' API.

Reimplemented from Kitware.VTK.vtkInteractorObserver.

void Kitware.VTK.vtkImplicitPlaneWidget.SetNormal ( double  x,
double  y,
double  z 
)

Get the normal to the plane.

Get the normal to the plane.

Force the plane widget to be aligned with one of the x-y-z axes. If one axis is set on, the other two will be set off. Remember that when the state changes, a ModifiedEvent is invoked. This can be used to snap the plane to the axes if it is orginally not aligned.

Force the plane widget to be aligned with one of the x-y-z axes. If one axis is set on, the other two will be set off. Remember that when the state changes, a ModifiedEvent is invoked. This can be used to snap the plane to the axes if it is orginally not aligned.

Force the plane widget to be aligned with one of the x-y-z axes. If one axis is set on, the other two will be set off. Remember that when the state changes, a ModifiedEvent is invoked. This can be used to snap the plane to the axes if it is orginally not aligned.

virtual void Kitware.VTK.vtkImplicitPlaneWidget.SetOrigin ( double  x,
double  y,
double  z 
) [virtual]

Get the origin of the plane.

virtual void Kitware.VTK.vtkImplicitPlaneWidget.SetOrigin ( IntPtr  x) [virtual]

Get the origin of the plane.

virtual void Kitware.VTK.vtkImplicitPlaneWidget.SetOriginTranslation ( int  _arg) [virtual]

Turn on/off the ability to translate the origin (sphere) with the left mouse button.

virtual void Kitware.VTK.vtkImplicitPlaneWidget.SetOutlineTranslation ( int  _arg) [virtual]

Turn on/off the ability to translate the bounding box by grabbing it with the left mouse button.

virtual void Kitware.VTK.vtkImplicitPlaneWidget.SetOutsideBounds ( int  _arg) [virtual]

Turn on/off the ability to move the widget outside of the input's bound.

virtual void Kitware.VTK.vtkImplicitPlaneWidget.SetScaleEnabled ( int  _arg) [virtual]

Turn on/off the ability to scale with the mouse.

virtual void Kitware.VTK.vtkImplicitPlaneWidget.SetTubing ( int  _arg) [virtual]

Turn on/off tubing of the wire outline of the plane. The tube thickens the line by wrapping with a vtkTubeFilter.

Control widget appearance.

Turn on/off tubing of the wire outline of the plane. The tube thickens the line by wrapping with a vtkTubeFilter.

virtual void Kitware.VTK.vtkImplicitPlaneWidget.TubingOn ( ) [virtual]

Turn on/off tubing of the wire outline of the plane. The tube thickens the line by wrapping with a vtkTubeFilter.

Satisfies the superclass API. This will change the state of the widget to match changes that have been made to the underlying PolyDataSource.

Reimplemented from Kitware.VTK.vtkPolyDataSourceWidget.

static internal void Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_DrawPlaneOff_01 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_DrawPlaneOn_02 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_GetDiagonalRatio_03 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_GetDrawPlane_06 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_GetEdgesProperty_07 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_GetNormal_08 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_GetNormal_09 ( HandleRef  pThis,
IntPtr  xyz 
) [private]
static internal IntPtr Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_GetNormalProperty_10 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_GetNormalToXAxis_11 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_GetNormalToYAxis_12 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_GetNormalToZAxis_13 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_GetOrigin_14 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_GetOrigin_15 ( HandleRef  pThis,
IntPtr  xyz 
) [private]
static internal IntPtr Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_GetOutlineProperty_17 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_GetOutsideBounds_19 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_GetPlane_20 ( HandleRef  pThis,
HandleRef  plane 
) [private]
static internal IntPtr Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_GetPlaneProperty_21 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_GetPolyData_22 ( HandleRef  pThis,
HandleRef  pd 
) [private]
static internal IntPtr Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_GetPolyDataAlgorithm_23 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_GetScaleEnabled_24 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_GetSelectedNormalProperty_25 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_GetSelectedOutlineProperty_26 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_GetSelectedPlaneProperty_27 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_GetTubing_28 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_IsA_29 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_IsTypeOf_30 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_NewInstance_32 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_NormalToXAxisOff_33 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_NormalToXAxisOn_34 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_NormalToYAxisOff_35 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_NormalToYAxisOn_36 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_NormalToZAxisOff_37 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_NormalToZAxisOn_38 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_OriginTranslationOff_39 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_OriginTranslationOn_40 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_OutlineTranslationOn_42 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_OutsideBoundsOff_43 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_OutsideBoundsOn_44 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_PlaceWidget_45 ( HandleRef  pThis,
IntPtr  bounds 
) [private]
static internal void Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_PlaceWidget_46 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_PlaceWidget_47 ( HandleRef  pThis,
double  xmin,
double  xmax,
double  ymin,
double  ymax,
double  zmin,
double  zmax 
) [private]
static internal IntPtr Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_SafeDownCast_48 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_ScaleEnabledOff_49 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_ScaleEnabledOn_50 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_SetDiagonalRatio_51 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_SetDrawPlane_52 ( HandleRef  pThis,
int  plane 
) [private]
static internal void Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_SetEnabled_53 ( HandleRef  pThis,
int  arg0 
) [private]
static internal void Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_SetNormal_54 ( HandleRef  pThis,
double  x,
double  y,
double  z 
) [private]
static internal void Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_SetNormal_55 ( HandleRef  pThis,
IntPtr  x 
) [private]
static internal void Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_SetNormalToXAxis_56 ( HandleRef  pThis,
int  arg0 
) [private]
static internal void Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_SetNormalToYAxis_57 ( HandleRef  pThis,
int  arg0 
) [private]
static internal void Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_SetNormalToZAxis_58 ( HandleRef  pThis,
int  arg0 
) [private]
static internal void Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_SetOrigin_59 ( HandleRef  pThis,
double  x,
double  y,
double  z 
) [private]
static internal void Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_SetOrigin_60 ( HandleRef  pThis,
IntPtr  x 
) [private]
static internal void Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_SetOriginTranslation_61 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_SetOutlineTranslation_62 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_SetOutsideBounds_63 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_SetScaleEnabled_64 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_SetTubing_65 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_SizeHandles_66 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_TubingOff_67 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_TubingOn_68 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImplicitPlaneWidget.vtkImplicitPlaneWidget_UpdatePlacement_69 ( HandleRef  pThis) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkImplicitPlaneWidget.MRClassNameKey = "22vtkImplicitPlaneWidget" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataSourceWidget.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataSourceWidget.


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