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

vtkImageViewer2 - Display a 2D image. More...

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

List of all members.

Public Types

enum  SLICE_ORIENTATION_XY_WrapperEnum { SLICE_ORIENTATION_XY = 2, SLICE_ORIENTATION_XZ = 1, SLICE_ORIENTATION_YZ = 0 }
 Set/get the slice orientation. More...

Public Member Functions

 vtkImageViewer2 (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkImageViewer2 ()
 Undocumented Block.
virtual double GetColorLevel ()
 Set window and level for mapping pixels to colors.
virtual double GetColorWindow ()
 Set window and level for mapping pixels to colors.
virtual vtkImageActor GetImageActor ()
 Get the internal render window, renderer, image actor, and image map instances.
virtual vtkImageData GetInput ()
 Set/Get the input image to the viewer.
virtual vtkInteractorStyleImage GetInteractorStyle ()
 Get the internal render window, renderer, image actor, and image map instances.
virtual int GetOffScreenRendering ()
 Create a window in memory instead of on the screen. This may not be supported for every type of window and on some windows you may need to invoke this prior to the first render.
virtual IntPtr GetPosition ()
 Set/Get the position in screen coordinates of the rendering window.
virtual vtkRenderWindow GetRenderWindow ()
 Get the internal render window, renderer, image actor, and image map instances.
virtual vtkRenderer GetRenderer ()
 Get the internal render window, renderer, image actor, and image map instances.
virtual IntPtr GetSize ()
 Set/Get the size of the window in screen coordinates in pixels.
virtual int GetSlice ()
 Set/Get the current slice to display (depending on the orientation this can be in X, Y or Z).
virtual int GetSliceMax ()
 Return the minimum and maximum slice values (depending on the orientation this can be in X, Y or Z).
virtual int GetSliceMin ()
 Return the minimum and maximum slice values (depending on the orientation this can be in X, Y or Z).
virtual int GetSliceOrientation ()
 Set/get the slice orientation.
virtual void GetSliceRange (IntPtr range)
 Return the minimum and maximum slice values (depending on the orientation this can be in X, Y or Z).
virtual void GetSliceRange (ref int min, ref int max)
 Return the minimum and maximum slice values (depending on the orientation this can be in X, Y or Z).
virtual IntPtr GetSliceRange ()
 Return the minimum and maximum slice values (depending on the orientation this can be in X, Y or Z).
virtual
vtkImageMapToWindowLevelColors 
GetWindowLevel ()
 Get the internal render window, renderer, image actor, and image map instances.
virtual string GetWindowName ()
 Get the name of rendering window.
override int IsA (string type)
 Undocumented Block.
new vtkImageViewer2 NewInstance ()
 Undocumented Block.
virtual void OffScreenRenderingOff ()
 Create a window in memory instead of on the screen. This may not be supported for every type of window and on some windows you may need to invoke this prior to the first render.
virtual void OffScreenRenderingOn ()
 Create a window in memory instead of on the screen. This may not be supported for every type of window and on some windows you may need to invoke this prior to the first render.
virtual void Render ()
 Render the resulting image.
virtual void SetColorLevel (double s)
 Set window and level for mapping pixels to colors.
virtual void SetColorWindow (double s)
 Set window and level for mapping pixels to colors.
virtual void SetDisplayId (IntPtr a)
 These are here when using a Tk window.
virtual void SetInput (vtkImageData arg0)
 Set/Get the input image to the viewer.
virtual void SetInputConnection (vtkAlgorithmOutput input)
 Set/Get the input image to the viewer.
virtual void SetOffScreenRendering (int arg0)
 Create a window in memory instead of on the screen. This may not be supported for every type of window and on some windows you may need to invoke this prior to the first render.
virtual void SetParentId (IntPtr a)
 These are here when using a Tk window.
virtual void SetPosition (int a, int b)
 Set/Get the position in screen coordinates of the rendering window.
virtual void SetPosition (IntPtr a)
 Set/Get the position in screen coordinates of the rendering window.
virtual void SetRenderWindow (vtkRenderWindow arg)
 Set your own renderwindow and renderer.
virtual void SetRenderer (vtkRenderer arg)
 Set your own renderwindow and renderer.
virtual void SetSize (int a, int b)
 Set/Get the size of the window in screen coordinates in pixels.
virtual void SetSize (IntPtr a)
 Set/Get the size of the window in screen coordinates in pixels.
virtual void SetSlice (int s)
 Set/Get the current slice to display (depending on the orientation this can be in X, Y or Z).
virtual void SetSliceOrientation (int orientation)
 Set/get the slice orientation.
virtual void SetSliceOrientationToXY ()
 Set/get the slice orientation.
virtual void SetSliceOrientationToXZ ()
 Set/get the slice orientation.
virtual void SetSliceOrientationToYZ ()
 Set/get the slice orientation.
virtual void SetWindowId (IntPtr a)
 These are here when using a Tk window.
virtual void SetupInteractor (vtkRenderWindowInteractor arg0)
 Attach an interactor for the internal render window.
virtual void UpdateDisplayExtent ()
 Update the display extent manually so that the proper slice for the given orientation is displayed. It will also try to set a reasonable camera clipping range. This method is called automatically when the Input is changed, but most of the time the input of this class is likely to remain the same, i.e. connected to the output of a filter, or an image reader. When the input of this filter or reader itself is changed, an error message might be displayed since the current display extent is probably outside the new whole extent. Calling this method will ensure that the display extent is reset properly.

Static Public Member Functions

static new vtkImageViewer2 New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkImageViewer2 SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "15vtkImageViewer2"
 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 vtkImageViewer2_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal double vtkImageViewer2_GetColorLevel_01 (HandleRef pThis)
static internal double vtkImageViewer2_GetColorWindow_02 (HandleRef pThis)
static internal IntPtr vtkImageViewer2_GetImageActor_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkImageViewer2_GetInput_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkImageViewer2_GetInteractorStyle_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkImageViewer2_GetOffScreenRendering_06 (HandleRef pThis)
static internal IntPtr vtkImageViewer2_GetPosition_07 (HandleRef pThis)
static internal IntPtr vtkImageViewer2_GetRenderWindow_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkImageViewer2_GetRenderer_09 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkImageViewer2_GetSize_10 (HandleRef pThis)
static internal int vtkImageViewer2_GetSlice_11 (HandleRef pThis)
static internal int vtkImageViewer2_GetSliceMax_12 (HandleRef pThis)
static internal int vtkImageViewer2_GetSliceMin_13 (HandleRef pThis)
static internal int vtkImageViewer2_GetSliceOrientation_14 (HandleRef pThis)
static internal void vtkImageViewer2_GetSliceRange_15 (HandleRef pThis, IntPtr range)
static internal void vtkImageViewer2_GetSliceRange_16 (HandleRef pThis, ref int min, ref int max)
static internal IntPtr vtkImageViewer2_GetSliceRange_17 (HandleRef pThis)
static internal IntPtr vtkImageViewer2_GetWindowLevel_18 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkImageViewer2_GetWindowName_19 (HandleRef pThis)
static internal int vtkImageViewer2_IsA_20 (HandleRef pThis, string type)
static internal int vtkImageViewer2_IsTypeOf_21 (string type)
static internal IntPtr vtkImageViewer2_NewInstance_23 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkImageViewer2_OffScreenRenderingOff_24 (HandleRef pThis)
static internal void vtkImageViewer2_OffScreenRenderingOn_25 (HandleRef pThis)
static internal void vtkImageViewer2_Render_26 (HandleRef pThis)
static internal IntPtr vtkImageViewer2_SafeDownCast_27 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkImageViewer2_SetColorLevel_28 (HandleRef pThis, double s)
static internal void vtkImageViewer2_SetColorWindow_29 (HandleRef pThis, double s)
static internal void vtkImageViewer2_SetDisplayId_30 (HandleRef pThis, IntPtr a)
static internal void vtkImageViewer2_SetInput_31 (HandleRef pThis, HandleRef arg0)
static internal void vtkImageViewer2_SetInputConnection_32 (HandleRef pThis, HandleRef input)
static internal void vtkImageViewer2_SetOffScreenRendering_33 (HandleRef pThis, int arg0)
static internal void vtkImageViewer2_SetParentId_34 (HandleRef pThis, IntPtr a)
static internal void vtkImageViewer2_SetPosition_35 (HandleRef pThis, int a, int b)
static internal void vtkImageViewer2_SetPosition_36 (HandleRef pThis, IntPtr a)
static internal void vtkImageViewer2_SetRenderWindow_37 (HandleRef pThis, HandleRef arg)
static internal void vtkImageViewer2_SetRenderer_38 (HandleRef pThis, HandleRef arg)
static internal void vtkImageViewer2_SetSize_39 (HandleRef pThis, int a, int b)
static internal void vtkImageViewer2_SetSize_40 (HandleRef pThis, IntPtr a)
static internal void vtkImageViewer2_SetSlice_41 (HandleRef pThis, int s)
static internal void vtkImageViewer2_SetSliceOrientation_42 (HandleRef pThis, int orientation)
static internal void vtkImageViewer2_SetSliceOrientationToXY_43 (HandleRef pThis)
static internal void vtkImageViewer2_SetSliceOrientationToXZ_44 (HandleRef pThis)
static internal void vtkImageViewer2_SetSliceOrientationToYZ_45 (HandleRef pThis)
static internal void vtkImageViewer2_SetWindowId_46 (HandleRef pThis, IntPtr a)
static internal void vtkImageViewer2_SetupInteractor_47 (HandleRef pThis, HandleRef arg0)
static internal void vtkImageViewer2_UpdateDisplayExtent_48 (HandleRef pThis)

Static Private Member Functions

static vtkImageViewer2 ()
 Automatically generated type registration mechanics.

Detailed Description

vtkImageViewer2 - Display a 2D image.

Description vtkImageViewer2 is a convenience class for displaying a 2D image. It packages up the functionality found in vtkRenderWindow, vtkRenderer, vtkImageActor and vtkImageMapToWindowLevelColors into a single easy to use class. This class also creates an image interactor style (vtkInteractorStyleImage) that allows zooming and panning of images, and supports interactive window/level operations on the image. Note that vtkImageViewer2 is simply a wrapper around these classes.

vtkImageViewer2 uses the 3D rendering and texture mapping engine to draw an image on a plane. This allows for rapid rendering, zooming, and panning. The image is placed in the 3D scene at a depth based on the z-coordinate of the particular image slice. Each call to SetSlice() changes the image data (slice) displayed AND changes the depth of the displayed slice in the 3D scene. This can be controlled by the AutoAdjustCameraClippingRange ivar of the InteractorStyle member.

It is possible to mix images and geometry, using the methods:

viewer->SetInput( myImage ); viewer->GetRenderer()->AddActor( myActor );

This can be used to annotate an image with a PolyData of "edges" or or highlight sections of an image or display a 3D isosurface with a slice from the volume, etc. Any portions of your geometry that are in front of the displayed slice will be visible; any portions of your geometry that are behind the displayed slice will be obscured. A more general framework (with respect to viewing direction) for achieving this effect is provided by the vtkImagePlaneWidget .

Note that pressing 'r' will reset the window/level and pressing shift+'r' or control+'r' will reset the camera.

vtkRenderWindow vtkRenderer vtkImageActor vtkImageMapToWindowLevelColors


Member Enumeration Documentation

Set/get the slice orientation.

Enumerator:
SLICE_ORIENTATION_XY 

enum member

SLICE_ORIENTATION_XZ 

enum member

SLICE_ORIENTATION_YZ 

enum member


Constructor & Destructor Documentation

static Kitware.VTK.vtkImageViewer2.vtkImageViewer2 ( ) [static, private]

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

override void Kitware.VTK.vtkImageViewer2.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.vtkObject.

virtual double Kitware.VTK.vtkImageViewer2.GetColorLevel ( ) [virtual]

Set window and level for mapping pixels to colors.

virtual double Kitware.VTK.vtkImageViewer2.GetColorWindow ( ) [virtual]

Set window and level for mapping pixels to colors.

Get the internal render window, renderer, image actor, and image map instances.

Here is the call graph for this function:

Set/Get the input image to the viewer.

Here is the call graph for this function:

Get the internal render window, renderer, image actor, and image map instances.

Here is the call graph for this function:

Create a window in memory instead of on the screen. This may not be supported for every type of window and on some windows you may need to invoke this prior to the first render.

virtual IntPtr Kitware.VTK.vtkImageViewer2.GetPosition ( ) [virtual]

Set/Get the position in screen coordinates of the rendering window.

Get the internal render window, renderer, image actor, and image map instances.

Here is the call graph for this function:

Get the internal render window, renderer, image actor, and image map instances.

Here is the call graph for this function:

virtual IntPtr Kitware.VTK.vtkImageViewer2.GetSize ( ) [virtual]

Set/Get the size of the window in screen coordinates in pixels.

virtual int Kitware.VTK.vtkImageViewer2.GetSlice ( ) [virtual]

Set/Get the current slice to display (depending on the orientation this can be in X, Y or Z).

virtual int Kitware.VTK.vtkImageViewer2.GetSliceMax ( ) [virtual]

Return the minimum and maximum slice values (depending on the orientation this can be in X, Y or Z).

virtual int Kitware.VTK.vtkImageViewer2.GetSliceMin ( ) [virtual]

Return the minimum and maximum slice values (depending on the orientation this can be in X, Y or Z).

Set/get the slice orientation.

virtual void Kitware.VTK.vtkImageViewer2.GetSliceRange ( IntPtr  range) [virtual]

Return the minimum and maximum slice values (depending on the orientation this can be in X, Y or Z).

virtual void Kitware.VTK.vtkImageViewer2.GetSliceRange ( ref int  min,
ref int  max 
) [virtual]

Return the minimum and maximum slice values (depending on the orientation this can be in X, Y or Z).

virtual IntPtr Kitware.VTK.vtkImageViewer2.GetSliceRange ( ) [virtual]

Return the minimum and maximum slice values (depending on the orientation this can be in X, Y or Z).

Get the internal render window, renderer, image actor, and image map instances.

Here is the call graph for this function:

virtual string Kitware.VTK.vtkImageViewer2.GetWindowName ( ) [virtual]

Get the name of rendering window.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Create a window in memory instead of on the screen. This may not be supported for every type of window and on some windows you may need to invoke this prior to the first render.

Create a window in memory instead of on the screen. This may not be supported for every type of window and on some windows you may need to invoke this prior to the first render.

virtual void Kitware.VTK.vtkImageViewer2.Render ( ) [virtual]

Render the resulting image.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkImageViewer2.SetColorLevel ( double  s) [virtual]

Set window and level for mapping pixels to colors.

virtual void Kitware.VTK.vtkImageViewer2.SetColorWindow ( double  s) [virtual]

Set window and level for mapping pixels to colors.

virtual void Kitware.VTK.vtkImageViewer2.SetDisplayId ( IntPtr  a) [virtual]

These are here when using a Tk window.

virtual void Kitware.VTK.vtkImageViewer2.SetInput ( vtkImageData  arg0) [virtual]

Set/Get the input image to the viewer.

Set/Get the input image to the viewer.

virtual void Kitware.VTK.vtkImageViewer2.SetOffScreenRendering ( int  arg0) [virtual]

Create a window in memory instead of on the screen. This may not be supported for every type of window and on some windows you may need to invoke this prior to the first render.

virtual void Kitware.VTK.vtkImageViewer2.SetParentId ( IntPtr  a) [virtual]

These are here when using a Tk window.

virtual void Kitware.VTK.vtkImageViewer2.SetPosition ( int  a,
int  b 
) [virtual]

Set/Get the position in screen coordinates of the rendering window.

virtual void Kitware.VTK.vtkImageViewer2.SetPosition ( IntPtr  a) [virtual]

Set/Get the position in screen coordinates of the rendering window.

virtual void Kitware.VTK.vtkImageViewer2.SetRenderer ( vtkRenderer  arg) [virtual]

Set your own renderwindow and renderer.

Set your own renderwindow and renderer.

virtual void Kitware.VTK.vtkImageViewer2.SetSize ( int  a,
int  b 
) [virtual]

Set/Get the size of the window in screen coordinates in pixels.

virtual void Kitware.VTK.vtkImageViewer2.SetSize ( IntPtr  a) [virtual]

Set/Get the size of the window in screen coordinates in pixels.

virtual void Kitware.VTK.vtkImageViewer2.SetSlice ( int  s) [virtual]

Set/Get the current slice to display (depending on the orientation this can be in X, Y or Z).

virtual void Kitware.VTK.vtkImageViewer2.SetSliceOrientation ( int  orientation) [virtual]

Set/get the slice orientation.

Set/get the slice orientation.

Set/get the slice orientation.

Set/get the slice orientation.

Attach an interactor for the internal render window.

virtual void Kitware.VTK.vtkImageViewer2.SetWindowId ( IntPtr  a) [virtual]

These are here when using a Tk window.

Update the display extent manually so that the proper slice for the given orientation is displayed. It will also try to set a reasonable camera clipping range. This method is called automatically when the Input is changed, but most of the time the input of this class is likely to remain the same, i.e. connected to the output of a filter, or an image reader. When the input of this filter or reader itself is changed, an error message might be displayed since the current display extent is probably outside the new whole extent. Calling this method will ensure that the display extent is reset properly.

static internal double Kitware.VTK.vtkImageViewer2.vtkImageViewer2_GetColorLevel_01 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkImageViewer2.vtkImageViewer2_GetColorWindow_02 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkImageViewer2.vtkImageViewer2_GetImageActor_03 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImageViewer2.vtkImageViewer2_GetInput_04 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImageViewer2.vtkImageViewer2_GetInteractorStyle_05 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkImageViewer2.vtkImageViewer2_GetOffScreenRendering_06 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkImageViewer2.vtkImageViewer2_GetPosition_07 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkImageViewer2.vtkImageViewer2_GetRenderer_09 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImageViewer2.vtkImageViewer2_GetRenderWindow_08 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImageViewer2.vtkImageViewer2_GetSize_10 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkImageViewer2.vtkImageViewer2_GetSlice_11 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkImageViewer2.vtkImageViewer2_GetSliceMax_12 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkImageViewer2.vtkImageViewer2_GetSliceMin_13 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkImageViewer2.vtkImageViewer2_GetSliceOrientation_14 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageViewer2.vtkImageViewer2_GetSliceRange_15 ( HandleRef  pThis,
IntPtr  range 
) [private]
static internal void Kitware.VTK.vtkImageViewer2.vtkImageViewer2_GetSliceRange_16 ( HandleRef  pThis,
ref int  min,
ref int  max 
) [private]
static internal IntPtr Kitware.VTK.vtkImageViewer2.vtkImageViewer2_GetSliceRange_17 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkImageViewer2.vtkImageViewer2_GetWindowLevel_18 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImageViewer2.vtkImageViewer2_GetWindowName_19 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkImageViewer2.vtkImageViewer2_IsA_20 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkImageViewer2.vtkImageViewer2_IsTypeOf_21 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkImageViewer2.vtkImageViewer2_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImageViewer2.vtkImageViewer2_NewInstance_23 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkImageViewer2.vtkImageViewer2_OffScreenRenderingOff_24 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageViewer2.vtkImageViewer2_OffScreenRenderingOn_25 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageViewer2.vtkImageViewer2_Render_26 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkImageViewer2.vtkImageViewer2_SafeDownCast_27 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkImageViewer2.vtkImageViewer2_SetColorLevel_28 ( HandleRef  pThis,
double  s 
) [private]
static internal void Kitware.VTK.vtkImageViewer2.vtkImageViewer2_SetColorWindow_29 ( HandleRef  pThis,
double  s 
) [private]
static internal void Kitware.VTK.vtkImageViewer2.vtkImageViewer2_SetDisplayId_30 ( HandleRef  pThis,
IntPtr  a 
) [private]
static internal void Kitware.VTK.vtkImageViewer2.vtkImageViewer2_SetInput_31 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkImageViewer2.vtkImageViewer2_SetInputConnection_32 ( HandleRef  pThis,
HandleRef  input 
) [private]
static internal void Kitware.VTK.vtkImageViewer2.vtkImageViewer2_SetOffScreenRendering_33 ( HandleRef  pThis,
int  arg0 
) [private]
static internal void Kitware.VTK.vtkImageViewer2.vtkImageViewer2_SetParentId_34 ( HandleRef  pThis,
IntPtr  a 
) [private]
static internal void Kitware.VTK.vtkImageViewer2.vtkImageViewer2_SetPosition_35 ( HandleRef  pThis,
int  a,
int  b 
) [private]
static internal void Kitware.VTK.vtkImageViewer2.vtkImageViewer2_SetPosition_36 ( HandleRef  pThis,
IntPtr  a 
) [private]
static internal void Kitware.VTK.vtkImageViewer2.vtkImageViewer2_SetRenderer_38 ( HandleRef  pThis,
HandleRef  arg 
) [private]
static internal void Kitware.VTK.vtkImageViewer2.vtkImageViewer2_SetRenderWindow_37 ( HandleRef  pThis,
HandleRef  arg 
) [private]
static internal void Kitware.VTK.vtkImageViewer2.vtkImageViewer2_SetSize_39 ( HandleRef  pThis,
int  a,
int  b 
) [private]
static internal void Kitware.VTK.vtkImageViewer2.vtkImageViewer2_SetSize_40 ( HandleRef  pThis,
IntPtr  a 
) [private]
static internal void Kitware.VTK.vtkImageViewer2.vtkImageViewer2_SetSlice_41 ( HandleRef  pThis,
int  s 
) [private]
static internal void Kitware.VTK.vtkImageViewer2.vtkImageViewer2_SetSliceOrientation_42 ( HandleRef  pThis,
int  orientation 
) [private]
static internal void Kitware.VTK.vtkImageViewer2.vtkImageViewer2_SetSliceOrientationToXY_43 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageViewer2.vtkImageViewer2_SetSliceOrientationToXZ_44 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageViewer2.vtkImageViewer2_SetSliceOrientationToYZ_45 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageViewer2.vtkImageViewer2_SetupInteractor_47 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkImageViewer2.vtkImageViewer2_SetWindowId_46 ( HandleRef  pThis,
IntPtr  a 
) [private]
static internal void Kitware.VTK.vtkImageViewer2.vtkImageViewer2_UpdateDisplayExtent_48 ( HandleRef  pThis) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkImageViewer2.MRClassNameKey = "15vtkImageViewer2" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkObject.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkObject.


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