ActiViz .NET
5.8.0
|
vtkParallelopipedRepresentation - Default representation for vtkParallelopipedWidget More...
Public Types | |
enum | _InteractionState { ChairMode = 10, Inside = 1, Outside = 0, RequestChairMode = 4, RequestResizeParallelopiped = 2, RequestResizeParallelopipedAlongAnAxis = 3, RequestRotateParallelopiped = 7, RequestScaleParallelopiped = 6, RequestTranslateParallelopiped = 5, ResizingParallelopiped = 8, ResizingParallelopipedAlongAnAxis = 9, RotatingParallelopiped = 13, ScalingParallelopiped = 12, TranslatingParallelopiped = 11 } |
Given and x-y display coordinate, compute the interaction state of the widget. More... | |
Public Member Functions | |
vtkParallelopipedRepresentation (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkParallelopipedRepresentation () | |
Instantiate the class. | |
override void | BuildRepresentation () |
This actually constructs the geometry of the widget from the various data parameters. | |
override int | ComputeInteractionState (int X, int Y, int modify) |
Given and x-y display coordinate, compute the interaction state of the widget. | |
override void | GetActors (vtkPropCollection pc) |
Methods to satisfy the superclass. | |
void | GetBoundingPlanes (vtkPlaneCollection pc) |
Get the bounding planes of the object. The first 6 planes will be bounding planes of the parallelopiped. If in chair mode, three additional planes will be present. The last three planes will be those of the chair. The normals of all the planes will point into the object. | |
override double[] | GetBounds () |
The parallelopiped polydata. | |
virtual vtkProperty | GetFaceProperty () |
Get the face properties. When a face is being translated, the face gets highlighted with the SelectedFaceProperty. | |
virtual vtkProperty | GetHandleProperty () |
Set/Get the handle properties. | |
vtkHandleRepresentation | GetHandleRepresentation (int index) |
Set/Get the handle properties. | |
virtual vtkProperty | GetHoveredHandleProperty () |
Set/Get the handle properties. | |
virtual double | GetMinimumThickness () |
Minimum thickness for the parallelopiped. User interactions cannot make any individual axis of the parallopiped thinner than this value. Default is 0.05 expressed as a fraction of the diagonal of the bounding box used in the PlaceWidget() invocation. | |
virtual vtkProperty | GetOutlineProperty () |
Get the outline properties. These are the properties with which the parallelopiped wireframe is rendered. | |
void | GetPolyData (vtkPolyData pd) |
The parallelopiped polydata. | |
virtual vtkProperty | GetSelectedFaceProperty () |
Get the face properties. When a face is being translated, the face gets highlighted with the SelectedFaceProperty. | |
virtual vtkProperty | GetSelectedHandleProperty () |
Set/Get the handle properties. | |
virtual vtkProperty | GetSelectedOutlineProperty () |
Get the outline properties. These are the properties with which the parallelopiped wireframe is rendered. | |
void | HandlesOff () |
Turns the visibility of the handles on/off. Sometimes they may get in the way of visualization. | |
void | HandlesOn () |
Turns the visibility of the handles on/off. Sometimes they may get in the way of visualization. | |
override int | IsA (string type) |
Standard methods for instances of this class. | |
new vtkParallelopipedRepresentation | NewInstance () |
Standard methods for instances of this class. | |
override void | PlaceWidget (IntPtr bounds) |
Place the widget in the scene. You can use either of the two APIs : 1) PlaceWidget( double bounds[6] ) Creates a cuboid conforming to the said bounds. 2) PlaceWidget( double corners[8][3] ) Creates a parallelopiped with corners specified. The order in which corners are specified must obey the following rule: Corner 0 - 1 - 2 - 3 - 0 forms a face Corner 4 - 5 - 6 - 7 - 4 forms a face Corner 0 - 4 - 5 - 1 - 0 forms a face Corner 1 - 5 - 6 - 2 - 1 forms a face Corner 2 - 6 - 7 - 3 - 2 forms a face Corner 3 - 7 - 4 - 0 - 3 forms a face. | |
virtual void | PositionHandles () |
Synchronize the parallelopiped handle positions with the Polygonal datastructure. | |
override void | ReleaseGraphicsResources (vtkWindow w) |
Methods required by vtkProp superclass. | |
override int | RenderOpaqueGeometry (vtkViewport viewport) |
Methods required by vtkProp superclass. | |
override int | RenderOverlay (vtkViewport viewport) |
Methods required by vtkProp superclass. | |
virtual void | Scale (int X, int Y) |
Methods to manipulate the piped. | |
virtual void | SetHandleProperty (vtkProperty arg0) |
Set/Get the handle properties. | |
void | SetHandleRepresentation (vtkHandleRepresentation handle) |
Set/Get the handle properties. | |
virtual void | SetHoveredHandleProperty (vtkProperty arg0) |
Set/Get the handle properties. | |
virtual void | SetInteractionState (int _arg) |
The interaction state may be set from a widget (e.g., PointWidget) or other object. This controls how the interaction with the widget proceeds. | |
virtual void | SetMinimumThickness (double _arg) |
Minimum thickness for the parallelopiped. User interactions cannot make any individual axis of the parallopiped thinner than this value. Default is 0.05 expressed as a fraction of the diagonal of the bounding box used in the PlaceWidget() invocation. | |
virtual void | SetSelectedHandleProperty (vtkProperty arg0) |
Set/Get the handle properties. | |
virtual void | Translate (IntPtr translation) |
Methods to manipulate the piped. | |
virtual void | Translate (int X, int Y) |
Methods to manipulate the piped. | |
Static Public Member Functions | |
static new vtkParallelopipedRepresentation | New () |
Instantiate the class. | |
static new int | IsTypeOf (string type) |
Standard methods for instances of this class. | |
static new vtkParallelopipedRepresentation | SafeDownCast (vtkObjectBase o) |
Standard methods for instances of this class. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkParallelopipedRepresentation" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "31vtkParallelopipedRepresentation" |
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 | vtkParallelopipedRepresentation_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkParallelopipedRepresentation_BuildRepresentation_01 (HandleRef pThis) |
static internal int | vtkParallelopipedRepresentation_ComputeInteractionState_02 (HandleRef pThis, int X, int Y, int modify) |
static internal void | vtkParallelopipedRepresentation_GetActors_03 (HandleRef pThis, HandleRef pc) |
static internal void | vtkParallelopipedRepresentation_GetBoundingPlanes_04 (HandleRef pThis, HandleRef pc) |
static internal IntPtr | vtkParallelopipedRepresentation_GetBounds_05 (HandleRef pThis) |
static internal IntPtr | vtkParallelopipedRepresentation_GetFaceProperty_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkParallelopipedRepresentation_GetHandleProperty_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkParallelopipedRepresentation_GetHandleRepresentation_08 (HandleRef pThis, int index, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkParallelopipedRepresentation_GetHoveredHandleProperty_09 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal double | vtkParallelopipedRepresentation_GetMinimumThickness_10 (HandleRef pThis) |
static internal IntPtr | vtkParallelopipedRepresentation_GetOutlineProperty_11 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkParallelopipedRepresentation_GetPolyData_12 (HandleRef pThis, HandleRef pd) |
static internal IntPtr | vtkParallelopipedRepresentation_GetSelectedFaceProperty_13 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkParallelopipedRepresentation_GetSelectedHandleProperty_14 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkParallelopipedRepresentation_GetSelectedOutlineProperty_15 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkParallelopipedRepresentation_HandlesOff_16 (HandleRef pThis) |
static internal void | vtkParallelopipedRepresentation_HandlesOn_17 (HandleRef pThis) |
static internal int | vtkParallelopipedRepresentation_IsA_18 (HandleRef pThis, string type) |
static internal int | vtkParallelopipedRepresentation_IsTypeOf_19 (string type) |
static internal IntPtr | vtkParallelopipedRepresentation_NewInstance_21 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkParallelopipedRepresentation_PlaceWidget_22 (HandleRef pThis, IntPtr bounds) |
static internal void | vtkParallelopipedRepresentation_PositionHandles_23 (HandleRef pThis) |
static internal void | vtkParallelopipedRepresentation_ReleaseGraphicsResources_24 (HandleRef pThis, HandleRef w) |
static internal int | vtkParallelopipedRepresentation_RenderOpaqueGeometry_25 (HandleRef pThis, HandleRef viewport) |
static internal int | vtkParallelopipedRepresentation_RenderOverlay_26 (HandleRef pThis, HandleRef viewport) |
static internal IntPtr | vtkParallelopipedRepresentation_SafeDownCast_27 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkParallelopipedRepresentation_Scale_28 (HandleRef pThis, int X, int Y) |
static internal void | vtkParallelopipedRepresentation_SetHandleProperty_29 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkParallelopipedRepresentation_SetHandleRepresentation_30 (HandleRef pThis, HandleRef handle) |
static internal void | vtkParallelopipedRepresentation_SetHoveredHandleProperty_31 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkParallelopipedRepresentation_SetInteractionState_32 (HandleRef pThis, int _arg) |
static internal void | vtkParallelopipedRepresentation_SetMinimumThickness_33 (HandleRef pThis, double _arg) |
static internal void | vtkParallelopipedRepresentation_SetSelectedHandleProperty_34 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkParallelopipedRepresentation_Translate_35 (HandleRef pThis, IntPtr translation) |
static internal void | vtkParallelopipedRepresentation_Translate_36 (HandleRef pThis, int X, int Y) |
Static Private Member Functions | |
static | vtkParallelopipedRepresentation () |
Automatically generated type registration mechanics. |
vtkParallelopipedRepresentation - Default representation for vtkParallelopipedWidget
Description This class provides the default geometrical representation for vtkParallelopipedWidget. As a result of interactions of the widget, this representation can take on of the following shapes: <p>1) A parallelopiped. (8 handles, 6 faces) <p>2) Paralleopiped with a chair depression on any one handle. (A chair is a depression on one of the handles that carves inwards so as to allow the user to visualize cuts in the volume). (14 handles, 9 faces).
Given and x-y display coordinate, compute the interaction state of the widget.
static Kitware.VTK.vtkParallelopipedRepresentation.vtkParallelopipedRepresentation | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkParallelopipedRepresentation.vtkParallelopipedRepresentation | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Instantiate the class.
override void Kitware.VTK.vtkParallelopipedRepresentation.BuildRepresentation | ( | ) | [virtual] |
This actually constructs the geometry of the widget from the various data parameters.
Reimplemented from Kitware.VTK.vtkWidgetRepresentation.
override int Kitware.VTK.vtkParallelopipedRepresentation.ComputeInteractionState | ( | int | X, |
int | Y, | ||
int | modify | ||
) | [virtual] |
Given and x-y display coordinate, compute the interaction state of the widget.
Reimplemented from Kitware.VTK.vtkWidgetRepresentation.
override void Kitware.VTK.vtkParallelopipedRepresentation.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 void Kitware.VTK.vtkParallelopipedRepresentation.GetActors | ( | vtkPropCollection | pc | ) | [virtual] |
Methods to satisfy the superclass.
Reimplemented from Kitware.VTK.vtkWidgetRepresentation.
Get the bounding planes of the object. The first 6 planes will be bounding planes of the parallelopiped. If in chair mode, three additional planes will be present. The last three planes will be those of the chair. The normals of all the planes will point into the object.
override double [] Kitware.VTK.vtkParallelopipedRepresentation.GetBounds | ( | ) | [virtual] |
The parallelopiped polydata.
Reimplemented from Kitware.VTK.vtkWidgetRepresentation.
virtual vtkProperty Kitware.VTK.vtkParallelopipedRepresentation.GetFaceProperty | ( | ) | [virtual] |
Get the face properties. When a face is being translated, the face gets highlighted with the SelectedFaceProperty.
virtual vtkProperty Kitware.VTK.vtkParallelopipedRepresentation.GetHandleProperty | ( | ) | [virtual] |
Set/Get the handle properties.
vtkHandleRepresentation Kitware.VTK.vtkParallelopipedRepresentation.GetHandleRepresentation | ( | int | index | ) |
Set/Get the handle properties.
virtual vtkProperty Kitware.VTK.vtkParallelopipedRepresentation.GetHoveredHandleProperty | ( | ) | [virtual] |
Set/Get the handle properties.
virtual double Kitware.VTK.vtkParallelopipedRepresentation.GetMinimumThickness | ( | ) | [virtual] |
Minimum thickness for the parallelopiped. User interactions cannot make any individual axis of the parallopiped thinner than this value. Default is 0.05 expressed as a fraction of the diagonal of the bounding box used in the PlaceWidget() invocation.
virtual vtkProperty Kitware.VTK.vtkParallelopipedRepresentation.GetOutlineProperty | ( | ) | [virtual] |
Get the outline properties. These are the properties with which the parallelopiped wireframe is rendered.
The parallelopiped polydata.
virtual vtkProperty Kitware.VTK.vtkParallelopipedRepresentation.GetSelectedFaceProperty | ( | ) | [virtual] |
Get the face properties. When a face is being translated, the face gets highlighted with the SelectedFaceProperty.
virtual vtkProperty Kitware.VTK.vtkParallelopipedRepresentation.GetSelectedHandleProperty | ( | ) | [virtual] |
Set/Get the handle properties.
virtual vtkProperty Kitware.VTK.vtkParallelopipedRepresentation.GetSelectedOutlineProperty | ( | ) | [virtual] |
Get the outline properties. These are the properties with which the parallelopiped wireframe is rendered.
Turns the visibility of the handles on/off. Sometimes they may get in the way of visualization.
Turns the visibility of the handles on/off. Sometimes they may get in the way of visualization.
override int Kitware.VTK.vtkParallelopipedRepresentation.IsA | ( | string | type | ) | [virtual] |
Standard methods for instances of this class.
Reimplemented from Kitware.VTK.vtkWidgetRepresentation.
static new int Kitware.VTK.vtkParallelopipedRepresentation.IsTypeOf | ( | string | type | ) | [static] |
Standard methods for instances of this class.
Reimplemented from Kitware.VTK.vtkWidgetRepresentation.
static new vtkParallelopipedRepresentation Kitware.VTK.vtkParallelopipedRepresentation.New | ( | ) | [static] |
Instantiate the class.
Reimplemented from Kitware.VTK.vtkObject.
Standard methods for instances of this class.
Reimplemented from Kitware.VTK.vtkWidgetRepresentation.
override void Kitware.VTK.vtkParallelopipedRepresentation.PlaceWidget | ( | IntPtr | bounds | ) | [virtual] |
Place the widget in the scene. You can use either of the two APIs : 1) PlaceWidget( double bounds[6] ) Creates a cuboid conforming to the said bounds. 2) PlaceWidget( double corners[8][3] ) Creates a parallelopiped with corners specified. The order in which corners are specified must obey the following rule: Corner 0 - 1 - 2 - 3 - 0 forms a face Corner 4 - 5 - 6 - 7 - 4 forms a face Corner 0 - 4 - 5 - 1 - 0 forms a face Corner 1 - 5 - 6 - 2 - 1 forms a face Corner 2 - 6 - 7 - 3 - 2 forms a face Corner 3 - 7 - 4 - 0 - 3 forms a face.
Reimplemented from Kitware.VTK.vtkWidgetRepresentation.
virtual void Kitware.VTK.vtkParallelopipedRepresentation.PositionHandles | ( | ) | [virtual] |
Synchronize the parallelopiped handle positions with the Polygonal datastructure.
override void Kitware.VTK.vtkParallelopipedRepresentation.ReleaseGraphicsResources | ( | vtkWindow | w | ) | [virtual] |
Methods required by vtkProp superclass.
Reimplemented from Kitware.VTK.vtkWidgetRepresentation.
override int Kitware.VTK.vtkParallelopipedRepresentation.RenderOpaqueGeometry | ( | vtkViewport | viewport | ) | [virtual] |
Methods required by vtkProp superclass.
Reimplemented from Kitware.VTK.vtkWidgetRepresentation.
override int Kitware.VTK.vtkParallelopipedRepresentation.RenderOverlay | ( | vtkViewport | viewport | ) | [virtual] |
Methods required by vtkProp superclass.
Reimplemented from Kitware.VTK.vtkWidgetRepresentation.
static new vtkParallelopipedRepresentation Kitware.VTK.vtkParallelopipedRepresentation.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Standard methods for instances of this class.
Reimplemented from Kitware.VTK.vtkWidgetRepresentation.
virtual void Kitware.VTK.vtkParallelopipedRepresentation.Scale | ( | int | X, |
int | Y | ||
) | [virtual] |
Methods to manipulate the piped.
virtual void Kitware.VTK.vtkParallelopipedRepresentation.SetHandleProperty | ( | vtkProperty | arg0 | ) | [virtual] |
Set/Get the handle properties.
void Kitware.VTK.vtkParallelopipedRepresentation.SetHandleRepresentation | ( | vtkHandleRepresentation | handle | ) |
Set/Get the handle properties.
virtual void Kitware.VTK.vtkParallelopipedRepresentation.SetHoveredHandleProperty | ( | vtkProperty | arg0 | ) | [virtual] |
Set/Get the handle properties.
virtual void Kitware.VTK.vtkParallelopipedRepresentation.SetInteractionState | ( | int | _arg | ) | [virtual] |
The interaction state may be set from a widget (e.g., PointWidget) or other object. This controls how the interaction with the widget proceeds.
virtual void Kitware.VTK.vtkParallelopipedRepresentation.SetMinimumThickness | ( | double | _arg | ) | [virtual] |
Minimum thickness for the parallelopiped. User interactions cannot make any individual axis of the parallopiped thinner than this value. Default is 0.05 expressed as a fraction of the diagonal of the bounding box used in the PlaceWidget() invocation.
virtual void Kitware.VTK.vtkParallelopipedRepresentation.SetSelectedHandleProperty | ( | vtkProperty | arg0 | ) | [virtual] |
Set/Get the handle properties.
virtual void Kitware.VTK.vtkParallelopipedRepresentation.Translate | ( | IntPtr | translation | ) | [virtual] |
Methods to manipulate the piped.
virtual void Kitware.VTK.vtkParallelopipedRepresentation.Translate | ( | int | X, |
int | Y | ||
) | [virtual] |
Methods to manipulate the piped.
static internal void Kitware.VTK.vtkParallelopipedRepresentation.vtkParallelopipedRepresentation_BuildRepresentation_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkParallelopipedRepresentation.vtkParallelopipedRepresentation_ComputeInteractionState_02 | ( | HandleRef | pThis, |
int | X, | ||
int | Y, | ||
int | modify | ||
) | [private] |
static internal void Kitware.VTK.vtkParallelopipedRepresentation.vtkParallelopipedRepresentation_GetActors_03 | ( | HandleRef | pThis, |
HandleRef | pc | ||
) | [private] |
static internal void Kitware.VTK.vtkParallelopipedRepresentation.vtkParallelopipedRepresentation_GetBoundingPlanes_04 | ( | HandleRef | pThis, |
HandleRef | pc | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkParallelopipedRepresentation.vtkParallelopipedRepresentation_GetBounds_05 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkParallelopipedRepresentation.vtkParallelopipedRepresentation_GetFaceProperty_06 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkParallelopipedRepresentation.vtkParallelopipedRepresentation_GetHandleProperty_07 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkParallelopipedRepresentation.vtkParallelopipedRepresentation_GetHandleRepresentation_08 | ( | HandleRef | pThis, |
int | index, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkParallelopipedRepresentation.vtkParallelopipedRepresentation_GetHoveredHandleProperty_09 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal double Kitware.VTK.vtkParallelopipedRepresentation.vtkParallelopipedRepresentation_GetMinimumThickness_10 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkParallelopipedRepresentation.vtkParallelopipedRepresentation_GetOutlineProperty_11 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkParallelopipedRepresentation.vtkParallelopipedRepresentation_GetPolyData_12 | ( | HandleRef | pThis, |
HandleRef | pd | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkParallelopipedRepresentation.vtkParallelopipedRepresentation_GetSelectedFaceProperty_13 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkParallelopipedRepresentation.vtkParallelopipedRepresentation_GetSelectedHandleProperty_14 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkParallelopipedRepresentation.vtkParallelopipedRepresentation_GetSelectedOutlineProperty_15 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkParallelopipedRepresentation.vtkParallelopipedRepresentation_HandlesOff_16 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkParallelopipedRepresentation.vtkParallelopipedRepresentation_HandlesOn_17 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkParallelopipedRepresentation.vtkParallelopipedRepresentation_IsA_18 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkParallelopipedRepresentation.vtkParallelopipedRepresentation_IsTypeOf_19 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkParallelopipedRepresentation.vtkParallelopipedRepresentation_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkParallelopipedRepresentation.vtkParallelopipedRepresentation_NewInstance_21 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkParallelopipedRepresentation.vtkParallelopipedRepresentation_PlaceWidget_22 | ( | HandleRef | pThis, |
IntPtr | bounds | ||
) | [private] |
static internal void Kitware.VTK.vtkParallelopipedRepresentation.vtkParallelopipedRepresentation_PositionHandles_23 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkParallelopipedRepresentation.vtkParallelopipedRepresentation_ReleaseGraphicsResources_24 | ( | HandleRef | pThis, |
HandleRef | w | ||
) | [private] |
static internal int Kitware.VTK.vtkParallelopipedRepresentation.vtkParallelopipedRepresentation_RenderOpaqueGeometry_25 | ( | HandleRef | pThis, |
HandleRef | viewport | ||
) | [private] |
static internal int Kitware.VTK.vtkParallelopipedRepresentation.vtkParallelopipedRepresentation_RenderOverlay_26 | ( | HandleRef | pThis, |
HandleRef | viewport | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkParallelopipedRepresentation.vtkParallelopipedRepresentation_SafeDownCast_27 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkParallelopipedRepresentation.vtkParallelopipedRepresentation_Scale_28 | ( | HandleRef | pThis, |
int | X, | ||
int | Y | ||
) | [private] |
static internal void Kitware.VTK.vtkParallelopipedRepresentation.vtkParallelopipedRepresentation_SetHandleProperty_29 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkParallelopipedRepresentation.vtkParallelopipedRepresentation_SetHandleRepresentation_30 | ( | HandleRef | pThis, |
HandleRef | handle | ||
) | [private] |
static internal void Kitware.VTK.vtkParallelopipedRepresentation.vtkParallelopipedRepresentation_SetHoveredHandleProperty_31 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkParallelopipedRepresentation.vtkParallelopipedRepresentation_SetInteractionState_32 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkParallelopipedRepresentation.vtkParallelopipedRepresentation_SetMinimumThickness_33 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkParallelopipedRepresentation.vtkParallelopipedRepresentation_SetSelectedHandleProperty_34 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkParallelopipedRepresentation.vtkParallelopipedRepresentation_Translate_35 | ( | HandleRef | pThis, |
IntPtr | translation | ||
) | [private] |
static internal void Kitware.VTK.vtkParallelopipedRepresentation.vtkParallelopipedRepresentation_Translate_36 | ( | HandleRef | pThis, |
int | X, | ||
int | Y | ||
) | [private] |
new readonly string Kitware.VTK.vtkParallelopipedRepresentation.MRClassNameKey = "31vtkParallelopipedRepresentation" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkWidgetRepresentation.
new const string Kitware.VTK.vtkParallelopipedRepresentation.MRFullTypeName = "Kitware.VTK.vtkParallelopipedRepresentation" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkWidgetRepresentation.