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

vtkBoxRepresentation - a class defining the representation for the vtkBoxWidget2 More...

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

List of all members.

Public Types

enum  MoveF0_WrapperEnum {
  MoveF0 = 1, MoveF1 = 2, MoveF2 = 3, MoveF3 = 4,
  MoveF4 = 5, MoveF5 = 6, Outside = 0, Rotating = 8,
  Scaling = 9, Translating = 7
}
 Methods supporting, and required by, the rendering process. More...

Public Member Functions

 vtkBoxRepresentation (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkBoxRepresentation ()
 Instantiate the class.
override void BuildRepresentation ()
 These are methods that satisfy vtkWidgetRepresentation's API.
override int ComputeInteractionState (int X, int Y, int modify)
 These are methods that satisfy vtkWidgetRepresentation's API.
override double[] GetBounds ()
 These are methods that satisfy vtkWidgetRepresentation's API.
virtual vtkProperty GetFaceProperty ()
 Get the face properties (the faces of the box). The properties of the face when selected and normal can be set.
virtual vtkProperty GetHandleProperty ()
 Get the handle properties (the little balls are the handles). The properties of the handles, when selected or normal, can be specified.
virtual int GetInsideOut ()
 Set/Get the InsideOut flag. This data memeber is used in conjunction with the GetPlanes() method. When off, the normals point out of the box. When on, the normals point into the hexahedron. InsideOut is off by default.
virtual int GetOutlineCursorWires ()
 Control the representation of the outline. This flag enables the cursor lines running between the handles. By default cursor wires are on.
virtual int GetOutlineFaceWires ()
 Control the representation of the outline. This flag enables face wires. By default face wires are off.
virtual vtkProperty GetOutlineProperty ()
 Get the outline properties (the outline of the box). The properties of the outline when selected and normal can be set.
void GetPlanes (vtkPlanes planes)
 Get the planes describing the implicit function defined by the box widget. The user must provide the instance of the class vtkPlanes. Note that vtkPlanes is a subclass of vtkImplicitFunction, meaning that it can be used by a variety of filters to perform clipping, cutting, and selection of data. (The direction of the normals of the planes can be reversed enabling the InsideOut flag.)
void GetPolyData (vtkPolyData pd)
 Grab the polydata (including points) that define the box widget. The polydata consists of 6 quadrilateral faces and 15 points. The first eight points define the eight corner vertices; the next six define the.
virtual vtkProperty GetSelectedFaceProperty ()
 Get the face properties (the faces of the box). The properties of the face when selected and normal can be set.
virtual vtkProperty GetSelectedHandleProperty ()
 Get the handle properties (the little balls are the handles). The properties of the handles, when selected or normal, can be specified.
virtual vtkProperty GetSelectedOutlineProperty ()
 Get the outline properties (the outline of the box). The properties of the outline when selected and normal can be set.
virtual void GetTransform (vtkTransform t)
 Retrieve a linear transform characterizing the transformation of the box. Note that the transformation is relative to where PlaceWidget() was initially called. This method modifies the transform provided. The transform can be used to control the position of vtkProp3D's, as well as other transformation operations (e.g., vtkTranformPolyData).
virtual void HandlesOff ()
 Switches handles (the spheres) on or off by manipulating the underlying actor visibility.
virtual void HandlesOn ()
 Switches handles (the spheres) on or off by manipulating the underlying actor visibility.
override int HasTranslucentPolygonalGeometry ()
 Methods supporting, and required by, the rendering process.
virtual void InsideOutOff ()
 Set/Get the InsideOut flag. This data memeber is used in conjunction with the GetPlanes() method. When off, the normals point out of the box. When on, the normals point into the hexahedron. InsideOut is off by default.
virtual void InsideOutOn ()
 Set/Get the InsideOut flag. This data memeber is used in conjunction with the GetPlanes() method. When off, the normals point out of the box. When on, the normals point into the hexahedron. InsideOut is off by default.
override int IsA (string type)
 Standard methods for the class.
new vtkBoxRepresentation NewInstance ()
 Standard methods for the class.
void OutlineCursorWiresOff ()
 Control the representation of the outline. This flag enables the cursor lines running between the handles. By default cursor wires are on.
void OutlineCursorWiresOn ()
 Control the representation of the outline. This flag enables the cursor lines running between the handles. By default cursor wires are on.
void OutlineFaceWiresOff ()
 Control the representation of the outline. This flag enables face wires. By default face wires are off.
void OutlineFaceWiresOn ()
 Control the representation of the outline. This flag enables face wires. By default face wires are off.
override void PlaceWidget (IntPtr bounds)
 These are methods that satisfy vtkWidgetRepresentation's API.
override void ReleaseGraphicsResources (vtkWindow arg0)
 Methods supporting, and required by, the rendering process.
override int RenderOpaqueGeometry (vtkViewport arg0)
 Methods supporting, and required by, the rendering process.
override int RenderTranslucentPolygonalGeometry (vtkViewport arg0)
 Methods supporting, and required by, the rendering process.
virtual void SetInsideOut (int _arg)
 Set/Get the InsideOut flag. This data memeber is used in conjunction with the GetPlanes() method. When off, the normals point out of the box. When on, the normals point into the hexahedron. InsideOut is off by default.
void SetInteractionState (int state)
 The interaction state may be set from a widget (e.g., vtkBoxWidget2) or other object. This controls how the interaction with the widget proceeds. Normally this method is used as part of a handshaking process with the widget: First ComputeInteractionState() is invoked that returns a state based on geometric considerations (i.e., cursor near a widget feature), then based on events, the widget may modify this further.
void SetOutlineCursorWires (int arg0)
 Control the representation of the outline. This flag enables the cursor lines running between the handles. By default cursor wires are on.
void SetOutlineFaceWires (int arg0)
 Control the representation of the outline. This flag enables face wires. By default face wires are off.
virtual void SetTransform (vtkTransform t)
 Set the position, scale and orientation of the box widget using the transform specified. Note that the transformation is relative to where PlaceWidget() was initially called (i.e., the original bounding box).
override void StartWidgetInteraction (IntPtr e)
 These are methods that satisfy vtkWidgetRepresentation's API.
override void WidgetInteraction (IntPtr e)
 These are methods that satisfy vtkWidgetRepresentation's API.

Static Public Member Functions

static new vtkBoxRepresentation New ()
 Instantiate the class.
static new int IsTypeOf (string type)
 Standard methods for the class.
static new vtkBoxRepresentation SafeDownCast (vtkObjectBase o)
 Standard methods for the class.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "20vtkBoxRepresentation"
 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 vtkBoxRepresentation_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkBoxRepresentation_BuildRepresentation_01 (HandleRef pThis)
static internal int vtkBoxRepresentation_ComputeInteractionState_02 (HandleRef pThis, int X, int Y, int modify)
static internal IntPtr vtkBoxRepresentation_GetBounds_03 (HandleRef pThis)
static internal IntPtr vtkBoxRepresentation_GetFaceProperty_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkBoxRepresentation_GetHandleProperty_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkBoxRepresentation_GetInsideOut_06 (HandleRef pThis)
static internal int vtkBoxRepresentation_GetOutlineCursorWires_07 (HandleRef pThis)
static internal int vtkBoxRepresentation_GetOutlineFaceWires_08 (HandleRef pThis)
static internal IntPtr vtkBoxRepresentation_GetOutlineProperty_09 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkBoxRepresentation_GetPlanes_10 (HandleRef pThis, HandleRef planes)
static internal void vtkBoxRepresentation_GetPolyData_11 (HandleRef pThis, HandleRef pd)
static internal IntPtr vtkBoxRepresentation_GetSelectedFaceProperty_12 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkBoxRepresentation_GetSelectedHandleProperty_13 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkBoxRepresentation_GetSelectedOutlineProperty_14 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkBoxRepresentation_GetTransform_15 (HandleRef pThis, HandleRef t)
static internal void vtkBoxRepresentation_HandlesOff_16 (HandleRef pThis)
static internal void vtkBoxRepresentation_HandlesOn_17 (HandleRef pThis)
static internal int vtkBoxRepresentation_HasTranslucentPolygonalGeometry_18 (HandleRef pThis)
static internal void vtkBoxRepresentation_InsideOutOff_19 (HandleRef pThis)
static internal void vtkBoxRepresentation_InsideOutOn_20 (HandleRef pThis)
static internal int vtkBoxRepresentation_IsA_21 (HandleRef pThis, string type)
static internal int vtkBoxRepresentation_IsTypeOf_22 (string type)
static internal IntPtr vtkBoxRepresentation_NewInstance_24 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkBoxRepresentation_OutlineCursorWiresOff_25 (HandleRef pThis)
static internal void vtkBoxRepresentation_OutlineCursorWiresOn_26 (HandleRef pThis)
static internal void vtkBoxRepresentation_OutlineFaceWiresOff_27 (HandleRef pThis)
static internal void vtkBoxRepresentation_OutlineFaceWiresOn_28 (HandleRef pThis)
static internal void vtkBoxRepresentation_PlaceWidget_29 (HandleRef pThis, IntPtr bounds)
static internal void vtkBoxRepresentation_ReleaseGraphicsResources_30 (HandleRef pThis, HandleRef arg0)
static internal int vtkBoxRepresentation_RenderOpaqueGeometry_31 (HandleRef pThis, HandleRef arg0)
static internal int vtkBoxRepresentation_RenderTranslucentPolygonalGeometry_32 (HandleRef pThis, HandleRef arg0)
static internal IntPtr vtkBoxRepresentation_SafeDownCast_33 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkBoxRepresentation_SetInsideOut_34 (HandleRef pThis, int _arg)
static internal void vtkBoxRepresentation_SetInteractionState_35 (HandleRef pThis, int state)
static internal void vtkBoxRepresentation_SetOutlineCursorWires_36 (HandleRef pThis, int arg0)
static internal void vtkBoxRepresentation_SetOutlineFaceWires_37 (HandleRef pThis, int arg0)
static internal void vtkBoxRepresentation_SetTransform_38 (HandleRef pThis, HandleRef t)
static internal void vtkBoxRepresentation_StartWidgetInteraction_39 (HandleRef pThis, IntPtr e)
static internal void vtkBoxRepresentation_WidgetInteraction_40 (HandleRef pThis, IntPtr e)

Static Private Member Functions

static vtkBoxRepresentation ()
 Automatically generated type registration mechanics.

Detailed Description

vtkBoxRepresentation - a class defining the representation for the vtkBoxWidget2

Description This class is a concrete representation for the vtkBoxWidget2. It represents a box with seven handles: one on each of the six faces, plus a center handle. Through interaction with the widget, the box representation can be arbitrarily positioned in the 3D space.

To use this representation, you normally use the PlaceWidget() method to position the widget at a specified region in space.

Caveats This class, and vtkBoxWidget2, are second generation VTK widgets. An earlier version of this functionality was defined in the class vtkBoxWidget.


Member Enumeration Documentation

Methods supporting, and required by, the rendering process.

Enumerator:
MoveF0 

enum member

MoveF1 

enum member

MoveF2 

enum member

MoveF3 

enum member

MoveF4 

enum member

MoveF5 

enum member

Outside 

enum member

Rotating 

enum member

Scaling 

enum member

Translating 

enum member


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Instantiate the class.


Member Function Documentation

These are methods that satisfy vtkWidgetRepresentation's API.

Reimplemented from Kitware.VTK.vtkWidgetRepresentation.

override int Kitware.VTK.vtkBoxRepresentation.ComputeInteractionState ( int  X,
int  Y,
int  modify 
) [virtual]

These are methods that satisfy vtkWidgetRepresentation's API.

Reimplemented from Kitware.VTK.vtkWidgetRepresentation.

override void Kitware.VTK.vtkBoxRepresentation.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.vtkWidgetRepresentation.

override double [] Kitware.VTK.vtkBoxRepresentation.GetBounds ( ) [virtual]

These are methods that satisfy vtkWidgetRepresentation's API.

Reimplemented from Kitware.VTK.vtkWidgetRepresentation.

Get the face properties (the faces of the box). The properties of the face when selected and normal can be set.

Here is the call graph for this function:

Get the handle properties (the little balls are the handles). The properties of the handles, when selected or normal, can be specified.

Here is the call graph for this function:

Set/Get the InsideOut flag. This data memeber is used in conjunction with the GetPlanes() method. When off, the normals point out of the box. When on, the normals point into the hexahedron. InsideOut is off by default.

Control the representation of the outline. This flag enables the cursor lines running between the handles. By default cursor wires are on.

Control the representation of the outline. This flag enables face wires. By default face wires are off.

Get the outline properties (the outline of the box). The properties of the outline when selected and normal can be set.

Here is the call graph for this function:

Get the planes describing the implicit function defined by the box widget. The user must provide the instance of the class vtkPlanes. Note that vtkPlanes is a subclass of vtkImplicitFunction, meaning that it can be used by a variety of filters to perform clipping, cutting, and selection of data. (The direction of the normals of the planes can be reversed enabling the InsideOut flag.)

Grab the polydata (including points) that define the box widget. The polydata consists of 6 quadrilateral faces and 15 points. The first eight points define the eight corner vertices; the next six define the.

-x,+x, -y,+y, -z,+z face points; and the final point (the 15th out of 15 points) defines the center of the box. These point values are guaranteed to be up-to-date when either the widget's corresponding InteractionEvent or EndInteractionEvent events are invoked. The user provides the vtkPolyData and the points and cells are added to it.

Get the face properties (the faces of the box). The properties of the face when selected and normal can be set.

Here is the call graph for this function:

Get the handle properties (the little balls are the handles). The properties of the handles, when selected or normal, can be specified.

Here is the call graph for this function:

Get the outline properties (the outline of the box). The properties of the outline when selected and normal can be set.

Here is the call graph for this function:

Retrieve a linear transform characterizing the transformation of the box. Note that the transformation is relative to where PlaceWidget() was initially called. This method modifies the transform provided. The transform can be used to control the position of vtkProp3D's, as well as other transformation operations (e.g., vtkTranformPolyData).

virtual void Kitware.VTK.vtkBoxRepresentation.HandlesOff ( ) [virtual]

Switches handles (the spheres) on or off by manipulating the underlying actor visibility.

virtual void Kitware.VTK.vtkBoxRepresentation.HandlesOn ( ) [virtual]

Switches handles (the spheres) on or off by manipulating the underlying actor visibility.

Methods supporting, and required by, the rendering process.

Reimplemented from Kitware.VTK.vtkWidgetRepresentation.

Set/Get the InsideOut flag. This data memeber is used in conjunction with the GetPlanes() method. When off, the normals point out of the box. When on, the normals point into the hexahedron. InsideOut is off by default.

Set/Get the InsideOut flag. This data memeber is used in conjunction with the GetPlanes() method. When off, the normals point out of the box. When on, the normals point into the hexahedron. InsideOut is off by default.

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

Standard methods for the class.

Reimplemented from Kitware.VTK.vtkWidgetRepresentation.

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

Standard methods for the class.

Reimplemented from Kitware.VTK.vtkWidgetRepresentation.

Instantiate the class.

Reimplemented from Kitware.VTK.vtkObject.

Standard methods for the class.

Reimplemented from Kitware.VTK.vtkWidgetRepresentation.

Control the representation of the outline. This flag enables the cursor lines running between the handles. By default cursor wires are on.

Control the representation of the outline. This flag enables the cursor lines running between the handles. By default cursor wires are on.

Control the representation of the outline. This flag enables face wires. By default face wires are off.

Control the representation of the outline. This flag enables face wires. By default face wires are off.

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

These are methods that satisfy vtkWidgetRepresentation's API.

Reimplemented from Kitware.VTK.vtkWidgetRepresentation.

Methods supporting, and required by, the rendering process.

Reimplemented from Kitware.VTK.vtkWidgetRepresentation.

Methods supporting, and required by, the rendering process.

Reimplemented from Kitware.VTK.vtkWidgetRepresentation.

Methods supporting, and required by, the rendering process.

Reimplemented from Kitware.VTK.vtkWidgetRepresentation.

Standard methods for the class.

Reimplemented from Kitware.VTK.vtkWidgetRepresentation.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkBoxRepresentation.SetInsideOut ( int  _arg) [virtual]

Set/Get the InsideOut flag. This data memeber is used in conjunction with the GetPlanes() method. When off, the normals point out of the box. When on, the normals point into the hexahedron. InsideOut is off by default.

The interaction state may be set from a widget (e.g., vtkBoxWidget2) or other object. This controls how the interaction with the widget proceeds. Normally this method is used as part of a handshaking process with the widget: First ComputeInteractionState() is invoked that returns a state based on geometric considerations (i.e., cursor near a widget feature), then based on events, the widget may modify this further.

Control the representation of the outline. This flag enables the cursor lines running between the handles. By default cursor wires are on.

Control the representation of the outline. This flag enables face wires. By default face wires are off.

Set the position, scale and orientation of the box widget using the transform specified. Note that the transformation is relative to where PlaceWidget() was initially called (i.e., the original bounding box).

override void Kitware.VTK.vtkBoxRepresentation.StartWidgetInteraction ( IntPtr  e) [virtual]

These are methods that satisfy vtkWidgetRepresentation's API.

Reimplemented from Kitware.VTK.vtkWidgetRepresentation.

static internal void Kitware.VTK.vtkBoxRepresentation.vtkBoxRepresentation_BuildRepresentation_01 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkBoxRepresentation.vtkBoxRepresentation_ComputeInteractionState_02 ( HandleRef  pThis,
int  X,
int  Y,
int  modify 
) [private]
static internal IntPtr Kitware.VTK.vtkBoxRepresentation.vtkBoxRepresentation_GetBounds_03 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkBoxRepresentation.vtkBoxRepresentation_GetFaceProperty_04 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkBoxRepresentation.vtkBoxRepresentation_GetHandleProperty_05 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkBoxRepresentation.vtkBoxRepresentation_GetInsideOut_06 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkBoxRepresentation.vtkBoxRepresentation_GetOutlineCursorWires_07 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkBoxRepresentation.vtkBoxRepresentation_GetOutlineFaceWires_08 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkBoxRepresentation.vtkBoxRepresentation_GetOutlineProperty_09 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkBoxRepresentation.vtkBoxRepresentation_GetPlanes_10 ( HandleRef  pThis,
HandleRef  planes 
) [private]
static internal void Kitware.VTK.vtkBoxRepresentation.vtkBoxRepresentation_GetPolyData_11 ( HandleRef  pThis,
HandleRef  pd 
) [private]
static internal IntPtr Kitware.VTK.vtkBoxRepresentation.vtkBoxRepresentation_GetSelectedFaceProperty_12 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkBoxRepresentation.vtkBoxRepresentation_GetSelectedHandleProperty_13 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkBoxRepresentation.vtkBoxRepresentation_GetSelectedOutlineProperty_14 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkBoxRepresentation.vtkBoxRepresentation_GetTransform_15 ( HandleRef  pThis,
HandleRef  t 
) [private]
static internal void Kitware.VTK.vtkBoxRepresentation.vtkBoxRepresentation_HandlesOff_16 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkBoxRepresentation.vtkBoxRepresentation_HandlesOn_17 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkBoxRepresentation.vtkBoxRepresentation_InsideOutOff_19 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkBoxRepresentation.vtkBoxRepresentation_InsideOutOn_20 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkBoxRepresentation.vtkBoxRepresentation_IsA_21 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkBoxRepresentation.vtkBoxRepresentation_IsTypeOf_22 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkBoxRepresentation.vtkBoxRepresentation_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkBoxRepresentation.vtkBoxRepresentation_NewInstance_24 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkBoxRepresentation.vtkBoxRepresentation_OutlineCursorWiresOff_25 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkBoxRepresentation.vtkBoxRepresentation_OutlineCursorWiresOn_26 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkBoxRepresentation.vtkBoxRepresentation_OutlineFaceWiresOff_27 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkBoxRepresentation.vtkBoxRepresentation_OutlineFaceWiresOn_28 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkBoxRepresentation.vtkBoxRepresentation_PlaceWidget_29 ( HandleRef  pThis,
IntPtr  bounds 
) [private]
static internal void Kitware.VTK.vtkBoxRepresentation.vtkBoxRepresentation_ReleaseGraphicsResources_30 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal int Kitware.VTK.vtkBoxRepresentation.vtkBoxRepresentation_RenderOpaqueGeometry_31 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal int Kitware.VTK.vtkBoxRepresentation.vtkBoxRepresentation_RenderTranslucentPolygonalGeometry_32 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal IntPtr Kitware.VTK.vtkBoxRepresentation.vtkBoxRepresentation_SafeDownCast_33 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkBoxRepresentation.vtkBoxRepresentation_SetInsideOut_34 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkBoxRepresentation.vtkBoxRepresentation_SetInteractionState_35 ( HandleRef  pThis,
int  state 
) [private]
static internal void Kitware.VTK.vtkBoxRepresentation.vtkBoxRepresentation_SetOutlineCursorWires_36 ( HandleRef  pThis,
int  arg0 
) [private]
static internal void Kitware.VTK.vtkBoxRepresentation.vtkBoxRepresentation_SetOutlineFaceWires_37 ( HandleRef  pThis,
int  arg0 
) [private]
static internal void Kitware.VTK.vtkBoxRepresentation.vtkBoxRepresentation_SetTransform_38 ( HandleRef  pThis,
HandleRef  t 
) [private]
static internal void Kitware.VTK.vtkBoxRepresentation.vtkBoxRepresentation_StartWidgetInteraction_39 ( HandleRef  pThis,
IntPtr  e 
) [private]
static internal void Kitware.VTK.vtkBoxRepresentation.vtkBoxRepresentation_WidgetInteraction_40 ( HandleRef  pThis,
IntPtr  e 
) [private]
override void Kitware.VTK.vtkBoxRepresentation.WidgetInteraction ( IntPtr  e) [virtual]

These are methods that satisfy vtkWidgetRepresentation's API.

Reimplemented from Kitware.VTK.vtkWidgetRepresentation.


Member Data Documentation

new readonly string Kitware.VTK.vtkBoxRepresentation.MRClassNameKey = "20vtkBoxRepresentation" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkWidgetRepresentation.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkWidgetRepresentation.


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