ActiViz .NET
5.8.0
|
vtkImagePlaneWidget - 3D widget for reslicing image data More...
Public Types | |
enum | VTK_CURSOR_ACTION_WrapperEnum { VTK_CURSOR_ACTION = 0, VTK_SLICE_MOTION_ACTION = 1, VTK_WINDOW_LEVEL_ACTION = 2 } |
Enable/disable mouse interaction so the widget remains on display. More... | |
enum | VTK_CONTROL_MODIFIER_WrapperEnum { VTK_CONTROL_MODIFIER = 2, VTK_NO_MODIFIER = 0, VTK_SHIFT_MODIFIER = 1 } |
Enable/disable mouse interaction so the widget remains on display. More... | |
Public Member Functions | |
vtkImagePlaneWidget (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkImagePlaneWidget () | |
Instantiate the object. | |
virtual void | DisplayTextOff () |
Enable/disable text display of window-level, image coordinates and scalar values in a render window. | |
virtual void | DisplayTextOn () |
Enable/disable text display of window-level, image coordinates and scalar values in a render window. | |
void | GetCenter (IntPtr xyz) |
Get the center of the plane. | |
double[] | GetCenter () |
Get the center of the plane. | |
virtual vtkImageMapToColors | GetColorMap () |
Convenience method to get the vtkImageMapToColors filter used by this widget. The user can properly render other transparent actors in a scene by calling the filter's SetOutputFormatToRGB and PassAlphaToOutputOff. | |
virtual double[] | GetCurrentCursorPosition () |
Get the current cursor position. To be used in conjunction with GetCursorDataStatus. | |
virtual void | GetCurrentCursorPosition (IntPtr data) |
Get the current cursor position. To be used in conjunction with GetCursorDataStatus. | |
virtual double | GetCurrentImageValue () |
Get the current image value at the current cursor position. To be used in conjunction with GetCursorDataStatus. The value is VTK_DOUBLE_MAX when the data is invalid. | |
int | GetCursorData (IntPtr xyzv) |
Get the image coordinate position and voxel value. Currently only supports single component image data. | |
int | GetCursorDataStatus () |
Get the status of the cursor data. If this returns 1 the CurrentCursorPosition and CurrentImageValue will have current data. If it returns 0, these values are invalid. | |
virtual vtkProperty | GetCursorProperty () |
Set the properties of the cross-hair cursor. | |
virtual int | GetDisplayText () |
Enable/disable text display of window-level, image coordinates and scalar values in a render window. | |
virtual int | GetInteraction () |
Enable/disable mouse interaction so the widget remains on display. | |
virtual int | GetLeftButtonAction () |
Enable/disable mouse interaction so the widget remains on display. | |
virtual int | GetLeftButtonActionMaxValue () |
Enable/disable mouse interaction so the widget remains on display. | |
virtual int | GetLeftButtonActionMinValue () |
Enable/disable mouse interaction so the widget remains on display. | |
virtual int | GetLeftButtonAutoModifier () |
Enable/disable mouse interaction so the widget remains on display. | |
virtual int | GetLeftButtonAutoModifierMaxValue () |
Enable/disable mouse interaction so the widget remains on display. | |
virtual int | GetLeftButtonAutoModifierMinValue () |
Enable/disable mouse interaction so the widget remains on display. | |
double | GetLevel () |
Set/Get the current window and level values. SetWindowLevel should only be called after SetInput. If a shared lookup table is being used, a callback is required to update the window level values without having to update the lookup table again. | |
virtual vtkLookupTable | GetLookupTable () |
Set/Get the internal lookuptable (lut) to one defined by the user, or, alternatively, to the lut of another vtkImgePlaneWidget. In this way, a set of three orthogonal planes can share the same lut so that window-levelling is performed uniformly among planes. The default internal lut can be re- set/allocated by setting to 0 (NULL). | |
virtual vtkProperty | GetMarginProperty () |
Set the properties of the margins. | |
virtual double | GetMarginSizeX () |
Set the size of the margins based on a percentage of the plane's width and height, limited between 0 and 50%. | |
virtual double | GetMarginSizeXMaxValue () |
Set the size of the margins based on a percentage of the plane's width and height, limited between 0 and 50%. | |
virtual double | GetMarginSizeXMinValue () |
Set the size of the margins based on a percentage of the plane's width and height, limited between 0 and 50%. | |
virtual double | GetMarginSizeY () |
Set the size of the margins based on a percentage of the plane's width and height, limited between 0 and 50%. | |
virtual double | GetMarginSizeYMaxValue () |
Set the size of the margins based on a percentage of the plane's width and height, limited between 0 and 50%. | |
virtual double | GetMarginSizeYMinValue () |
Set the size of the margins based on a percentage of the plane's width and height, limited between 0 and 50%. | |
virtual int | GetMiddleButtonAction () |
Enable/disable mouse interaction so the widget remains on display. | |
virtual int | GetMiddleButtonActionMaxValue () |
Enable/disable mouse interaction so the widget remains on display. | |
virtual int | GetMiddleButtonActionMinValue () |
Enable/disable mouse interaction so the widget remains on display. | |
virtual int | GetMiddleButtonAutoModifier () |
Enable/disable mouse interaction so the widget remains on display. | |
virtual int | GetMiddleButtonAutoModifierMaxValue () |
Enable/disable mouse interaction so the widget remains on display. | |
virtual int | GetMiddleButtonAutoModifierMinValue () |
Enable/disable mouse interaction so the widget remains on display. | |
double[] | GetNormal () |
Get the normal to the plane. | |
void | GetNormal (IntPtr xyz) |
Get the normal to the plane. | |
double[] | GetOrigin () |
Set/Get the origin of the plane. | |
void | GetOrigin (IntPtr xyz) |
Set/Get the origin of the plane. | |
virtual int | GetPlaneOrientation () |
Convenience method sets the plane orientation normal to the x, y, or z axes. Default is XAxes (0). | |
virtual vtkProperty | GetPlaneProperty () |
Set/Get the plane's outline properties. The properties of the plane's outline when selected and unselected can be manipulated. | |
double[] | GetPoint1 () |
Set/Get the position of the point defining the first axis of the plane. | |
void | GetPoint1 (IntPtr xyz) |
Set/Get the position of the point defining the first axis of the plane. | |
double[] | GetPoint2 () |
Set/Get the position of the point defining the second axis of the plane. | |
void | GetPoint2 (IntPtr xyz) |
Set/Get the position of the point defining the second axis of the plane. | |
void | GetPolyData (vtkPolyData pd) |
Grab the polydata (including points) that defines the plane. The polydata consists of (res+1)*(res+1) points, and res*res quadrilateral polygons, where res is the resolution of the plane. These point values are guaranteed to be up-to-date when either the InteractionEvent or EndInteraction events are invoked. The user provides the vtkPolyData and the points and polygons are added to it. | |
override vtkPolyDataAlgorithm | GetPolyDataAlgorithm () |
Satisfies superclass API. This returns a pointer to the underlying vtkPolyData. Make changes to this before calling the initial PlaceWidget() to have the initial placement follow suit. Or, make changes after the widget has been initialised and call UpdatePlacement() to realise. | |
virtual vtkImageReslice | GetReslice () |
Get the current reslice class and reslice axes. | |
virtual vtkMatrix4x4 | GetResliceAxes () |
Get the current reslice class and reslice axes. | |
virtual int | GetResliceInterpolate () |
Set the interpolation to use when texturing the plane. | |
vtkImageData | GetResliceOutput () |
Convenience method to get the vtkImageReslice output. | |
virtual int | GetRestrictPlaneToVolume () |
Make sure that the plane remains within the volume. Default is On. | |
virtual int | GetRightButtonAction () |
Enable/disable mouse interaction so the widget remains on display. | |
virtual int | GetRightButtonActionMaxValue () |
Enable/disable mouse interaction so the widget remains on display. | |
virtual int | GetRightButtonActionMinValue () |
Enable/disable mouse interaction so the widget remains on display. | |
virtual int | GetRightButtonAutoModifier () |
Enable/disable mouse interaction so the widget remains on display. | |
virtual int | GetRightButtonAutoModifierMaxValue () |
Enable/disable mouse interaction so the widget remains on display. | |
virtual int | GetRightButtonAutoModifierMinValue () |
Enable/disable mouse interaction so the widget remains on display. | |
virtual vtkProperty | GetSelectedPlaneProperty () |
Set/Get the plane's outline properties. The properties of the plane's outline when selected and unselected can be manipulated. | |
int | GetSliceIndex () |
Get the slice position in terms of the data extent. | |
double | GetSlicePosition () |
Get the position of the slice along its normal. | |
vtkTextProperty | GetTextProperty () |
Set/Get the text property for the image data and window-level annotation. | |
vtkTexture | GetTexture () |
Convenience method to get the texture used by this widget. This can be used in external slice viewers. | |
virtual int | GetTextureInterpolate () |
Specify whether to interpolate the texture or not. When off, the reslice interpolation is nearest neighbour regardless of how the interpolation is set through the API. Set before setting the vtkImageData input. Default is On. | |
virtual vtkProperty | GetTexturePlaneProperty () |
Set/Get the property for the resliced image. | |
virtual int | GetTextureVisibility () |
Control the visibility of the actual texture mapped reformatted plane. in some cases you may only want the plane outline for example. | |
virtual int | GetUseContinuousCursor () |
Choose between voxel centered or continuous cursor probing. With voxel centered probing, the cursor snaps to the nearest voxel and the reported cursor coordinates are extent based. With continuous probing, voxel data is interpolated using vtkDataSetAttributes' InterpolatePoint method and the reported coordinates are 3D spatial continuous. | |
virtual int | GetUserControlledLookupTable () |
Let the user control the lookup table. NOTE: apply this method BEFORE applying the SetLookupTable method. Default is Off. | |
void | GetVector1 (IntPtr v1) |
Get the vector from the plane origin to point1. | |
void | GetVector2 (IntPtr v2) |
Get the vector from the plane origin to point2. | |
double | GetWindow () |
Set/Get the current window and level values. SetWindowLevel should only be called after SetInput. If a shared lookup table is being used, a callback is required to update the window level values without having to update the lookup table again. | |
void | GetWindowLevel (IntPtr wl) |
Set/Get the current window and level values. SetWindowLevel should only be called after SetInput. If a shared lookup table is being used, a callback is required to update the window level values without having to update the lookup table again. | |
virtual void | InteractionOff () |
Enable/disable mouse interaction so the widget remains on display. | |
virtual void | InteractionOn () |
Enable/disable mouse interaction so the widget remains on display. | |
override int | IsA (string type) |
Instantiate the object. | |
new vtkImagePlaneWidget | NewInstance () |
Instantiate the object. | |
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 | RestrictPlaneToVolumeOff () |
Make sure that the plane remains within the volume. Default is On. | |
virtual void | RestrictPlaneToVolumeOn () |
Make sure that the plane remains within the volume. Default is On. | |
virtual void | SetColorMap (vtkImageMapToColors arg0) |
Convenience method to get the vtkImageMapToColors filter used by this widget. The user can properly render other transparent actors in a scene by calling the filter's SetOutputFormatToRGB and PassAlphaToOutputOff. | |
virtual void | SetCursorProperty (vtkProperty arg0) |
Set the properties of the cross-hair cursor. | |
virtual void | SetDisplayText (int _arg) |
Enable/disable text display of window-level, image coordinates and scalar values in a render window. | |
override void | SetEnabled (int arg0) |
Methods that satisfy the superclass' API. | |
override void | SetInput (vtkDataSet input) |
Set the vtkImageData* input for the vtkImageReslice. | |
void | SetInteraction (int interact) |
Enable/disable mouse interaction so the widget remains on display. | |
virtual void | SetLeftButtonAction (int _arg) |
Enable/disable mouse interaction so the widget remains on display. | |
virtual void | SetLeftButtonAutoModifier (int _arg) |
Enable/disable mouse interaction so the widget remains on display. | |
virtual void | SetLookupTable (vtkLookupTable arg0) |
Set/Get the internal lookuptable (lut) to one defined by the user, or, alternatively, to the lut of another vtkImgePlaneWidget. In this way, a set of three orthogonal planes can share the same lut so that window-levelling is performed uniformly among planes. The default internal lut can be re- set/allocated by setting to 0 (NULL). | |
virtual void | SetMarginProperty (vtkProperty arg0) |
Set the properties of the margins. | |
virtual void | SetMarginSizeX (double _arg) |
Set the size of the margins based on a percentage of the plane's width and height, limited between 0 and 50%. | |
virtual void | SetMarginSizeY (double _arg) |
Set the size of the margins based on a percentage of the plane's width and height, limited between 0 and 50%. | |
virtual void | SetMiddleButtonAction (int _arg) |
Enable/disable mouse interaction so the widget remains on display. | |
virtual void | SetMiddleButtonAutoModifier (int _arg) |
Enable/disable mouse interaction so the widget remains on display. | |
void | SetOrigin (double x, double y, double z) |
Set/Get the origin of the plane. | |
void | SetOrigin (IntPtr xyz) |
Set/Get the origin of the plane. | |
void | SetPicker (vtkAbstractPropPicker arg0) |
Set the internal picker to one defined by the user. In this way, a set of three orthogonal planes can share the same picker so that picking is performed correctly. The default internal picker can be re-set/allocated by setting to 0 (NULL). | |
void | SetPlaneOrientation (int arg0) |
Convenience method sets the plane orientation normal to the x, y, or z axes. Default is XAxes (0). | |
void | SetPlaneOrientationToXAxes () |
Convenience method sets the plane orientation normal to the x, y, or z axes. Default is XAxes (0). | |
void | SetPlaneOrientationToYAxes () |
Convenience method sets the plane orientation normal to the x, y, or z axes. Default is XAxes (0). | |
void | SetPlaneOrientationToZAxes () |
Convenience method sets the plane orientation normal to the x, y, or z axes. Default is XAxes (0). | |
virtual void | SetPlaneProperty (vtkProperty arg0) |
Set/Get the plane's outline properties. The properties of the plane's outline when selected and unselected can be manipulated. | |
void | SetPoint1 (double x, double y, double z) |
Set/Get the position of the point defining the first axis of the plane. | |
void | SetPoint1 (IntPtr xyz) |
Set/Get the position of the point defining the first axis of the plane. | |
void | SetPoint2 (double x, double y, double z) |
Set/Get the position of the point defining the second axis of the plane. | |
void | SetPoint2 (IntPtr xyz) |
Set/Get the position of the point defining the second axis of the plane. | |
void | SetResliceInterpolate (int arg0) |
Set the interpolation to use when texturing the plane. | |
void | SetResliceInterpolateToCubic () |
Set the interpolation to use when texturing the plane. | |
void | SetResliceInterpolateToLinear () |
Set the interpolation to use when texturing the plane. | |
void | SetResliceInterpolateToNearestNeighbour () |
Set the interpolation to use when texturing the plane. | |
virtual void | SetRestrictPlaneToVolume (int _arg) |
Make sure that the plane remains within the volume. Default is On. | |
virtual void | SetRightButtonAction (int _arg) |
Enable/disable mouse interaction so the widget remains on display. | |
virtual void | SetRightButtonAutoModifier (int _arg) |
Enable/disable mouse interaction so the widget remains on display. | |
virtual void | SetSelectedPlaneProperty (vtkProperty arg0) |
Set/Get the plane's outline properties. The properties of the plane's outline when selected and unselected can be manipulated. | |
void | SetSliceIndex (int index) |
Set the slice position in terms of the data extent. | |
void | SetSlicePosition (double position) |
Set the position of the slice along its normal. | |
void | SetTextProperty (vtkTextProperty tprop) |
Set/Get the text property for the image data and window-level annotation. | |
virtual void | SetTextureInterpolate (int _arg) |
Specify whether to interpolate the texture or not. When off, the reslice interpolation is nearest neighbour regardless of how the interpolation is set through the API. Set before setting the vtkImageData input. Default is On. | |
virtual void | SetTexturePlaneProperty (vtkProperty arg0) |
Set/Get the property for the resliced image. | |
virtual void | SetTextureVisibility (int arg0) |
Control the visibility of the actual texture mapped reformatted plane. in some cases you may only want the plane outline for example. | |
virtual void | SetUseContinuousCursor (int _arg) |
Choose between voxel centered or continuous cursor probing. With voxel centered probing, the cursor snaps to the nearest voxel and the reported cursor coordinates are extent based. With continuous probing, voxel data is interpolated using vtkDataSetAttributes' InterpolatePoint method and the reported coordinates are 3D spatial continuous. | |
virtual void | SetUserControlledLookupTable (int _arg) |
Let the user control the lookup table. NOTE: apply this method BEFORE applying the SetLookupTable method. Default is Off. | |
void | SetWindowLevel (double window, double level, int copy) |
Set/Get the current window and level values. SetWindowLevel should only be called after SetInput. If a shared lookup table is being used, a callback is required to update the window level values without having to update the lookup table again. | |
virtual void | TextureInterpolateOff () |
Specify whether to interpolate the texture or not. When off, the reslice interpolation is nearest neighbour regardless of how the interpolation is set through the API. Set before setting the vtkImageData input. Default is On. | |
virtual void | TextureInterpolateOn () |
Specify whether to interpolate the texture or not. When off, the reslice interpolation is nearest neighbour regardless of how the interpolation is set through the API. Set before setting the vtkImageData input. Default is On. | |
virtual void | TextureVisibilityOff () |
Control the visibility of the actual texture mapped reformatted plane. in some cases you may only want the plane outline for example. | |
virtual void | TextureVisibilityOn () |
Control the visibility of the actual texture mapped reformatted plane. in some cases you may only want the plane outline for example. | |
override void | UpdatePlacement () |
Satisfies superclass API. This will change the state of the widget to match changes that have been made to the underlying vtkPolyDataSource. | |
virtual void | UseContinuousCursorOff () |
Choose between voxel centered or continuous cursor probing. With voxel centered probing, the cursor snaps to the nearest voxel and the reported cursor coordinates are extent based. With continuous probing, voxel data is interpolated using vtkDataSetAttributes' InterpolatePoint method and the reported coordinates are 3D spatial continuous. | |
virtual void | UseContinuousCursorOn () |
Choose between voxel centered or continuous cursor probing. With voxel centered probing, the cursor snaps to the nearest voxel and the reported cursor coordinates are extent based. With continuous probing, voxel data is interpolated using vtkDataSetAttributes' InterpolatePoint method and the reported coordinates are 3D spatial continuous. | |
virtual void | UserControlledLookupTableOff () |
Let the user control the lookup table. NOTE: apply this method BEFORE applying the SetLookupTable method. Default is Off. | |
virtual void | UserControlledLookupTableOn () |
Let the user control the lookup table. NOTE: apply this method BEFORE applying the SetLookupTable method. Default is Off. | |
Static Public Member Functions | |
static new vtkImagePlaneWidget | New () |
Instantiate the object. | |
static new int | IsTypeOf (string type) |
Instantiate the object. | |
static new vtkImagePlaneWidget | SafeDownCast (vtkObjectBase o) |
Instantiate the object. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkImagePlaneWidget" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "19vtkImagePlaneWidget" |
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 | vtkImagePlaneWidget_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkImagePlaneWidget_DisplayTextOff_01 (HandleRef pThis) |
static internal void | vtkImagePlaneWidget_DisplayTextOn_02 (HandleRef pThis) |
static internal void | vtkImagePlaneWidget_GetCenter_03 (HandleRef pThis, IntPtr xyz) |
static internal IntPtr | vtkImagePlaneWidget_GetCenter_04 (HandleRef pThis) |
static internal IntPtr | vtkImagePlaneWidget_GetColorMap_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkImagePlaneWidget_GetCurrentCursorPosition_06 (HandleRef pThis) |
static internal void | vtkImagePlaneWidget_GetCurrentCursorPosition_07 (HandleRef pThis, IntPtr data) |
static internal double | vtkImagePlaneWidget_GetCurrentImageValue_08 (HandleRef pThis) |
static internal int | vtkImagePlaneWidget_GetCursorData_09 (HandleRef pThis, IntPtr xyzv) |
static internal int | vtkImagePlaneWidget_GetCursorDataStatus_10 (HandleRef pThis) |
static internal IntPtr | vtkImagePlaneWidget_GetCursorProperty_11 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkImagePlaneWidget_GetDisplayText_12 (HandleRef pThis) |
static internal int | vtkImagePlaneWidget_GetInteraction_13 (HandleRef pThis) |
static internal int | vtkImagePlaneWidget_GetLeftButtonAction_14 (HandleRef pThis) |
static internal int | vtkImagePlaneWidget_GetLeftButtonActionMaxValue_15 (HandleRef pThis) |
static internal int | vtkImagePlaneWidget_GetLeftButtonActionMinValue_16 (HandleRef pThis) |
static internal int | vtkImagePlaneWidget_GetLeftButtonAutoModifier_17 (HandleRef pThis) |
static internal int | vtkImagePlaneWidget_GetLeftButtonAutoModifierMaxValue_18 (HandleRef pThis) |
static internal int | vtkImagePlaneWidget_GetLeftButtonAutoModifierMinValue_19 (HandleRef pThis) |
static internal double | vtkImagePlaneWidget_GetLevel_20 (HandleRef pThis) |
static internal IntPtr | vtkImagePlaneWidget_GetLookupTable_21 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkImagePlaneWidget_GetMarginProperty_22 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal double | vtkImagePlaneWidget_GetMarginSizeX_23 (HandleRef pThis) |
static internal double | vtkImagePlaneWidget_GetMarginSizeXMaxValue_24 (HandleRef pThis) |
static internal double | vtkImagePlaneWidget_GetMarginSizeXMinValue_25 (HandleRef pThis) |
static internal double | vtkImagePlaneWidget_GetMarginSizeY_26 (HandleRef pThis) |
static internal double | vtkImagePlaneWidget_GetMarginSizeYMaxValue_27 (HandleRef pThis) |
static internal double | vtkImagePlaneWidget_GetMarginSizeYMinValue_28 (HandleRef pThis) |
static internal int | vtkImagePlaneWidget_GetMiddleButtonAction_29 (HandleRef pThis) |
static internal int | vtkImagePlaneWidget_GetMiddleButtonActionMaxValue_30 (HandleRef pThis) |
static internal int | vtkImagePlaneWidget_GetMiddleButtonActionMinValue_31 (HandleRef pThis) |
static internal int | vtkImagePlaneWidget_GetMiddleButtonAutoModifier_32 (HandleRef pThis) |
static internal int | vtkImagePlaneWidget_GetMiddleButtonAutoModifierMaxValue_33 (HandleRef pThis) |
static internal int | vtkImagePlaneWidget_GetMiddleButtonAutoModifierMinValue_34 (HandleRef pThis) |
static internal IntPtr | vtkImagePlaneWidget_GetNormal_35 (HandleRef pThis) |
static internal void | vtkImagePlaneWidget_GetNormal_36 (HandleRef pThis, IntPtr xyz) |
static internal IntPtr | vtkImagePlaneWidget_GetOrigin_37 (HandleRef pThis) |
static internal void | vtkImagePlaneWidget_GetOrigin_38 (HandleRef pThis, IntPtr xyz) |
static internal int | vtkImagePlaneWidget_GetPlaneOrientation_39 (HandleRef pThis) |
static internal IntPtr | vtkImagePlaneWidget_GetPlaneProperty_40 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkImagePlaneWidget_GetPoint1_41 (HandleRef pThis) |
static internal void | vtkImagePlaneWidget_GetPoint1_42 (HandleRef pThis, IntPtr xyz) |
static internal IntPtr | vtkImagePlaneWidget_GetPoint2_43 (HandleRef pThis) |
static internal void | vtkImagePlaneWidget_GetPoint2_44 (HandleRef pThis, IntPtr xyz) |
static internal void | vtkImagePlaneWidget_GetPolyData_45 (HandleRef pThis, HandleRef pd) |
static internal IntPtr | vtkImagePlaneWidget_GetPolyDataAlgorithm_46 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkImagePlaneWidget_GetReslice_47 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkImagePlaneWidget_GetResliceAxes_48 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkImagePlaneWidget_GetResliceInterpolate_49 (HandleRef pThis) |
static internal IntPtr | vtkImagePlaneWidget_GetResliceOutput_50 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkImagePlaneWidget_GetRestrictPlaneToVolume_51 (HandleRef pThis) |
static internal int | vtkImagePlaneWidget_GetRightButtonAction_52 (HandleRef pThis) |
static internal int | vtkImagePlaneWidget_GetRightButtonActionMaxValue_53 (HandleRef pThis) |
static internal int | vtkImagePlaneWidget_GetRightButtonActionMinValue_54 (HandleRef pThis) |
static internal int | vtkImagePlaneWidget_GetRightButtonAutoModifier_55 (HandleRef pThis) |
static internal int | vtkImagePlaneWidget_GetRightButtonAutoModifierMaxValue_56 (HandleRef pThis) |
static internal int | vtkImagePlaneWidget_GetRightButtonAutoModifierMinValue_57 (HandleRef pThis) |
static internal IntPtr | vtkImagePlaneWidget_GetSelectedPlaneProperty_58 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkImagePlaneWidget_GetSliceIndex_59 (HandleRef pThis) |
static internal double | vtkImagePlaneWidget_GetSlicePosition_60 (HandleRef pThis) |
static internal IntPtr | vtkImagePlaneWidget_GetTextProperty_61 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkImagePlaneWidget_GetTexture_62 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkImagePlaneWidget_GetTextureInterpolate_63 (HandleRef pThis) |
static internal IntPtr | vtkImagePlaneWidget_GetTexturePlaneProperty_64 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkImagePlaneWidget_GetTextureVisibility_65 (HandleRef pThis) |
static internal int | vtkImagePlaneWidget_GetUseContinuousCursor_66 (HandleRef pThis) |
static internal int | vtkImagePlaneWidget_GetUserControlledLookupTable_67 (HandleRef pThis) |
static internal void | vtkImagePlaneWidget_GetVector1_68 (HandleRef pThis, IntPtr v1) |
static internal void | vtkImagePlaneWidget_GetVector2_69 (HandleRef pThis, IntPtr v2) |
static internal double | vtkImagePlaneWidget_GetWindow_70 (HandleRef pThis) |
static internal void | vtkImagePlaneWidget_GetWindowLevel_71 (HandleRef pThis, IntPtr wl) |
static internal void | vtkImagePlaneWidget_InteractionOff_72 (HandleRef pThis) |
static internal void | vtkImagePlaneWidget_InteractionOn_73 (HandleRef pThis) |
static internal int | vtkImagePlaneWidget_IsA_74 (HandleRef pThis, string type) |
static internal int | vtkImagePlaneWidget_IsTypeOf_75 (string type) |
static internal IntPtr | vtkImagePlaneWidget_NewInstance_77 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkImagePlaneWidget_PlaceWidget_78 (HandleRef pThis, IntPtr bounds) |
static internal void | vtkImagePlaneWidget_PlaceWidget_79 (HandleRef pThis) |
static internal void | vtkImagePlaneWidget_PlaceWidget_80 (HandleRef pThis, double xmin, double xmax, double ymin, double ymax, double zmin, double zmax) |
static internal void | vtkImagePlaneWidget_RestrictPlaneToVolumeOff_81 (HandleRef pThis) |
static internal void | vtkImagePlaneWidget_RestrictPlaneToVolumeOn_82 (HandleRef pThis) |
static internal IntPtr | vtkImagePlaneWidget_SafeDownCast_83 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkImagePlaneWidget_SetColorMap_84 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkImagePlaneWidget_SetCursorProperty_85 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkImagePlaneWidget_SetDisplayText_86 (HandleRef pThis, int _arg) |
static internal void | vtkImagePlaneWidget_SetEnabled_87 (HandleRef pThis, int arg0) |
static internal void | vtkImagePlaneWidget_SetInput_88 (HandleRef pThis, HandleRef input) |
static internal void | vtkImagePlaneWidget_SetInteraction_89 (HandleRef pThis, int interact) |
static internal void | vtkImagePlaneWidget_SetLeftButtonAction_90 (HandleRef pThis, int _arg) |
static internal void | vtkImagePlaneWidget_SetLeftButtonAutoModifier_91 (HandleRef pThis, int _arg) |
static internal void | vtkImagePlaneWidget_SetLookupTable_92 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkImagePlaneWidget_SetMarginProperty_93 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkImagePlaneWidget_SetMarginSizeX_94 (HandleRef pThis, double _arg) |
static internal void | vtkImagePlaneWidget_SetMarginSizeY_95 (HandleRef pThis, double _arg) |
static internal void | vtkImagePlaneWidget_SetMiddleButtonAction_96 (HandleRef pThis, int _arg) |
static internal void | vtkImagePlaneWidget_SetMiddleButtonAutoModifier_97 (HandleRef pThis, int _arg) |
static internal void | vtkImagePlaneWidget_SetOrigin_98 (HandleRef pThis, double x, double y, double z) |
static internal void | vtkImagePlaneWidget_SetOrigin_99 (HandleRef pThis, IntPtr xyz) |
static internal void | vtkImagePlaneWidget_SetPicker_100 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkImagePlaneWidget_SetPlaneOrientation_101 (HandleRef pThis, int arg0) |
static internal void | vtkImagePlaneWidget_SetPlaneOrientationToXAxes_102 (HandleRef pThis) |
static internal void | vtkImagePlaneWidget_SetPlaneOrientationToYAxes_103 (HandleRef pThis) |
static internal void | vtkImagePlaneWidget_SetPlaneOrientationToZAxes_104 (HandleRef pThis) |
static internal void | vtkImagePlaneWidget_SetPlaneProperty_105 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkImagePlaneWidget_SetPoint1_106 (HandleRef pThis, double x, double y, double z) |
static internal void | vtkImagePlaneWidget_SetPoint1_107 (HandleRef pThis, IntPtr xyz) |
static internal void | vtkImagePlaneWidget_SetPoint2_108 (HandleRef pThis, double x, double y, double z) |
static internal void | vtkImagePlaneWidget_SetPoint2_109 (HandleRef pThis, IntPtr xyz) |
static internal void | vtkImagePlaneWidget_SetResliceInterpolate_110 (HandleRef pThis, int arg0) |
static internal void | vtkImagePlaneWidget_SetResliceInterpolateToCubic_111 (HandleRef pThis) |
static internal void | vtkImagePlaneWidget_SetResliceInterpolateToLinear_112 (HandleRef pThis) |
static internal void | vtkImagePlaneWidget_SetResliceInterpolateToNearestNeighbour_113 (HandleRef pThis) |
static internal void | vtkImagePlaneWidget_SetRestrictPlaneToVolume_114 (HandleRef pThis, int _arg) |
static internal void | vtkImagePlaneWidget_SetRightButtonAction_115 (HandleRef pThis, int _arg) |
static internal void | vtkImagePlaneWidget_SetRightButtonAutoModifier_116 (HandleRef pThis, int _arg) |
static internal void | vtkImagePlaneWidget_SetSelectedPlaneProperty_117 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkImagePlaneWidget_SetSliceIndex_118 (HandleRef pThis, int index) |
static internal void | vtkImagePlaneWidget_SetSlicePosition_119 (HandleRef pThis, double position) |
static internal void | vtkImagePlaneWidget_SetTextProperty_120 (HandleRef pThis, HandleRef tprop) |
static internal void | vtkImagePlaneWidget_SetTextureInterpolate_121 (HandleRef pThis, int _arg) |
static internal void | vtkImagePlaneWidget_SetTexturePlaneProperty_122 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkImagePlaneWidget_SetTextureVisibility_123 (HandleRef pThis, int arg0) |
static internal void | vtkImagePlaneWidget_SetUseContinuousCursor_124 (HandleRef pThis, int _arg) |
static internal void | vtkImagePlaneWidget_SetUserControlledLookupTable_125 (HandleRef pThis, int _arg) |
static internal void | vtkImagePlaneWidget_SetWindowLevel_126 (HandleRef pThis, double window, double level, int copy) |
static internal void | vtkImagePlaneWidget_TextureInterpolateOff_127 (HandleRef pThis) |
static internal void | vtkImagePlaneWidget_TextureInterpolateOn_128 (HandleRef pThis) |
static internal void | vtkImagePlaneWidget_TextureVisibilityOff_129 (HandleRef pThis) |
static internal void | vtkImagePlaneWidget_TextureVisibilityOn_130 (HandleRef pThis) |
static internal void | vtkImagePlaneWidget_UpdatePlacement_131 (HandleRef pThis) |
static internal void | vtkImagePlaneWidget_UseContinuousCursorOff_132 (HandleRef pThis) |
static internal void | vtkImagePlaneWidget_UseContinuousCursorOn_133 (HandleRef pThis) |
static internal void | vtkImagePlaneWidget_UserControlledLookupTableOff_134 (HandleRef pThis) |
static internal void | vtkImagePlaneWidget_UserControlledLookupTableOn_135 (HandleRef pThis) |
Static Private Member Functions | |
static | vtkImagePlaneWidget () |
Automatically generated type registration mechanics. |
vtkImagePlaneWidget - 3D widget for reslicing image data
Description This 3D widget defines a plane that can be interactively placed in an image volume. A nice feature of the object is that the vtkImagePlaneWidget, like any 3D widget, will work with the current interactor style. That is, if vtkImagePlaneWidget does not handle an event, then all other registered observers (including the interactor style) have an opportunity to process the event. Otherwise, the vtkImagePlaneWidget will terminate the processing of the event that it handles.
The core functionality of the widget is provided by a vtkImageReslice object which passes its output onto a texture mapping pipeline for fast slicing through volumetric data. See the key methods: GenerateTexturePlane() and UpdatePlane() for implementation details.
To use this object, just invoke SetInteractor() with the argument of the method a vtkRenderWindowInteractor. You may also wish to invoke "PlaceWidget()" to initially position the widget. If the "i" key (for "interactor") is pressed, the vtkImagePlaneWidget will appear. (See superclass documentation for information about changing this behavior.)
Selecting the widget with the middle mouse button with and without holding the shift or control keys enables complex reslicing capablilites. To facilitate use, a set of 'margins' (left, right, top, bottom) are shown as a set of plane-axes aligned lines, the properties of which can be changed as a group. Without keyboard modifiers: selecting in the middle of the margins enables translation of the plane along its normal. Selecting one of the corners within the margins enables spinning around the plane's normal at its center. Selecting within a margin allows rotating about the center of the plane around an axis aligned with the margin (i.e., selecting left margin enables rotating around the plane's local y-prime axis). With control key modifier: margin selection enables edge translation (i.e., a constrained form of scaling). Selecting within the margins enables translation of the entire plane. With shift key modifier: uniform plane scaling is enabled. Moving the mouse up enlarges the plane while downward movement shrinks it.
Window-level is achieved by using the right mouse button. Window-level values can be reset by shift + 'r' or control + 'r' while regular reset camera is maintained with 'r' or 'R'. The left mouse button can be used to query the underlying image data with a snap-to cross-hair cursor. Currently, the nearest point in the input image data to the mouse cursor generates the cross-hairs. With oblique slicing, this behaviour may appear unsatisfactory. Text display of window-level and image coordinates/data values are provided by a text actor/mapper pair.
Events that occur outside of the widget (i.e., no part of the widget is picked) are propagated to any other registered obsevers (such as the interaction style). Turn off the widget by pressing the "i" key again (or invoke the Off() method). To support interactive manipulation of objects, this class invokes the events StartInteractionEvent, InteractionEvent, and EndInteractionEvent as well as StartWindowLevelEvent, WindowLevelEvent, EndWindowLevelEvent and ResetWindowLevelEvent.
The vtkImagePlaneWidget has several methods that can be used in conjunction with other VTK objects. The GetPolyData() method can be used to get the polygonal representation of the plane and can be used as input for other VTK objects. 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 properties of the widget. You can set the properties of: the selected and unselected representations of the plane's outline; the text actor via its vtkTextProperty; the cross-hair cursor. In addition there are methods to constrain the plane so that it is aligned along the x-y-z axes. Finally, one can specify the degree of interpolation (vtkImageReslice): nearest neighbour, linear, and cubic.
static Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Instantiate the object.
virtual void Kitware.VTK.vtkImagePlaneWidget.DisplayTextOff | ( | ) | [virtual] |
Enable/disable text display of window-level, image coordinates and scalar values in a render window.
virtual void Kitware.VTK.vtkImagePlaneWidget.DisplayTextOn | ( | ) | [virtual] |
Enable/disable text display of window-level, image coordinates and scalar values in a render window.
override void Kitware.VTK.vtkImagePlaneWidget.Dispose | ( | bool | disposing | ) | [protected] |
Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.
Reimplemented from Kitware.VTK.vtkPolyDataSourceWidget.
void Kitware.VTK.vtkImagePlaneWidget.GetCenter | ( | IntPtr | xyz | ) |
Get the center of the plane.
double [] Kitware.VTK.vtkImagePlaneWidget.GetCenter | ( | ) |
Get the center of the plane.
virtual vtkImageMapToColors Kitware.VTK.vtkImagePlaneWidget.GetColorMap | ( | ) | [virtual] |
Convenience method to get the vtkImageMapToColors filter used by this widget. The user can properly render other transparent actors in a scene by calling the filter's SetOutputFormatToRGB and PassAlphaToOutputOff.
virtual double [] Kitware.VTK.vtkImagePlaneWidget.GetCurrentCursorPosition | ( | ) | [virtual] |
Get the current cursor position. To be used in conjunction with GetCursorDataStatus.
virtual void Kitware.VTK.vtkImagePlaneWidget.GetCurrentCursorPosition | ( | IntPtr | data | ) | [virtual] |
Get the current cursor position. To be used in conjunction with GetCursorDataStatus.
virtual double Kitware.VTK.vtkImagePlaneWidget.GetCurrentImageValue | ( | ) | [virtual] |
Get the current image value at the current cursor position. To be used in conjunction with GetCursorDataStatus. The value is VTK_DOUBLE_MAX when the data is invalid.
int Kitware.VTK.vtkImagePlaneWidget.GetCursorData | ( | IntPtr | xyzv | ) |
Get the image coordinate position and voxel value. Currently only supports single component image data.
Get the status of the cursor data. If this returns 1 the CurrentCursorPosition and CurrentImageValue will have current data. If it returns 0, these values are invalid.
virtual vtkProperty Kitware.VTK.vtkImagePlaneWidget.GetCursorProperty | ( | ) | [virtual] |
Set the properties of the cross-hair cursor.
virtual int Kitware.VTK.vtkImagePlaneWidget.GetDisplayText | ( | ) | [virtual] |
Enable/disable text display of window-level, image coordinates and scalar values in a render window.
virtual int Kitware.VTK.vtkImagePlaneWidget.GetInteraction | ( | ) | [virtual] |
Enable/disable mouse interaction so the widget remains on display.
virtual int Kitware.VTK.vtkImagePlaneWidget.GetLeftButtonAction | ( | ) | [virtual] |
Enable/disable mouse interaction so the widget remains on display.
virtual int Kitware.VTK.vtkImagePlaneWidget.GetLeftButtonActionMaxValue | ( | ) | [virtual] |
Enable/disable mouse interaction so the widget remains on display.
virtual int Kitware.VTK.vtkImagePlaneWidget.GetLeftButtonActionMinValue | ( | ) | [virtual] |
Enable/disable mouse interaction so the widget remains on display.
virtual int Kitware.VTK.vtkImagePlaneWidget.GetLeftButtonAutoModifier | ( | ) | [virtual] |
Enable/disable mouse interaction so the widget remains on display.
virtual int Kitware.VTK.vtkImagePlaneWidget.GetLeftButtonAutoModifierMaxValue | ( | ) | [virtual] |
Enable/disable mouse interaction so the widget remains on display.
virtual int Kitware.VTK.vtkImagePlaneWidget.GetLeftButtonAutoModifierMinValue | ( | ) | [virtual] |
Enable/disable mouse interaction so the widget remains on display.
double Kitware.VTK.vtkImagePlaneWidget.GetLevel | ( | ) |
Set/Get the current window and level values. SetWindowLevel should only be called after SetInput. If a shared lookup table is being used, a callback is required to update the window level values without having to update the lookup table again.
virtual vtkLookupTable Kitware.VTK.vtkImagePlaneWidget.GetLookupTable | ( | ) | [virtual] |
Set/Get the internal lookuptable (lut) to one defined by the user, or, alternatively, to the lut of another vtkImgePlaneWidget. In this way, a set of three orthogonal planes can share the same lut so that window-levelling is performed uniformly among planes. The default internal lut can be re- set/allocated by setting to 0 (NULL).
virtual vtkProperty Kitware.VTK.vtkImagePlaneWidget.GetMarginProperty | ( | ) | [virtual] |
Set the properties of the margins.
virtual double Kitware.VTK.vtkImagePlaneWidget.GetMarginSizeX | ( | ) | [virtual] |
Set the size of the margins based on a percentage of the plane's width and height, limited between 0 and 50%.
virtual double Kitware.VTK.vtkImagePlaneWidget.GetMarginSizeXMaxValue | ( | ) | [virtual] |
Set the size of the margins based on a percentage of the plane's width and height, limited between 0 and 50%.
virtual double Kitware.VTK.vtkImagePlaneWidget.GetMarginSizeXMinValue | ( | ) | [virtual] |
Set the size of the margins based on a percentage of the plane's width and height, limited between 0 and 50%.
virtual double Kitware.VTK.vtkImagePlaneWidget.GetMarginSizeY | ( | ) | [virtual] |
Set the size of the margins based on a percentage of the plane's width and height, limited between 0 and 50%.
virtual double Kitware.VTK.vtkImagePlaneWidget.GetMarginSizeYMaxValue | ( | ) | [virtual] |
Set the size of the margins based on a percentage of the plane's width and height, limited between 0 and 50%.
virtual double Kitware.VTK.vtkImagePlaneWidget.GetMarginSizeYMinValue | ( | ) | [virtual] |
Set the size of the margins based on a percentage of the plane's width and height, limited between 0 and 50%.
virtual int Kitware.VTK.vtkImagePlaneWidget.GetMiddleButtonAction | ( | ) | [virtual] |
Enable/disable mouse interaction so the widget remains on display.
virtual int Kitware.VTK.vtkImagePlaneWidget.GetMiddleButtonActionMaxValue | ( | ) | [virtual] |
Enable/disable mouse interaction so the widget remains on display.
virtual int Kitware.VTK.vtkImagePlaneWidget.GetMiddleButtonActionMinValue | ( | ) | [virtual] |
Enable/disable mouse interaction so the widget remains on display.
virtual int Kitware.VTK.vtkImagePlaneWidget.GetMiddleButtonAutoModifier | ( | ) | [virtual] |
Enable/disable mouse interaction so the widget remains on display.
virtual int Kitware.VTK.vtkImagePlaneWidget.GetMiddleButtonAutoModifierMaxValue | ( | ) | [virtual] |
Enable/disable mouse interaction so the widget remains on display.
virtual int Kitware.VTK.vtkImagePlaneWidget.GetMiddleButtonAutoModifierMinValue | ( | ) | [virtual] |
Enable/disable mouse interaction so the widget remains on display.
double [] Kitware.VTK.vtkImagePlaneWidget.GetNormal | ( | ) |
Get the normal to the plane.
void Kitware.VTK.vtkImagePlaneWidget.GetNormal | ( | IntPtr | xyz | ) |
Get the normal to the plane.
double [] Kitware.VTK.vtkImagePlaneWidget.GetOrigin | ( | ) |
Set/Get the origin of the plane.
void Kitware.VTK.vtkImagePlaneWidget.GetOrigin | ( | IntPtr | xyz | ) |
Set/Get the origin of the plane.
virtual int Kitware.VTK.vtkImagePlaneWidget.GetPlaneOrientation | ( | ) | [virtual] |
Convenience method sets the plane orientation normal to the x, y, or z axes. Default is XAxes (0).
virtual vtkProperty Kitware.VTK.vtkImagePlaneWidget.GetPlaneProperty | ( | ) | [virtual] |
Set/Get the plane's outline properties. The properties of the plane's outline when selected and unselected can be manipulated.
double [] Kitware.VTK.vtkImagePlaneWidget.GetPoint1 | ( | ) |
Set/Get the position of the point defining the first axis of the plane.
void Kitware.VTK.vtkImagePlaneWidget.GetPoint1 | ( | IntPtr | xyz | ) |
Set/Get the position of the point defining the first axis of the plane.
double [] Kitware.VTK.vtkImagePlaneWidget.GetPoint2 | ( | ) |
Set/Get the position of the point defining the second axis of the plane.
void Kitware.VTK.vtkImagePlaneWidget.GetPoint2 | ( | IntPtr | xyz | ) |
Set/Get the position of the point defining the second axis of the plane.
Grab the polydata (including points) that defines the plane. The polydata consists of (res+1)*(res+1) points, and res*res quadrilateral polygons, where res is the resolution of the plane. These point values are guaranteed to be up-to-date when either the InteractionEvent or EndInteraction events are invoked. The user provides the vtkPolyData and the points and polygons are added to it.
override vtkPolyDataAlgorithm Kitware.VTK.vtkImagePlaneWidget.GetPolyDataAlgorithm | ( | ) | [virtual] |
Satisfies superclass API. This returns a pointer to the underlying vtkPolyData. Make changes to this before calling the initial PlaceWidget() to have the initial placement follow suit. Or, make changes after the widget has been initialised and call UpdatePlacement() to realise.
Reimplemented from Kitware.VTK.vtkPolyDataSourceWidget.
virtual vtkImageReslice Kitware.VTK.vtkImagePlaneWidget.GetReslice | ( | ) | [virtual] |
Get the current reslice class and reslice axes.
virtual vtkMatrix4x4 Kitware.VTK.vtkImagePlaneWidget.GetResliceAxes | ( | ) | [virtual] |
Get the current reslice class and reslice axes.
virtual int Kitware.VTK.vtkImagePlaneWidget.GetResliceInterpolate | ( | ) | [virtual] |
Set the interpolation to use when texturing the plane.
virtual int Kitware.VTK.vtkImagePlaneWidget.GetRestrictPlaneToVolume | ( | ) | [virtual] |
Make sure that the plane remains within the volume. Default is On.
virtual int Kitware.VTK.vtkImagePlaneWidget.GetRightButtonAction | ( | ) | [virtual] |
Enable/disable mouse interaction so the widget remains on display.
virtual int Kitware.VTK.vtkImagePlaneWidget.GetRightButtonActionMaxValue | ( | ) | [virtual] |
Enable/disable mouse interaction so the widget remains on display.
virtual int Kitware.VTK.vtkImagePlaneWidget.GetRightButtonActionMinValue | ( | ) | [virtual] |
Enable/disable mouse interaction so the widget remains on display.
virtual int Kitware.VTK.vtkImagePlaneWidget.GetRightButtonAutoModifier | ( | ) | [virtual] |
Enable/disable mouse interaction so the widget remains on display.
virtual int Kitware.VTK.vtkImagePlaneWidget.GetRightButtonAutoModifierMaxValue | ( | ) | [virtual] |
Enable/disable mouse interaction so the widget remains on display.
virtual int Kitware.VTK.vtkImagePlaneWidget.GetRightButtonAutoModifierMinValue | ( | ) | [virtual] |
Enable/disable mouse interaction so the widget remains on display.
virtual vtkProperty Kitware.VTK.vtkImagePlaneWidget.GetSelectedPlaneProperty | ( | ) | [virtual] |
Set/Get the plane's outline properties. The properties of the plane's outline when selected and unselected can be manipulated.
Get the slice position in terms of the data extent.
Get the position of the slice along its normal.
Set/Get the text property for the image data and window-level annotation.
Convenience method to get the texture used by this widget. This can be used in external slice viewers.
virtual int Kitware.VTK.vtkImagePlaneWidget.GetTextureInterpolate | ( | ) | [virtual] |
Specify whether to interpolate the texture or not. When off, the reslice interpolation is nearest neighbour regardless of how the interpolation is set through the API. Set before setting the vtkImageData input. Default is On.
virtual vtkProperty Kitware.VTK.vtkImagePlaneWidget.GetTexturePlaneProperty | ( | ) | [virtual] |
Set/Get the property for the resliced image.
virtual int Kitware.VTK.vtkImagePlaneWidget.GetTextureVisibility | ( | ) | [virtual] |
Control the visibility of the actual texture mapped reformatted plane. in some cases you may only want the plane outline for example.
virtual int Kitware.VTK.vtkImagePlaneWidget.GetUseContinuousCursor | ( | ) | [virtual] |
Choose between voxel centered or continuous cursor probing. With voxel centered probing, the cursor snaps to the nearest voxel and the reported cursor coordinates are extent based. With continuous probing, voxel data is interpolated using vtkDataSetAttributes' InterpolatePoint method and the reported coordinates are 3D spatial continuous.
virtual int Kitware.VTK.vtkImagePlaneWidget.GetUserControlledLookupTable | ( | ) | [virtual] |
Let the user control the lookup table. NOTE: apply this method BEFORE applying the SetLookupTable method. Default is Off.
void Kitware.VTK.vtkImagePlaneWidget.GetVector1 | ( | IntPtr | v1 | ) |
Get the vector from the plane origin to point1.
void Kitware.VTK.vtkImagePlaneWidget.GetVector2 | ( | IntPtr | v2 | ) |
Get the vector from the plane origin to point2.
double Kitware.VTK.vtkImagePlaneWidget.GetWindow | ( | ) |
Set/Get the current window and level values. SetWindowLevel should only be called after SetInput. If a shared lookup table is being used, a callback is required to update the window level values without having to update the lookup table again.
void Kitware.VTK.vtkImagePlaneWidget.GetWindowLevel | ( | IntPtr | wl | ) |
Set/Get the current window and level values. SetWindowLevel should only be called after SetInput. If a shared lookup table is being used, a callback is required to update the window level values without having to update the lookup table again.
virtual void Kitware.VTK.vtkImagePlaneWidget.InteractionOff | ( | ) | [virtual] |
Enable/disable mouse interaction so the widget remains on display.
virtual void Kitware.VTK.vtkImagePlaneWidget.InteractionOn | ( | ) | [virtual] |
Enable/disable mouse interaction so the widget remains on display.
override int Kitware.VTK.vtkImagePlaneWidget.IsA | ( | string | type | ) | [virtual] |
Instantiate the object.
Reimplemented from Kitware.VTK.vtkPolyDataSourceWidget.
static new int Kitware.VTK.vtkImagePlaneWidget.IsTypeOf | ( | string | type | ) | [static] |
Instantiate the object.
Reimplemented from Kitware.VTK.vtkPolyDataSourceWidget.
static new vtkImagePlaneWidget Kitware.VTK.vtkImagePlaneWidget.New | ( | ) | [static] |
Instantiate the object.
Reimplemented from Kitware.VTK.vtkObject.
Instantiate the object.
Reimplemented from Kitware.VTK.vtkPolyDataSourceWidget.
override void Kitware.VTK.vtkImagePlaneWidget.PlaceWidget | ( | IntPtr | bounds | ) | [virtual] |
Methods that satisfy the superclass' API.
Reimplemented from Kitware.VTK.vtkPolyDataSourceWidget.
override void Kitware.VTK.vtkImagePlaneWidget.PlaceWidget | ( | ) | [virtual] |
Methods that satisfy the superclass' API.
Reimplemented from Kitware.VTK.vtkPolyDataSourceWidget.
override void Kitware.VTK.vtkImagePlaneWidget.PlaceWidget | ( | double | xmin, |
double | xmax, | ||
double | ymin, | ||
double | ymax, | ||
double | zmin, | ||
double | zmax | ||
) | [virtual] |
Methods that satisfy the superclass' API.
Reimplemented from Kitware.VTK.vtkPolyDataSourceWidget.
virtual void Kitware.VTK.vtkImagePlaneWidget.RestrictPlaneToVolumeOff | ( | ) | [virtual] |
Make sure that the plane remains within the volume. Default is On.
virtual void Kitware.VTK.vtkImagePlaneWidget.RestrictPlaneToVolumeOn | ( | ) | [virtual] |
Make sure that the plane remains within the volume. Default is On.
static new vtkImagePlaneWidget Kitware.VTK.vtkImagePlaneWidget.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Instantiate the object.
Reimplemented from Kitware.VTK.vtkPolyDataSourceWidget.
virtual void Kitware.VTK.vtkImagePlaneWidget.SetColorMap | ( | vtkImageMapToColors | arg0 | ) | [virtual] |
Convenience method to get the vtkImageMapToColors filter used by this widget. The user can properly render other transparent actors in a scene by calling the filter's SetOutputFormatToRGB and PassAlphaToOutputOff.
virtual void Kitware.VTK.vtkImagePlaneWidget.SetCursorProperty | ( | vtkProperty | arg0 | ) | [virtual] |
Set the properties of the cross-hair cursor.
virtual void Kitware.VTK.vtkImagePlaneWidget.SetDisplayText | ( | int | _arg | ) | [virtual] |
Enable/disable text display of window-level, image coordinates and scalar values in a render window.
override void Kitware.VTK.vtkImagePlaneWidget.SetEnabled | ( | int | arg0 | ) | [virtual] |
Methods that satisfy the superclass' API.
Reimplemented from Kitware.VTK.vtkInteractorObserver.
override void Kitware.VTK.vtkImagePlaneWidget.SetInput | ( | vtkDataSet | input | ) | [virtual] |
Set the vtkImageData* input for the vtkImageReslice.
Reimplemented from Kitware.VTK.vtk3DWidget.
void Kitware.VTK.vtkImagePlaneWidget.SetInteraction | ( | int | interact | ) |
Enable/disable mouse interaction so the widget remains on display.
virtual void Kitware.VTK.vtkImagePlaneWidget.SetLeftButtonAction | ( | int | _arg | ) | [virtual] |
Enable/disable mouse interaction so the widget remains on display.
virtual void Kitware.VTK.vtkImagePlaneWidget.SetLeftButtonAutoModifier | ( | int | _arg | ) | [virtual] |
Enable/disable mouse interaction so the widget remains on display.
virtual void Kitware.VTK.vtkImagePlaneWidget.SetLookupTable | ( | vtkLookupTable | arg0 | ) | [virtual] |
Set/Get the internal lookuptable (lut) to one defined by the user, or, alternatively, to the lut of another vtkImgePlaneWidget. In this way, a set of three orthogonal planes can share the same lut so that window-levelling is performed uniformly among planes. The default internal lut can be re- set/allocated by setting to 0 (NULL).
virtual void Kitware.VTK.vtkImagePlaneWidget.SetMarginProperty | ( | vtkProperty | arg0 | ) | [virtual] |
Set the properties of the margins.
virtual void Kitware.VTK.vtkImagePlaneWidget.SetMarginSizeX | ( | double | _arg | ) | [virtual] |
Set the size of the margins based on a percentage of the plane's width and height, limited between 0 and 50%.
virtual void Kitware.VTK.vtkImagePlaneWidget.SetMarginSizeY | ( | double | _arg | ) | [virtual] |
Set the size of the margins based on a percentage of the plane's width and height, limited between 0 and 50%.
virtual void Kitware.VTK.vtkImagePlaneWidget.SetMiddleButtonAction | ( | int | _arg | ) | [virtual] |
Enable/disable mouse interaction so the widget remains on display.
virtual void Kitware.VTK.vtkImagePlaneWidget.SetMiddleButtonAutoModifier | ( | int | _arg | ) | [virtual] |
Enable/disable mouse interaction so the widget remains on display.
void Kitware.VTK.vtkImagePlaneWidget.SetOrigin | ( | double | x, |
double | y, | ||
double | z | ||
) |
Set/Get the origin of the plane.
void Kitware.VTK.vtkImagePlaneWidget.SetOrigin | ( | IntPtr | xyz | ) |
Set/Get the origin of the plane.
Set the internal picker to one defined by the user. In this way, a set of three orthogonal planes can share the same picker so that picking is performed correctly. The default internal picker can be re-set/allocated by setting to 0 (NULL).
void Kitware.VTK.vtkImagePlaneWidget.SetPlaneOrientation | ( | int | arg0 | ) |
Convenience method sets the plane orientation normal to the x, y, or z axes. Default is XAxes (0).
Convenience method sets the plane orientation normal to the x, y, or z axes. Default is XAxes (0).
Convenience method sets the plane orientation normal to the x, y, or z axes. Default is XAxes (0).
Convenience method sets the plane orientation normal to the x, y, or z axes. Default is XAxes (0).
virtual void Kitware.VTK.vtkImagePlaneWidget.SetPlaneProperty | ( | vtkProperty | arg0 | ) | [virtual] |
Set/Get the plane's outline properties. The properties of the plane's outline when selected and unselected can be manipulated.
void Kitware.VTK.vtkImagePlaneWidget.SetPoint1 | ( | double | x, |
double | y, | ||
double | z | ||
) |
Set/Get the position of the point defining the first axis of the plane.
void Kitware.VTK.vtkImagePlaneWidget.SetPoint1 | ( | IntPtr | xyz | ) |
Set/Get the position of the point defining the first axis of the plane.
void Kitware.VTK.vtkImagePlaneWidget.SetPoint2 | ( | double | x, |
double | y, | ||
double | z | ||
) |
Set/Get the position of the point defining the second axis of the plane.
void Kitware.VTK.vtkImagePlaneWidget.SetPoint2 | ( | IntPtr | xyz | ) |
Set/Get the position of the point defining the second axis of the plane.
void Kitware.VTK.vtkImagePlaneWidget.SetResliceInterpolate | ( | int | arg0 | ) |
Set the interpolation to use when texturing the plane.
Set the interpolation to use when texturing the plane.
Set the interpolation to use when texturing the plane.
Set the interpolation to use when texturing the plane.
virtual void Kitware.VTK.vtkImagePlaneWidget.SetRestrictPlaneToVolume | ( | int | _arg | ) | [virtual] |
Make sure that the plane remains within the volume. Default is On.
virtual void Kitware.VTK.vtkImagePlaneWidget.SetRightButtonAction | ( | int | _arg | ) | [virtual] |
Enable/disable mouse interaction so the widget remains on display.
virtual void Kitware.VTK.vtkImagePlaneWidget.SetRightButtonAutoModifier | ( | int | _arg | ) | [virtual] |
Enable/disable mouse interaction so the widget remains on display.
virtual void Kitware.VTK.vtkImagePlaneWidget.SetSelectedPlaneProperty | ( | vtkProperty | arg0 | ) | [virtual] |
Set/Get the plane's outline properties. The properties of the plane's outline when selected and unselected can be manipulated.
void Kitware.VTK.vtkImagePlaneWidget.SetSliceIndex | ( | int | index | ) |
Set the slice position in terms of the data extent.
void Kitware.VTK.vtkImagePlaneWidget.SetSlicePosition | ( | double | position | ) |
Set the position of the slice along its normal.
Set/Get the text property for the image data and window-level annotation.
virtual void Kitware.VTK.vtkImagePlaneWidget.SetTextureInterpolate | ( | int | _arg | ) | [virtual] |
Specify whether to interpolate the texture or not. When off, the reslice interpolation is nearest neighbour regardless of how the interpolation is set through the API. Set before setting the vtkImageData input. Default is On.
virtual void Kitware.VTK.vtkImagePlaneWidget.SetTexturePlaneProperty | ( | vtkProperty | arg0 | ) | [virtual] |
Set/Get the property for the resliced image.
virtual void Kitware.VTK.vtkImagePlaneWidget.SetTextureVisibility | ( | int | arg0 | ) | [virtual] |
Control the visibility of the actual texture mapped reformatted plane. in some cases you may only want the plane outline for example.
virtual void Kitware.VTK.vtkImagePlaneWidget.SetUseContinuousCursor | ( | int | _arg | ) | [virtual] |
Choose between voxel centered or continuous cursor probing. With voxel centered probing, the cursor snaps to the nearest voxel and the reported cursor coordinates are extent based. With continuous probing, voxel data is interpolated using vtkDataSetAttributes' InterpolatePoint method and the reported coordinates are 3D spatial continuous.
virtual void Kitware.VTK.vtkImagePlaneWidget.SetUserControlledLookupTable | ( | int | _arg | ) | [virtual] |
Let the user control the lookup table. NOTE: apply this method BEFORE applying the SetLookupTable method. Default is Off.
void Kitware.VTK.vtkImagePlaneWidget.SetWindowLevel | ( | double | window, |
double | level, | ||
int | copy | ||
) |
Set/Get the current window and level values. SetWindowLevel should only be called after SetInput. If a shared lookup table is being used, a callback is required to update the window level values without having to update the lookup table again.
virtual void Kitware.VTK.vtkImagePlaneWidget.TextureInterpolateOff | ( | ) | [virtual] |
Specify whether to interpolate the texture or not. When off, the reslice interpolation is nearest neighbour regardless of how the interpolation is set through the API. Set before setting the vtkImageData input. Default is On.
virtual void Kitware.VTK.vtkImagePlaneWidget.TextureInterpolateOn | ( | ) | [virtual] |
Specify whether to interpolate the texture or not. When off, the reslice interpolation is nearest neighbour regardless of how the interpolation is set through the API. Set before setting the vtkImageData input. Default is On.
virtual void Kitware.VTK.vtkImagePlaneWidget.TextureVisibilityOff | ( | ) | [virtual] |
Control the visibility of the actual texture mapped reformatted plane. in some cases you may only want the plane outline for example.
virtual void Kitware.VTK.vtkImagePlaneWidget.TextureVisibilityOn | ( | ) | [virtual] |
Control the visibility of the actual texture mapped reformatted plane. in some cases you may only want the plane outline for example.
override void Kitware.VTK.vtkImagePlaneWidget.UpdatePlacement | ( | ) | [virtual] |
Satisfies superclass API. This will change the state of the widget to match changes that have been made to the underlying vtkPolyDataSource.
Reimplemented from Kitware.VTK.vtkPolyDataSourceWidget.
virtual void Kitware.VTK.vtkImagePlaneWidget.UseContinuousCursorOff | ( | ) | [virtual] |
Choose between voxel centered or continuous cursor probing. With voxel centered probing, the cursor snaps to the nearest voxel and the reported cursor coordinates are extent based. With continuous probing, voxel data is interpolated using vtkDataSetAttributes' InterpolatePoint method and the reported coordinates are 3D spatial continuous.
virtual void Kitware.VTK.vtkImagePlaneWidget.UseContinuousCursorOn | ( | ) | [virtual] |
Choose between voxel centered or continuous cursor probing. With voxel centered probing, the cursor snaps to the nearest voxel and the reported cursor coordinates are extent based. With continuous probing, voxel data is interpolated using vtkDataSetAttributes' InterpolatePoint method and the reported coordinates are 3D spatial continuous.
virtual void Kitware.VTK.vtkImagePlaneWidget.UserControlledLookupTableOff | ( | ) | [virtual] |
Let the user control the lookup table. NOTE: apply this method BEFORE applying the SetLookupTable method. Default is Off.
virtual void Kitware.VTK.vtkImagePlaneWidget.UserControlledLookupTableOn | ( | ) | [virtual] |
Let the user control the lookup table. NOTE: apply this method BEFORE applying the SetLookupTable method. Default is Off.
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_DisplayTextOff_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_DisplayTextOn_02 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetCenter_03 | ( | HandleRef | pThis, |
IntPtr | xyz | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetCenter_04 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetColorMap_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetCurrentCursorPosition_06 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetCurrentCursorPosition_07 | ( | HandleRef | pThis, |
IntPtr | data | ||
) | [private] |
static internal double Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetCurrentImageValue_08 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetCursorData_09 | ( | HandleRef | pThis, |
IntPtr | xyzv | ||
) | [private] |
static internal int Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetCursorDataStatus_10 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetCursorProperty_11 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetDisplayText_12 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetInteraction_13 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetLeftButtonAction_14 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetLeftButtonActionMaxValue_15 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetLeftButtonActionMinValue_16 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetLeftButtonAutoModifier_17 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetLeftButtonAutoModifierMaxValue_18 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetLeftButtonAutoModifierMinValue_19 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetLevel_20 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetLookupTable_21 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetMarginProperty_22 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal double Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetMarginSizeX_23 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetMarginSizeXMaxValue_24 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetMarginSizeXMinValue_25 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetMarginSizeY_26 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetMarginSizeYMaxValue_27 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetMarginSizeYMinValue_28 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetMiddleButtonAction_29 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetMiddleButtonActionMaxValue_30 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetMiddleButtonActionMinValue_31 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetMiddleButtonAutoModifier_32 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetMiddleButtonAutoModifierMaxValue_33 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetMiddleButtonAutoModifierMinValue_34 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetNormal_35 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetNormal_36 | ( | HandleRef | pThis, |
IntPtr | xyz | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetOrigin_37 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetOrigin_38 | ( | HandleRef | pThis, |
IntPtr | xyz | ||
) | [private] |
static internal int Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetPlaneOrientation_39 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetPlaneProperty_40 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetPoint1_41 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetPoint1_42 | ( | HandleRef | pThis, |
IntPtr | xyz | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetPoint2_43 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetPoint2_44 | ( | HandleRef | pThis, |
IntPtr | xyz | ||
) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetPolyData_45 | ( | HandleRef | pThis, |
HandleRef | pd | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetPolyDataAlgorithm_46 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetReslice_47 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetResliceAxes_48 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetResliceInterpolate_49 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetResliceOutput_50 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetRestrictPlaneToVolume_51 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetRightButtonAction_52 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetRightButtonActionMaxValue_53 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetRightButtonActionMinValue_54 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetRightButtonAutoModifier_55 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetRightButtonAutoModifierMaxValue_56 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetRightButtonAutoModifierMinValue_57 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetSelectedPlaneProperty_58 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetSliceIndex_59 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetSlicePosition_60 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetTextProperty_61 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetTexture_62 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetTextureInterpolate_63 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetTexturePlaneProperty_64 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetTextureVisibility_65 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetUseContinuousCursor_66 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetUserControlledLookupTable_67 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetVector1_68 | ( | HandleRef | pThis, |
IntPtr | v1 | ||
) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetVector2_69 | ( | HandleRef | pThis, |
IntPtr | v2 | ||
) | [private] |
static internal double Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetWindow_70 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_GetWindowLevel_71 | ( | HandleRef | pThis, |
IntPtr | wl | ||
) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_InteractionOff_72 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_InteractionOn_73 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_IsA_74 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_IsTypeOf_75 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_NewInstance_77 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_PlaceWidget_78 | ( | HandleRef | pThis, |
IntPtr | bounds | ||
) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_PlaceWidget_79 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_PlaceWidget_80 | ( | HandleRef | pThis, |
double | xmin, | ||
double | xmax, | ||
double | ymin, | ||
double | ymax, | ||
double | zmin, | ||
double | zmax | ||
) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_RestrictPlaneToVolumeOff_81 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_RestrictPlaneToVolumeOn_82 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_SafeDownCast_83 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_SetColorMap_84 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_SetCursorProperty_85 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_SetDisplayText_86 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_SetEnabled_87 | ( | HandleRef | pThis, |
int | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_SetInput_88 | ( | HandleRef | pThis, |
HandleRef | input | ||
) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_SetInteraction_89 | ( | HandleRef | pThis, |
int | interact | ||
) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_SetLeftButtonAction_90 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_SetLeftButtonAutoModifier_91 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_SetLookupTable_92 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_SetMarginProperty_93 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_SetMarginSizeX_94 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_SetMarginSizeY_95 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_SetMiddleButtonAction_96 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_SetMiddleButtonAutoModifier_97 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_SetOrigin_98 | ( | HandleRef | pThis, |
double | x, | ||
double | y, | ||
double | z | ||
) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_SetOrigin_99 | ( | HandleRef | pThis, |
IntPtr | xyz | ||
) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_SetPicker_100 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_SetPlaneOrientation_101 | ( | HandleRef | pThis, |
int | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_SetPlaneOrientationToXAxes_102 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_SetPlaneOrientationToYAxes_103 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_SetPlaneOrientationToZAxes_104 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_SetPlaneProperty_105 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_SetPoint1_106 | ( | HandleRef | pThis, |
double | x, | ||
double | y, | ||
double | z | ||
) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_SetPoint1_107 | ( | HandleRef | pThis, |
IntPtr | xyz | ||
) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_SetPoint2_108 | ( | HandleRef | pThis, |
double | x, | ||
double | y, | ||
double | z | ||
) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_SetPoint2_109 | ( | HandleRef | pThis, |
IntPtr | xyz | ||
) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_SetResliceInterpolate_110 | ( | HandleRef | pThis, |
int | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_SetResliceInterpolateToCubic_111 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_SetResliceInterpolateToLinear_112 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_SetResliceInterpolateToNearestNeighbour_113 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_SetRestrictPlaneToVolume_114 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_SetRightButtonAction_115 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_SetRightButtonAutoModifier_116 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_SetSelectedPlaneProperty_117 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_SetSliceIndex_118 | ( | HandleRef | pThis, |
int | index | ||
) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_SetSlicePosition_119 | ( | HandleRef | pThis, |
double | position | ||
) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_SetTextProperty_120 | ( | HandleRef | pThis, |
HandleRef | tprop | ||
) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_SetTextureInterpolate_121 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_SetTexturePlaneProperty_122 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_SetTextureVisibility_123 | ( | HandleRef | pThis, |
int | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_SetUseContinuousCursor_124 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_SetUserControlledLookupTable_125 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_SetWindowLevel_126 | ( | HandleRef | pThis, |
double | window, | ||
double | level, | ||
int | copy | ||
) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_TextureInterpolateOff_127 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_TextureInterpolateOn_128 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_TextureVisibilityOff_129 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_TextureVisibilityOn_130 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_UpdatePlacement_131 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_UseContinuousCursorOff_132 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_UseContinuousCursorOn_133 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_UserControlledLookupTableOff_134 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkImagePlaneWidget.vtkImagePlaneWidget_UserControlledLookupTableOn_135 | ( | HandleRef | pThis | ) | [private] |
new readonly string Kitware.VTK.vtkImagePlaneWidget.MRClassNameKey = "19vtkImagePlaneWidget" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataSourceWidget.
new const string Kitware.VTK.vtkImagePlaneWidget.MRFullTypeName = "Kitware.VTK.vtkImagePlaneWidget" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataSourceWidget.