ActiViz .NET
5.8.0
|
vtkBoxWidget - orthogonal hexahedron 3D widget More...
Public Member Functions | |
vtkBoxWidget (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkBoxWidget () | |
Instantiate the object. | |
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 and normal can be set. | |
virtual int | GetInsideOut () |
Set/Get the InsideOut flag. 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 int | GetRotationEnabled () |
Control the behavior of the widget. Translation, rotation, and scaling can all be enabled and disabled. | |
virtual int | GetScalingEnabled () |
Control the behavior of the widget. Translation, rotation, and scaling can all be enabled and disabled. | |
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 and normal can be set. | |
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 int | GetTranslationEnabled () |
Control the behavior of the widget. Translation, rotation, and scaling can all be enabled and disabled. | |
void | HandlesOff () |
Switches handles (the spheres) on or off by manipulating the actor visibility. | |
void | HandlesOn () |
Switches handles (the spheres) on or off by manipulating the actor visibility. | |
virtual void | InsideOutOff () |
Set/Get the InsideOut flag. 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. 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) |
Instantiate the object. | |
new vtkBoxWidget | NewInstance () |
Instantiate the object. | |
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) |
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 | RotationEnabledOff () |
Control the behavior of the widget. Translation, rotation, and scaling can all be enabled and disabled. | |
virtual void | RotationEnabledOn () |
Control the behavior of the widget. Translation, rotation, and scaling can all be enabled and disabled. | |
virtual void | ScalingEnabledOff () |
Control the behavior of the widget. Translation, rotation, and scaling can all be enabled and disabled. | |
virtual void | ScalingEnabledOn () |
Control the behavior of the widget. Translation, rotation, and scaling can all be enabled and disabled. | |
override void | SetEnabled (int arg0) |
Methods that satisfy the superclass' API. | |
virtual void | SetInsideOut (int _arg) |
Set/Get the InsideOut flag. When off, the normals point out of the box. When on, the normals point into the hexahedron. InsideOut is off by default. | |
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 | SetRotationEnabled (int _arg) |
Control the behavior of the widget. Translation, rotation, and scaling can all be enabled and disabled. | |
virtual void | SetScalingEnabled (int _arg) |
Control the behavior of the widget. Translation, rotation, and scaling can all be enabled and disabled. | |
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). | |
virtual void | SetTranslationEnabled (int _arg) |
Control the behavior of the widget. Translation, rotation, and scaling can all be enabled and disabled. | |
virtual void | TranslationEnabledOff () |
Control the behavior of the widget. Translation, rotation, and scaling can all be enabled and disabled. | |
virtual void | TranslationEnabledOn () |
Control the behavior of the widget. Translation, rotation, and scaling can all be enabled and disabled. | |
Static Public Member Functions | |
static new vtkBoxWidget | New () |
Instantiate the object. | |
static new int | IsTypeOf (string type) |
Instantiate the object. | |
static new vtkBoxWidget | SafeDownCast (vtkObjectBase o) |
Instantiate the object. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkBoxWidget" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "12vtkBoxWidget" |
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 | vtkBoxWidget_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkBoxWidget_GetFaceProperty_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkBoxWidget_GetHandleProperty_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkBoxWidget_GetInsideOut_03 (HandleRef pThis) |
static internal int | vtkBoxWidget_GetOutlineCursorWires_04 (HandleRef pThis) |
static internal int | vtkBoxWidget_GetOutlineFaceWires_05 (HandleRef pThis) |
static internal IntPtr | vtkBoxWidget_GetOutlineProperty_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkBoxWidget_GetPlanes_07 (HandleRef pThis, HandleRef planes) |
static internal void | vtkBoxWidget_GetPolyData_08 (HandleRef pThis, HandleRef pd) |
static internal int | vtkBoxWidget_GetRotationEnabled_09 (HandleRef pThis) |
static internal int | vtkBoxWidget_GetScalingEnabled_10 (HandleRef pThis) |
static internal IntPtr | vtkBoxWidget_GetSelectedFaceProperty_11 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkBoxWidget_GetSelectedHandleProperty_12 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkBoxWidget_GetSelectedOutlineProperty_13 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkBoxWidget_GetTransform_14 (HandleRef pThis, HandleRef t) |
static internal int | vtkBoxWidget_GetTranslationEnabled_15 (HandleRef pThis) |
static internal void | vtkBoxWidget_HandlesOff_16 (HandleRef pThis) |
static internal void | vtkBoxWidget_HandlesOn_17 (HandleRef pThis) |
static internal void | vtkBoxWidget_InsideOutOff_18 (HandleRef pThis) |
static internal void | vtkBoxWidget_InsideOutOn_19 (HandleRef pThis) |
static internal int | vtkBoxWidget_IsA_20 (HandleRef pThis, string type) |
static internal int | vtkBoxWidget_IsTypeOf_21 (string type) |
static internal IntPtr | vtkBoxWidget_NewInstance_23 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkBoxWidget_OutlineCursorWiresOff_24 (HandleRef pThis) |
static internal void | vtkBoxWidget_OutlineCursorWiresOn_25 (HandleRef pThis) |
static internal void | vtkBoxWidget_OutlineFaceWiresOff_26 (HandleRef pThis) |
static internal void | vtkBoxWidget_OutlineFaceWiresOn_27 (HandleRef pThis) |
static internal void | vtkBoxWidget_PlaceWidget_28 (HandleRef pThis, IntPtr bounds) |
static internal void | vtkBoxWidget_PlaceWidget_29 (HandleRef pThis) |
static internal void | vtkBoxWidget_PlaceWidget_30 (HandleRef pThis, double xmin, double xmax, double ymin, double ymax, double zmin, double zmax) |
static internal void | vtkBoxWidget_RotationEnabledOff_31 (HandleRef pThis) |
static internal void | vtkBoxWidget_RotationEnabledOn_32 (HandleRef pThis) |
static internal IntPtr | vtkBoxWidget_SafeDownCast_33 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkBoxWidget_ScalingEnabledOff_34 (HandleRef pThis) |
static internal void | vtkBoxWidget_ScalingEnabledOn_35 (HandleRef pThis) |
static internal void | vtkBoxWidget_SetEnabled_36 (HandleRef pThis, int arg0) |
static internal void | vtkBoxWidget_SetInsideOut_37 (HandleRef pThis, int _arg) |
static internal void | vtkBoxWidget_SetOutlineCursorWires_38 (HandleRef pThis, int arg0) |
static internal void | vtkBoxWidget_SetOutlineFaceWires_39 (HandleRef pThis, int arg0) |
static internal void | vtkBoxWidget_SetRotationEnabled_40 (HandleRef pThis, int _arg) |
static internal void | vtkBoxWidget_SetScalingEnabled_41 (HandleRef pThis, int _arg) |
static internal void | vtkBoxWidget_SetTransform_42 (HandleRef pThis, HandleRef t) |
static internal void | vtkBoxWidget_SetTranslationEnabled_43 (HandleRef pThis, int _arg) |
static internal void | vtkBoxWidget_TranslationEnabledOff_44 (HandleRef pThis) |
static internal void | vtkBoxWidget_TranslationEnabledOn_45 (HandleRef pThis) |
Static Private Member Functions | |
static | vtkBoxWidget () |
Automatically generated type registration mechanics. |
vtkBoxWidget - orthogonal hexahedron 3D widget
Description This 3D widget defines a region of interest that is represented by an arbitrarily oriented hexahedron with interior face angles of 90 degrees (orthogonal faces). The object creates 7 handles that can be moused on and manipulated. The first six correspond to the six faces, the seventh is in the center of the hexahedron. In addition, a bounding box outline is shown, the "faces" of which can be selected for object rotation or scaling. A nice feature of the object is that the vtkBoxWidget, like any 3D widget, will work with the current interactor style. That is, if vtkBoxWidget does not handle an event, then all other registered observers (including the interactor style) have an opportunity to process the event. Otherwise, the vtkBoxWidget will terminate the processing of the event that it handles.
To use this object, just invoke SetInteractor() with the argument of the method a vtkRenderWindowInteractor. You may also wish to invoke "PlaceWidget()" to initially position the widget. The interactor will act normally until the "i" key (for "interactor") is pressed, at which point the vtkBoxWidget will appear. (See superclass documentation for information about changing this behavior.) By grabbing the six face handles (use the left mouse button), faces can be moved. By grabbing the center handle (with the left mouse button), the entire hexahedron can be translated. (Translation can also be employed by using the "shift-left-mouse-button" combination inside of the widget.) Scaling is achieved by using the right mouse button "up" the render window (makes the widget bigger) or "down" the render window (makes the widget smaller). To rotate vtkBoxWidget, pick a face (but not a face handle) and move the left mouse. (Note: the mouse button must be held down during manipulation.) 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. (See the superclass documentation on key press activiation.)
The vtkBoxWidget is very flexible. It can be used to select, cut, clip, or perform any other operation that depends on an implicit function (use the GetPlanes() method); or it can be used to transform objects using a linear transformation (use the GetTransform() method). Typical usage of the widget is to make use of the StartInteractionEvent, InteractionEvent, and EndInteractionEvent events. The InteractionEvent is called on mouse motion; the other two events are called on button down and button up (either left or right button).
Some additional features of this class include the ability to control the rendered properties of the widget. You can set the properties of the selected and unselected representations of the parts of the widget. For example, you can set the property for the handles, faces, and outline in their normal and selected states.
static Kitware.VTK.vtkBoxWidget.vtkBoxWidget | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkBoxWidget.vtkBoxWidget | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Instantiate the object.
override void Kitware.VTK.vtkBoxWidget.Dispose | ( | bool | disposing | ) | [protected] |
Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.
Reimplemented from Kitware.VTK.vtk3DWidget.
virtual vtkProperty Kitware.VTK.vtkBoxWidget.GetFaceProperty | ( | ) | [virtual] |
Get the face properties (the faces of the box). The properties of the face when selected and normal can be set.
virtual vtkProperty Kitware.VTK.vtkBoxWidget.GetHandleProperty | ( | ) | [virtual] |
Get the handle properties (the little balls are the handles). The properties of the handles when selected and normal can be set.
virtual int Kitware.VTK.vtkBoxWidget.GetInsideOut | ( | ) | [virtual] |
Set/Get the InsideOut flag. When off, the normals point out of the box. When on, the normals point into the hexahedron. InsideOut is off by default.
virtual int Kitware.VTK.vtkBoxWidget.GetOutlineCursorWires | ( | ) | [virtual] |
Control the representation of the outline. This flag enables the cursor lines running between the handles. By default cursor wires are on.
virtual int Kitware.VTK.vtkBoxWidget.GetOutlineFaceWires | ( | ) | [virtual] |
Control the representation of the outline. This flag enables face wires. By default face wires are off.
virtual vtkProperty Kitware.VTK.vtkBoxWidget.GetOutlineProperty | ( | ) | [virtual] |
Get the outline properties (the outline of the box). The properties of the outline when selected and normal can be set.
void Kitware.VTK.vtkBoxWidget.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 Kitware.VTK.vtkBoxWidget.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.
-x,+x, -y,+y, -z,+z face points; and the final point (the 15th out of 15 points) defines the center of the hexahedron. These point values are guaranteed to be up-to-date when either the InteractionEvent or EndInteractionEvent events are invoked. The user provides the vtkPolyData and the points and cells are added to it.
virtual int Kitware.VTK.vtkBoxWidget.GetRotationEnabled | ( | ) | [virtual] |
Control the behavior of the widget. Translation, rotation, and scaling can all be enabled and disabled.
virtual int Kitware.VTK.vtkBoxWidget.GetScalingEnabled | ( | ) | [virtual] |
Control the behavior of the widget. Translation, rotation, and scaling can all be enabled and disabled.
virtual vtkProperty Kitware.VTK.vtkBoxWidget.GetSelectedFaceProperty | ( | ) | [virtual] |
Get the face properties (the faces of the box). The properties of the face when selected and normal can be set.
virtual vtkProperty Kitware.VTK.vtkBoxWidget.GetSelectedHandleProperty | ( | ) | [virtual] |
Get the handle properties (the little balls are the handles). The properties of the handles when selected and normal can be set.
virtual vtkProperty Kitware.VTK.vtkBoxWidget.GetSelectedOutlineProperty | ( | ) | [virtual] |
Get the outline properties (the outline of the box). The properties of the outline when selected and normal can be set.
virtual void Kitware.VTK.vtkBoxWidget.GetTransform | ( | vtkTransform | t | ) | [virtual] |
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 int Kitware.VTK.vtkBoxWidget.GetTranslationEnabled | ( | ) | [virtual] |
Control the behavior of the widget. Translation, rotation, and scaling can all be enabled and disabled.
void Kitware.VTK.vtkBoxWidget.HandlesOff | ( | ) |
Switches handles (the spheres) on or off by manipulating the actor visibility.
void Kitware.VTK.vtkBoxWidget.HandlesOn | ( | ) |
Switches handles (the spheres) on or off by manipulating the actor visibility.
virtual void Kitware.VTK.vtkBoxWidget.InsideOutOff | ( | ) | [virtual] |
Set/Get the InsideOut flag. When off, the normals point out of the box. When on, the normals point into the hexahedron. InsideOut is off by default.
virtual void Kitware.VTK.vtkBoxWidget.InsideOutOn | ( | ) | [virtual] |
Set/Get the InsideOut flag. 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.vtkBoxWidget.IsA | ( | string | type | ) | [virtual] |
Instantiate the object.
Reimplemented from Kitware.VTK.vtk3DWidget.
static new int Kitware.VTK.vtkBoxWidget.IsTypeOf | ( | string | type | ) | [static] |
Instantiate the object.
Reimplemented from Kitware.VTK.vtk3DWidget.
static new vtkBoxWidget Kitware.VTK.vtkBoxWidget.New | ( | ) | [static] |
Instantiate the object.
Reimplemented from Kitware.VTK.vtkObject.
Instantiate the object.
Reimplemented from Kitware.VTK.vtk3DWidget.
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.vtkBoxWidget.PlaceWidget | ( | IntPtr | bounds | ) | [virtual] |
Methods that satisfy the superclass' API.
Reimplemented from Kitware.VTK.vtk3DWidget.
override void Kitware.VTK.vtkBoxWidget.PlaceWidget | ( | ) | [virtual] |
Methods that satisfy the superclass' API.
Reimplemented from Kitware.VTK.vtk3DWidget.
override void Kitware.VTK.vtkBoxWidget.PlaceWidget | ( | double | xmin, |
double | xmax, | ||
double | ymin, | ||
double | ymax, | ||
double | zmin, | ||
double | zmax | ||
) | [virtual] |
Methods that satisfy the superclass' API.
Reimplemented from Kitware.VTK.vtk3DWidget.
virtual void Kitware.VTK.vtkBoxWidget.RotationEnabledOff | ( | ) | [virtual] |
Control the behavior of the widget. Translation, rotation, and scaling can all be enabled and disabled.
virtual void Kitware.VTK.vtkBoxWidget.RotationEnabledOn | ( | ) | [virtual] |
Control the behavior of the widget. Translation, rotation, and scaling can all be enabled and disabled.
static new vtkBoxWidget Kitware.VTK.vtkBoxWidget.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Instantiate the object.
Reimplemented from Kitware.VTK.vtk3DWidget.
virtual void Kitware.VTK.vtkBoxWidget.ScalingEnabledOff | ( | ) | [virtual] |
Control the behavior of the widget. Translation, rotation, and scaling can all be enabled and disabled.
virtual void Kitware.VTK.vtkBoxWidget.ScalingEnabledOn | ( | ) | [virtual] |
Control the behavior of the widget. Translation, rotation, and scaling can all be enabled and disabled.
override void Kitware.VTK.vtkBoxWidget.SetEnabled | ( | int | arg0 | ) | [virtual] |
Methods that satisfy the superclass' API.
Reimplemented from Kitware.VTK.vtkInteractorObserver.
virtual void Kitware.VTK.vtkBoxWidget.SetInsideOut | ( | int | _arg | ) | [virtual] |
Set/Get the InsideOut flag. When off, the normals point out of the box. When on, the normals point into the hexahedron. InsideOut is off by default.
void Kitware.VTK.vtkBoxWidget.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 Kitware.VTK.vtkBoxWidget.SetOutlineFaceWires | ( | int | arg0 | ) |
Control the representation of the outline. This flag enables face wires. By default face wires are off.
virtual void Kitware.VTK.vtkBoxWidget.SetRotationEnabled | ( | int | _arg | ) | [virtual] |
Control the behavior of the widget. Translation, rotation, and scaling can all be enabled and disabled.
virtual void Kitware.VTK.vtkBoxWidget.SetScalingEnabled | ( | int | _arg | ) | [virtual] |
Control the behavior of the widget. Translation, rotation, and scaling can all be enabled and disabled.
virtual void Kitware.VTK.vtkBoxWidget.SetTransform | ( | vtkTransform | t | ) | [virtual] |
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).
virtual void Kitware.VTK.vtkBoxWidget.SetTranslationEnabled | ( | int | _arg | ) | [virtual] |
Control the behavior of the widget. Translation, rotation, and scaling can all be enabled and disabled.
virtual void Kitware.VTK.vtkBoxWidget.TranslationEnabledOff | ( | ) | [virtual] |
Control the behavior of the widget. Translation, rotation, and scaling can all be enabled and disabled.
virtual void Kitware.VTK.vtkBoxWidget.TranslationEnabledOn | ( | ) | [virtual] |
Control the behavior of the widget. Translation, rotation, and scaling can all be enabled and disabled.
static internal IntPtr Kitware.VTK.vtkBoxWidget.vtkBoxWidget_GetFaceProperty_01 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkBoxWidget.vtkBoxWidget_GetHandleProperty_02 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkBoxWidget.vtkBoxWidget_GetInsideOut_03 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkBoxWidget.vtkBoxWidget_GetOutlineCursorWires_04 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkBoxWidget.vtkBoxWidget_GetOutlineFaceWires_05 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkBoxWidget.vtkBoxWidget_GetOutlineProperty_06 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkBoxWidget.vtkBoxWidget_GetPlanes_07 | ( | HandleRef | pThis, |
HandleRef | planes | ||
) | [private] |
static internal void Kitware.VTK.vtkBoxWidget.vtkBoxWidget_GetPolyData_08 | ( | HandleRef | pThis, |
HandleRef | pd | ||
) | [private] |
static internal int Kitware.VTK.vtkBoxWidget.vtkBoxWidget_GetRotationEnabled_09 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkBoxWidget.vtkBoxWidget_GetScalingEnabled_10 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkBoxWidget.vtkBoxWidget_GetSelectedFaceProperty_11 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkBoxWidget.vtkBoxWidget_GetSelectedHandleProperty_12 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkBoxWidget.vtkBoxWidget_GetSelectedOutlineProperty_13 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkBoxWidget.vtkBoxWidget_GetTransform_14 | ( | HandleRef | pThis, |
HandleRef | t | ||
) | [private] |
static internal int Kitware.VTK.vtkBoxWidget.vtkBoxWidget_GetTranslationEnabled_15 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkBoxWidget.vtkBoxWidget_HandlesOff_16 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkBoxWidget.vtkBoxWidget_HandlesOn_17 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkBoxWidget.vtkBoxWidget_InsideOutOff_18 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkBoxWidget.vtkBoxWidget_InsideOutOn_19 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkBoxWidget.vtkBoxWidget_IsA_20 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkBoxWidget.vtkBoxWidget_IsTypeOf_21 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkBoxWidget.vtkBoxWidget_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkBoxWidget.vtkBoxWidget_NewInstance_23 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkBoxWidget.vtkBoxWidget_OutlineCursorWiresOff_24 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkBoxWidget.vtkBoxWidget_OutlineCursorWiresOn_25 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkBoxWidget.vtkBoxWidget_OutlineFaceWiresOff_26 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkBoxWidget.vtkBoxWidget_OutlineFaceWiresOn_27 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkBoxWidget.vtkBoxWidget_PlaceWidget_28 | ( | HandleRef | pThis, |
IntPtr | bounds | ||
) | [private] |
static internal void Kitware.VTK.vtkBoxWidget.vtkBoxWidget_PlaceWidget_29 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkBoxWidget.vtkBoxWidget_PlaceWidget_30 | ( | HandleRef | pThis, |
double | xmin, | ||
double | xmax, | ||
double | ymin, | ||
double | ymax, | ||
double | zmin, | ||
double | zmax | ||
) | [private] |
static internal void Kitware.VTK.vtkBoxWidget.vtkBoxWidget_RotationEnabledOff_31 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkBoxWidget.vtkBoxWidget_RotationEnabledOn_32 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkBoxWidget.vtkBoxWidget_SafeDownCast_33 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkBoxWidget.vtkBoxWidget_ScalingEnabledOff_34 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkBoxWidget.vtkBoxWidget_ScalingEnabledOn_35 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkBoxWidget.vtkBoxWidget_SetEnabled_36 | ( | HandleRef | pThis, |
int | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkBoxWidget.vtkBoxWidget_SetInsideOut_37 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkBoxWidget.vtkBoxWidget_SetOutlineCursorWires_38 | ( | HandleRef | pThis, |
int | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkBoxWidget.vtkBoxWidget_SetOutlineFaceWires_39 | ( | HandleRef | pThis, |
int | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkBoxWidget.vtkBoxWidget_SetRotationEnabled_40 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkBoxWidget.vtkBoxWidget_SetScalingEnabled_41 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkBoxWidget.vtkBoxWidget_SetTransform_42 | ( | HandleRef | pThis, |
HandleRef | t | ||
) | [private] |
static internal void Kitware.VTK.vtkBoxWidget.vtkBoxWidget_SetTranslationEnabled_43 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkBoxWidget.vtkBoxWidget_TranslationEnabledOff_44 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkBoxWidget.vtkBoxWidget_TranslationEnabledOn_45 | ( | HandleRef | pThis | ) | [private] |
new readonly string Kitware.VTK.vtkBoxWidget.MRClassNameKey = "12vtkBoxWidget" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtk3DWidget.
new const string Kitware.VTK.vtkBoxWidget.MRFullTypeName = "Kitware.VTK.vtkBoxWidget" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtk3DWidget.