ActiViz .NET
5.8.0
|
vtkRectilinearWipeRepresentation - represent a vtkRectilinearWipeWidget More...
Public Types | |
enum | _InteractionState { MovingCenter = 3, MovingHPane = 1, MovingVPane = 2, Outside = 0 } |
Subclasses of vtkRectilinearWipeRepresentation must implement these methods. These are the methods that the widget and its representation use to communicate with each other. More... | |
Public Member Functions | |
vtkRectilinearWipeRepresentation (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkRectilinearWipeRepresentation () | |
Instantiate this class. | |
override void | BuildRepresentation () |
Subclasses of vtkRectilinearWipeRepresentation must implement these methods. These are the methods that the widget and its representation use to communicate with each other. | |
override int | ComputeInteractionState (int X, int Y, int modify) |
Subclasses of vtkRectilinearWipeRepresentation must implement these methods. These are the methods that the widget and its representation use to communicate with each other. | |
override void | GetActors2D (vtkPropCollection arg0) |
Methods to make this class behave as a vtkProp. | |
virtual vtkImageActor | GetImageActor () |
Specify an instance of vtkImageActor to decorate. | |
virtual vtkProperty2D | GetProperty () |
Get the properties for the widget. This can be manipulated to set different colors, line widths, etc. | |
virtual vtkImageRectilinearWipe | GetRectilinearWipe () |
Specify an instance of vtkImageRectilinearWipe to manipulate. | |
virtual int | GetTolerance () |
The tolerance representing the distance to the widget (in pixels) in which the cursor is considered to be on the widget, or on a widget feature (e.g., a corner point or edge). | |
virtual int | GetToleranceMaxValue () |
The tolerance representing the distance to the widget (in pixels) in which the cursor is considered to be on the widget, or on a widget feature (e.g., a corner point or edge). | |
virtual int | GetToleranceMinValue () |
The tolerance representing the distance to the widget (in pixels) in which the cursor is considered to be on the widget, or on a widget feature (e.g., a corner point or edge). | |
override int | HasTranslucentPolygonalGeometry () |
Methods to make this class behave as a vtkProp. | |
override int | IsA (string type) |
Standard methods for instances of this class. | |
new vtkRectilinearWipeRepresentation | NewInstance () |
Standard methods for instances of this class. | |
override void | ReleaseGraphicsResources (vtkWindow arg0) |
Methods to make this class behave as a vtkProp. | |
override int | RenderOpaqueGeometry (vtkViewport viewport) |
Methods to make this class behave as a vtkProp. | |
override int | RenderOverlay (vtkViewport viewport) |
Methods to make this class behave as a vtkProp. | |
override int | RenderTranslucentPolygonalGeometry (vtkViewport viewport) |
Methods to make this class behave as a vtkProp. | |
void | SetImageActor (vtkImageActor imageActor) |
Specify an instance of vtkImageActor to decorate. | |
void | SetRectilinearWipe (vtkImageRectilinearWipe wipe) |
Specify an instance of vtkImageRectilinearWipe to manipulate. | |
virtual void | SetTolerance (int _arg) |
The tolerance representing the distance to the widget (in pixels) in which the cursor is considered to be on the widget, or on a widget feature (e.g., a corner point or edge). | |
override void | StartWidgetInteraction (IntPtr eventPos) |
Subclasses of vtkRectilinearWipeRepresentation must implement these methods. These are the methods that the widget and its representation use to communicate with each other. | |
override void | WidgetInteraction (IntPtr eventPos) |
Subclasses of vtkRectilinearWipeRepresentation must implement these methods. These are the methods that the widget and its representation use to communicate with each other. | |
Static Public Member Functions | |
static new vtkRectilinearWipeRepresentation | New () |
Instantiate this class. | |
static new int | IsTypeOf (string type) |
Standard methods for instances of this class. | |
static new vtkRectilinearWipeRepresentation | SafeDownCast (vtkObjectBase o) |
Standard methods for instances of this class. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkRectilinearWipeRepresentation" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "32vtkRectilinearWipeRepresentation" |
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 | vtkRectilinearWipeRepresentation_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkRectilinearWipeRepresentation_BuildRepresentation_01 (HandleRef pThis) |
static internal int | vtkRectilinearWipeRepresentation_ComputeInteractionState_02 (HandleRef pThis, int X, int Y, int modify) |
static internal void | vtkRectilinearWipeRepresentation_GetActors2D_03 (HandleRef pThis, HandleRef arg0) |
static internal IntPtr | vtkRectilinearWipeRepresentation_GetImageActor_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkRectilinearWipeRepresentation_GetProperty_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkRectilinearWipeRepresentation_GetRectilinearWipe_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkRectilinearWipeRepresentation_GetTolerance_07 (HandleRef pThis) |
static internal int | vtkRectilinearWipeRepresentation_GetToleranceMaxValue_08 (HandleRef pThis) |
static internal int | vtkRectilinearWipeRepresentation_GetToleranceMinValue_09 (HandleRef pThis) |
static internal int | vtkRectilinearWipeRepresentation_HasTranslucentPolygonalGeometry_10 (HandleRef pThis) |
static internal int | vtkRectilinearWipeRepresentation_IsA_11 (HandleRef pThis, string type) |
static internal int | vtkRectilinearWipeRepresentation_IsTypeOf_12 (string type) |
static internal IntPtr | vtkRectilinearWipeRepresentation_NewInstance_14 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkRectilinearWipeRepresentation_ReleaseGraphicsResources_15 (HandleRef pThis, HandleRef arg0) |
static internal int | vtkRectilinearWipeRepresentation_RenderOpaqueGeometry_16 (HandleRef pThis, HandleRef viewport) |
static internal int | vtkRectilinearWipeRepresentation_RenderOverlay_17 (HandleRef pThis, HandleRef viewport) |
static internal int | vtkRectilinearWipeRepresentation_RenderTranslucentPolygonalGeometry_18 (HandleRef pThis, HandleRef viewport) |
static internal IntPtr | vtkRectilinearWipeRepresentation_SafeDownCast_19 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkRectilinearWipeRepresentation_SetImageActor_20 (HandleRef pThis, HandleRef imageActor) |
static internal void | vtkRectilinearWipeRepresentation_SetRectilinearWipe_21 (HandleRef pThis, HandleRef wipe) |
static internal void | vtkRectilinearWipeRepresentation_SetTolerance_22 (HandleRef pThis, int _arg) |
static internal void | vtkRectilinearWipeRepresentation_StartWidgetInteraction_23 (HandleRef pThis, IntPtr eventPos) |
static internal void | vtkRectilinearWipeRepresentation_WidgetInteraction_24 (HandleRef pThis, IntPtr eventPos) |
Static Private Member Functions | |
static | vtkRectilinearWipeRepresentation () |
Automatically generated type registration mechanics. |
vtkRectilinearWipeRepresentation - represent a vtkRectilinearWipeWidget
Description This class is used to represent and render a vtkRectilinearWipeWidget. To use this class, you need to specify an instance of a vtkImageRectilinearWipe and vtkImageActor. This provides the information for this representation to construct and place itself.
The class may be subclassed so that alternative representations can be created. The class defines an API and a default implementation that the vtkRectilinearWipeWidget interacts with to render itself in the scene.
Subclasses of vtkRectilinearWipeRepresentation must implement these methods. These are the methods that the widget and its representation use to communicate with each other.
static Kitware.VTK.vtkRectilinearWipeRepresentation.vtkRectilinearWipeRepresentation | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkRectilinearWipeRepresentation.vtkRectilinearWipeRepresentation | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Instantiate this class.
override void Kitware.VTK.vtkRectilinearWipeRepresentation.BuildRepresentation | ( | ) | [virtual] |
Subclasses of vtkRectilinearWipeRepresentation must implement these methods. These are the methods that the widget and its representation use to communicate with each other.
Reimplemented from Kitware.VTK.vtkWidgetRepresentation.
override int Kitware.VTK.vtkRectilinearWipeRepresentation.ComputeInteractionState | ( | int | X, |
int | Y, | ||
int | modify | ||
) | [virtual] |
Subclasses of vtkRectilinearWipeRepresentation must implement these methods. These are the methods that the widget and its representation use to communicate with each other.
Reimplemented from Kitware.VTK.vtkWidgetRepresentation.
override void Kitware.VTK.vtkRectilinearWipeRepresentation.Dispose | ( | bool | disposing | ) | [protected] |
Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.
Reimplemented from Kitware.VTK.vtkWidgetRepresentation.
override void Kitware.VTK.vtkRectilinearWipeRepresentation.GetActors2D | ( | vtkPropCollection | arg0 | ) | [virtual] |
Methods to make this class behave as a vtkProp.
Reimplemented from Kitware.VTK.vtkWidgetRepresentation.
virtual vtkImageActor Kitware.VTK.vtkRectilinearWipeRepresentation.GetImageActor | ( | ) | [virtual] |
virtual vtkProperty2D Kitware.VTK.vtkRectilinearWipeRepresentation.GetProperty | ( | ) | [virtual] |
Get the properties for the widget. This can be manipulated to set different colors, line widths, etc.
virtual vtkImageRectilinearWipe Kitware.VTK.vtkRectilinearWipeRepresentation.GetRectilinearWipe | ( | ) | [virtual] |
Specify an instance of vtkImageRectilinearWipe to manipulate.
virtual int Kitware.VTK.vtkRectilinearWipeRepresentation.GetTolerance | ( | ) | [virtual] |
The tolerance representing the distance to the widget (in pixels) in which the cursor is considered to be on the widget, or on a widget feature (e.g., a corner point or edge).
virtual int Kitware.VTK.vtkRectilinearWipeRepresentation.GetToleranceMaxValue | ( | ) | [virtual] |
The tolerance representing the distance to the widget (in pixels) in which the cursor is considered to be on the widget, or on a widget feature (e.g., a corner point or edge).
virtual int Kitware.VTK.vtkRectilinearWipeRepresentation.GetToleranceMinValue | ( | ) | [virtual] |
The tolerance representing the distance to the widget (in pixels) in which the cursor is considered to be on the widget, or on a widget feature (e.g., a corner point or edge).
override int Kitware.VTK.vtkRectilinearWipeRepresentation.HasTranslucentPolygonalGeometry | ( | ) | [virtual] |
Methods to make this class behave as a vtkProp.
Reimplemented from Kitware.VTK.vtkWidgetRepresentation.
override int Kitware.VTK.vtkRectilinearWipeRepresentation.IsA | ( | string | type | ) | [virtual] |
Standard methods for instances of this class.
Reimplemented from Kitware.VTK.vtkWidgetRepresentation.
static new int Kitware.VTK.vtkRectilinearWipeRepresentation.IsTypeOf | ( | string | type | ) | [static] |
Standard methods for instances of this class.
Reimplemented from Kitware.VTK.vtkWidgetRepresentation.
static new vtkRectilinearWipeRepresentation Kitware.VTK.vtkRectilinearWipeRepresentation.New | ( | ) | [static] |
Instantiate this class.
Reimplemented from Kitware.VTK.vtkObject.
Standard methods for instances of this class.
Reimplemented from Kitware.VTK.vtkWidgetRepresentation.
override void Kitware.VTK.vtkRectilinearWipeRepresentation.ReleaseGraphicsResources | ( | vtkWindow | arg0 | ) | [virtual] |
Methods to make this class behave as a vtkProp.
Reimplemented from Kitware.VTK.vtkWidgetRepresentation.
override int Kitware.VTK.vtkRectilinearWipeRepresentation.RenderOpaqueGeometry | ( | vtkViewport | viewport | ) | [virtual] |
Methods to make this class behave as a vtkProp.
Reimplemented from Kitware.VTK.vtkWidgetRepresentation.
override int Kitware.VTK.vtkRectilinearWipeRepresentation.RenderOverlay | ( | vtkViewport | viewport | ) | [virtual] |
Methods to make this class behave as a vtkProp.
Reimplemented from Kitware.VTK.vtkWidgetRepresentation.
override int Kitware.VTK.vtkRectilinearWipeRepresentation.RenderTranslucentPolygonalGeometry | ( | vtkViewport | viewport | ) | [virtual] |
Methods to make this class behave as a vtkProp.
Reimplemented from Kitware.VTK.vtkWidgetRepresentation.
static new vtkRectilinearWipeRepresentation Kitware.VTK.vtkRectilinearWipeRepresentation.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Standard methods for instances of this class.
Reimplemented from Kitware.VTK.vtkWidgetRepresentation.
void Kitware.VTK.vtkRectilinearWipeRepresentation.SetImageActor | ( | vtkImageActor | imageActor | ) |
Specify an instance of vtkImageActor to decorate.
void Kitware.VTK.vtkRectilinearWipeRepresentation.SetRectilinearWipe | ( | vtkImageRectilinearWipe | wipe | ) |
Specify an instance of vtkImageRectilinearWipe to manipulate.
virtual void Kitware.VTK.vtkRectilinearWipeRepresentation.SetTolerance | ( | int | _arg | ) | [virtual] |
The tolerance representing the distance to the widget (in pixels) in which the cursor is considered to be on the widget, or on a widget feature (e.g., a corner point or edge).
override void Kitware.VTK.vtkRectilinearWipeRepresentation.StartWidgetInteraction | ( | IntPtr | eventPos | ) | [virtual] |
Subclasses of vtkRectilinearWipeRepresentation must implement these methods. These are the methods that the widget and its representation use to communicate with each other.
Reimplemented from Kitware.VTK.vtkWidgetRepresentation.
static internal void Kitware.VTK.vtkRectilinearWipeRepresentation.vtkRectilinearWipeRepresentation_BuildRepresentation_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkRectilinearWipeRepresentation.vtkRectilinearWipeRepresentation_ComputeInteractionState_02 | ( | HandleRef | pThis, |
int | X, | ||
int | Y, | ||
int | modify | ||
) | [private] |
static internal void Kitware.VTK.vtkRectilinearWipeRepresentation.vtkRectilinearWipeRepresentation_GetActors2D_03 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkRectilinearWipeRepresentation.vtkRectilinearWipeRepresentation_GetImageActor_04 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkRectilinearWipeRepresentation.vtkRectilinearWipeRepresentation_GetProperty_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkRectilinearWipeRepresentation.vtkRectilinearWipeRepresentation_GetRectilinearWipe_06 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkRectilinearWipeRepresentation.vtkRectilinearWipeRepresentation_GetTolerance_07 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkRectilinearWipeRepresentation.vtkRectilinearWipeRepresentation_GetToleranceMaxValue_08 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkRectilinearWipeRepresentation.vtkRectilinearWipeRepresentation_GetToleranceMinValue_09 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkRectilinearWipeRepresentation.vtkRectilinearWipeRepresentation_HasTranslucentPolygonalGeometry_10 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkRectilinearWipeRepresentation.vtkRectilinearWipeRepresentation_IsA_11 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkRectilinearWipeRepresentation.vtkRectilinearWipeRepresentation_IsTypeOf_12 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkRectilinearWipeRepresentation.vtkRectilinearWipeRepresentation_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkRectilinearWipeRepresentation.vtkRectilinearWipeRepresentation_NewInstance_14 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkRectilinearWipeRepresentation.vtkRectilinearWipeRepresentation_ReleaseGraphicsResources_15 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal int Kitware.VTK.vtkRectilinearWipeRepresentation.vtkRectilinearWipeRepresentation_RenderOpaqueGeometry_16 | ( | HandleRef | pThis, |
HandleRef | viewport | ||
) | [private] |
static internal int Kitware.VTK.vtkRectilinearWipeRepresentation.vtkRectilinearWipeRepresentation_RenderOverlay_17 | ( | HandleRef | pThis, |
HandleRef | viewport | ||
) | [private] |
static internal int Kitware.VTK.vtkRectilinearWipeRepresentation.vtkRectilinearWipeRepresentation_RenderTranslucentPolygonalGeometry_18 | ( | HandleRef | pThis, |
HandleRef | viewport | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkRectilinearWipeRepresentation.vtkRectilinearWipeRepresentation_SafeDownCast_19 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkRectilinearWipeRepresentation.vtkRectilinearWipeRepresentation_SetImageActor_20 | ( | HandleRef | pThis, |
HandleRef | imageActor | ||
) | [private] |
static internal void Kitware.VTK.vtkRectilinearWipeRepresentation.vtkRectilinearWipeRepresentation_SetRectilinearWipe_21 | ( | HandleRef | pThis, |
HandleRef | wipe | ||
) | [private] |
static internal void Kitware.VTK.vtkRectilinearWipeRepresentation.vtkRectilinearWipeRepresentation_SetTolerance_22 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkRectilinearWipeRepresentation.vtkRectilinearWipeRepresentation_StartWidgetInteraction_23 | ( | HandleRef | pThis, |
IntPtr | eventPos | ||
) | [private] |
static internal void Kitware.VTK.vtkRectilinearWipeRepresentation.vtkRectilinearWipeRepresentation_WidgetInteraction_24 | ( | HandleRef | pThis, |
IntPtr | eventPos | ||
) | [private] |
override void Kitware.VTK.vtkRectilinearWipeRepresentation.WidgetInteraction | ( | IntPtr | eventPos | ) | [virtual] |
Subclasses of vtkRectilinearWipeRepresentation must implement these methods. These are the methods that the widget and its representation use to communicate with each other.
Reimplemented from Kitware.VTK.vtkWidgetRepresentation.
new readonly string Kitware.VTK.vtkRectilinearWipeRepresentation.MRClassNameKey = "32vtkRectilinearWipeRepresentation" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkWidgetRepresentation.
new const string Kitware.VTK.vtkRectilinearWipeRepresentation.MRFullTypeName = "Kitware.VTK.vtkRectilinearWipeRepresentation" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkWidgetRepresentation.