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

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

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

List of all members.

Public Member Functions

 vtkImplicitPlaneWidget2 (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkImplicitPlaneWidget2 ()
 Instantiate the object.
override void CreateDefaultRepresentation ()
 Create the default widget representation if one is not set.
vtkImplicitPlaneRepresentation GetImplicitPlaneRepresentation ()
 Return the representation as a vtkImplicitPlaneRepresentation.
override int IsA (string type)
 Standard vtkObject methods.
new vtkImplicitPlaneWidget2 NewInstance ()
 Standard vtkObject methods.
void SetRepresentation (vtkImplicitPlaneRepresentation r)
 Specify an instance of vtkWidgetRepresentation used to represent this widget in the scene. Note that the representation is a subclass of vtkProp so it can be added to the renderer independent of the widget.

Static Public Member Functions

static new vtkImplicitPlaneWidget2 New ()
 Instantiate the object.
static new int IsTypeOf (string type)
 Standard vtkObject methods.
static new vtkImplicitPlaneWidget2 SafeDownCast (vtkObjectBase o)
 Standard vtkObject methods.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "23vtkImplicitPlaneWidget2"
 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 vtkImplicitPlaneWidget2_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkImplicitPlaneWidget2_CreateDefaultRepresentation_01 (HandleRef pThis)
static internal IntPtr vtkImplicitPlaneWidget2_GetImplicitPlaneRepresentation_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkImplicitPlaneWidget2_IsA_03 (HandleRef pThis, string type)
static internal int vtkImplicitPlaneWidget2_IsTypeOf_04 (string type)
static internal IntPtr vtkImplicitPlaneWidget2_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkImplicitPlaneWidget2_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkImplicitPlaneWidget2_SetRepresentation_08 (HandleRef pThis, HandleRef r)

Static Private Member Functions

static vtkImplicitPlaneWidget2 ()
 Automatically generated type registration mechanics.

Detailed Description

vtkImplicitPlaneWidget2 - 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 assumed to consist of four parts: 1) a plane contained in a 2) bounding box, with a 3) plane normal, which is rooted at a 4) point on the plane. (The representation paired with this widget determines the actual geometry of the widget.)

To use this widget, you generally pair it with a vtkImplicitPlaneRepresentation (or a subclass). Variuos options are available for controlling how the representation appears, and how the widget functions.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Instantiate the object.


Member Function Documentation

Create the default widget representation if one is not set.

Reimplemented from Kitware.VTK.vtkAbstractWidget.

override void Kitware.VTK.vtkImplicitPlaneWidget2.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.vtkAbstractWidget.

Return the representation as a vtkImplicitPlaneRepresentation.

Here is the call graph for this function:

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

Standard vtkObject methods.

Reimplemented from Kitware.VTK.vtkAbstractWidget.

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

Standard vtkObject methods.

Reimplemented from Kitware.VTK.vtkAbstractWidget.

Instantiate the object.

Reimplemented from Kitware.VTK.vtkObject.

Standard vtkObject methods.

Reimplemented from Kitware.VTK.vtkAbstractWidget.

Standard vtkObject methods.

Reimplemented from Kitware.VTK.vtkAbstractWidget.

Here is the call graph for this function:

Specify an instance of vtkWidgetRepresentation used to represent this widget in the scene. Note that the representation is a subclass of vtkProp so it can be added to the renderer independent of the widget.

static internal IntPtr Kitware.VTK.vtkImplicitPlaneWidget2.vtkImplicitPlaneWidget2_GetImplicitPlaneRepresentation_02 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkImplicitPlaneWidget2.vtkImplicitPlaneWidget2_IsA_03 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkImplicitPlaneWidget2.vtkImplicitPlaneWidget2_IsTypeOf_04 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkImplicitPlaneWidget2.vtkImplicitPlaneWidget2_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImplicitPlaneWidget2.vtkImplicitPlaneWidget2_NewInstance_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImplicitPlaneWidget2.vtkImplicitPlaneWidget2_SafeDownCast_07 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkImplicitPlaneWidget2.vtkImplicitPlaneWidget2_SetRepresentation_08 ( HandleRef  pThis,
HandleRef  r 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkImplicitPlaneWidget2.MRClassNameKey = "23vtkImplicitPlaneWidget2" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkAbstractWidget.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkAbstractWidget.


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