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.vtkRenderView Class Reference

vtkRenderView - A view containing a renderer. More...

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

List of all members.

Public Types

enum  INTERACTION_MODE_2D_WrapperEnum { INTERACTION_MODE_2D = 0, INTERACTION_MODE_3D = 1, INTERACTION_MODE_UNKNOWN = 2 }
 Set the render window for this view. Note that this requires special handling in order to do correctly - see the notes in the detailed description of vtkRenderViewBase. More...
enum  FRUSTUM_WrapperEnum { FRUSTUM = 1, SURFACE = 0 }
 Whether the view should display hover text. More...
enum  ALL_WrapperEnum { ALL = 1, NO_OVERLAP = 0 }
 Set the display size of the icon (which may be different from the icon size). By default, if this value is not set, the the IconSize is used. More...
enum  FREETYPE_WrapperEnum { FREETYPE = 0, QT = 1 }
 Label placement mode. NO_OVERLAP uses vtkLabelPlacementMapper, which has a faster startup time and works with 2D or 3D labels. ALL displays all labels (Warning: This may cause incredibly slow render times on datasets with more than a few hundred labels). More...

Public Member Functions

 vtkRenderView (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkRenderView ()
 Undocumented Block.
virtual void AddLabels (vtkAlgorithmOutput conn)
 Add labels from an input connection with an associated text property. The output must be a vtkLabelHierarchy (normally the output of vtkPointSetToLabelHierarchy).
override void ApplyViewTheme (vtkViewTheme theme)
 Applies a view theme to this view.
virtual void DisplayHoverTextOff ()
 Whether the view should display hover text.
virtual void DisplayHoverTextOn ()
 Whether the view should display hover text.
virtual bool GetDisplayHoverText ()
 Whether the view should display hover text.
IntPtr GetDisplaySize ()
 Set the display size of the icon (which may be different from the icon size). By default, if this value is not set, the the IconSize is used.
void GetDisplaySize (ref int dsx, ref int dsy)
 Set the display size of the icon (which may be different from the icon size). By default, if this value is not set, the the IconSize is used.
virtual int[] GetIconSize ()
 Set the size of each icon in the icon texture.
virtual void GetIconSize (ref int _arg1, ref int _arg2)
 Set the size of each icon in the icon texture.
virtual void GetIconSize (IntPtr _arg)
 Set the size of each icon in the icon texture.
virtual vtkTexture GetIconTexture ()
 Set the icon sheet to use for rendering icons.
virtual int GetInteractionMode ()
 Set the render window for this view. Note that this requires special handling in order to do correctly - see the notes in the detailed description of vtkRenderViewBase.
virtual vtkInteractorObserver GetInteractorStyle ()
 Get the interactor style associated with the render view.
virtual int GetLabelPlacementMode ()
 Label placement mode. NO_OVERLAP uses vtkLabelPlacementMapper, which has a faster startup time and works with 2D or 3D labels. ALL displays all labels (Warning: This may cause incredibly slow render times on datasets with more than a few hundred labels).
virtual int GetLabelRenderMode ()
 Label render mode. FREETYPE uses the freetype label rendering. QT uses more advanced Qt-based label rendering.
virtual bool GetRenderOnMouseMove ()
 Whether to render on every mouse move.
virtual int GetSelectionMode ()
 Sets the selection mode for the render view. SURFACE selection uses vtkHardwareSelector to perform a selection of visible cells. FRUSTUM selection just creates a view frustum selection, which will select everything in the frustum.
virtual int GetSelectionModeMaxValue ()
 Sets the selection mode for the render view. SURFACE selection uses vtkHardwareSelector to perform a selection of visible cells. FRUSTUM selection just creates a view frustum selection, which will select everything in the frustum.
virtual int GetSelectionModeMinValue ()
 Sets the selection mode for the render view. SURFACE selection uses vtkHardwareSelector to perform a selection of visible cells. FRUSTUM selection just creates a view frustum selection, which will select everything in the frustum.
virtual vtkAbstractTransform GetTransform ()
 Set the view's transform. All vtkRenderedRepresentations added to this view should use this transform.
override int IsA (string type)
 Undocumented Block.
new vtkRenderView NewInstance ()
 Undocumented Block.
virtual void RemoveLabels (vtkAlgorithmOutput conn)
 Remove labels from an input connection.
override void Render ()
 Updates the representations, then calls Render() on the render window associated with this view.
virtual void RenderOnMouseMoveOff ()
 Whether to render on every mouse move.
virtual void RenderOnMouseMoveOn ()
 Whether to render on every mouse move.
virtual void SetDisplayHoverText (bool b)
 Whether the view should display hover text.
virtual void SetDisplaySize (int _arg1, int _arg2)
 Set the display size of the icon (which may be different from the icon size). By default, if this value is not set, the the IconSize is used.
void SetDisplaySize (IntPtr _arg)
 Set the display size of the icon (which may be different from the icon size). By default, if this value is not set, the the IconSize is used.
virtual void SetIconSize (int _arg1, int _arg2)
 Set the size of each icon in the icon texture.
void SetIconSize (IntPtr _arg)
 Set the size of each icon in the icon texture.
virtual void SetIconTexture (vtkTexture texture)
 Set the icon sheet to use for rendering icons.
void SetInteractionMode (int mode)
 Set the render window for this view. Note that this requires special handling in order to do correctly - see the notes in the detailed description of vtkRenderViewBase.
virtual void SetInteractionModeTo2D ()
 Set the interaction mode for the view. Choices are: vtkRenderView::INTERACTION_MODE_2D - 2D interactor vtkRenderView::INTERACTION_MODE_3D - 3D interactor.
virtual void SetInteractionModeTo3D ()
 Set the interaction mode for the view. Choices are: vtkRenderView::INTERACTION_MODE_2D - 2D interactor vtkRenderView::INTERACTION_MODE_3D - 3D interactor.
override void SetInteractor (vtkRenderWindowInteractor interactor)
 The render window interactor. Note that this requires special handling in order to do correctly - see the notes in the detailed description of vtkRenderViewBase.
virtual void SetInteractorStyle (vtkInteractorObserver style)
 The interactor style associated with the render view.
virtual void SetLabelPlacementMode (int mode)
 Label placement mode. NO_OVERLAP uses vtkLabelPlacementMapper, which has a faster startup time and works with 2D or 3D labels. ALL displays all labels (Warning: This may cause incredibly slow render times on datasets with more than a few hundred labels).
virtual void SetLabelPlacementModeToAll ()
 Label placement mode. NO_OVERLAP uses vtkLabelPlacementMapper, which has a faster startup time and works with 2D or 3D labels. ALL displays all labels (Warning: This may cause incredibly slow render times on datasets with more than a few hundred labels).
virtual void SetLabelPlacementModeToNoOverlap ()
 Label placement mode. NO_OVERLAP uses vtkLabelPlacementMapper, which has a faster startup time and works with 2D or 3D labels. ALL displays all labels (Warning: This may cause incredibly slow render times on datasets with more than a few hundred labels).
virtual void SetLabelRenderMode (int mode)
 Label render mode. FREETYPE uses the freetype label rendering. QT uses more advanced Qt-based label rendering.
virtual void SetLabelRenderModeToFreetype ()
 Label render mode. FREETYPE uses the freetype label rendering. QT uses more advanced Qt-based label rendering.
virtual void SetLabelRenderModeToQt ()
 Label render mode. FREETYPE uses the freetype label rendering. QT uses more advanced Qt-based label rendering.
void SetRenderOnMouseMove (bool b)
 Whether to render on every mouse move.
override void SetRenderWindow (vtkRenderWindow win)
 Set the render window for this view. Note that this requires special handling in order to do correctly - see the notes in the detailed description of vtkRenderViewBase.
virtual void SetSelectionMode (int _arg)
 Sets the selection mode for the render view. SURFACE selection uses vtkHardwareSelector to perform a selection of visible cells. FRUSTUM selection just creates a view frustum selection, which will select everything in the frustum.
void SetSelectionModeToFrustum ()
 Sets the selection mode for the render view. SURFACE selection uses vtkHardwareSelector to perform a selection of visible cells. FRUSTUM selection just creates a view frustum selection, which will select everything in the frustum.
void SetSelectionModeToSurface ()
 Sets the selection mode for the render view. SURFACE selection uses vtkHardwareSelector to perform a selection of visible cells. FRUSTUM selection just creates a view frustum selection, which will select everything in the frustum.
virtual void SetTransform (vtkAbstractTransform transform)
 Set the view's transform. All vtkRenderedRepresentations added to this view should use this transform.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "13vtkRenderView"
 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 vtkRenderView_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkRenderView_AddLabels_01 (HandleRef pThis, HandleRef conn)
static internal void vtkRenderView_ApplyViewTheme_02 (HandleRef pThis, HandleRef theme)
static internal void vtkRenderView_DisplayHoverTextOff_03 (HandleRef pThis)
static internal void vtkRenderView_DisplayHoverTextOn_04 (HandleRef pThis)
static internal byte vtkRenderView_GetDisplayHoverText_05 (HandleRef pThis)
static internal IntPtr vtkRenderView_GetDisplaySize_06 (HandleRef pThis)
static internal void vtkRenderView_GetDisplaySize_07 (HandleRef pThis, ref int dsx, ref int dsy)
static internal IntPtr vtkRenderView_GetIconSize_08 (HandleRef pThis)
static internal void vtkRenderView_GetIconSize_09 (HandleRef pThis, ref int _arg1, ref int _arg2)
static internal void vtkRenderView_GetIconSize_10 (HandleRef pThis, IntPtr _arg)
static internal IntPtr vtkRenderView_GetIconTexture_11 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkRenderView_GetInteractionMode_12 (HandleRef pThis)
static internal IntPtr vtkRenderView_GetInteractorStyle_13 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkRenderView_GetLabelPlacementMode_14 (HandleRef pThis)
static internal int vtkRenderView_GetLabelRenderMode_15 (HandleRef pThis)
static internal byte vtkRenderView_GetRenderOnMouseMove_16 (HandleRef pThis)
static internal int vtkRenderView_GetSelectionMode_17 (HandleRef pThis)
static internal int vtkRenderView_GetSelectionModeMaxValue_18 (HandleRef pThis)
static internal int vtkRenderView_GetSelectionModeMinValue_19 (HandleRef pThis)
static internal IntPtr vtkRenderView_GetTransform_20 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkRenderView_IsA_21 (HandleRef pThis, string type)
static internal int vtkRenderView_IsTypeOf_22 (string type)
static internal IntPtr vtkRenderView_NewInstance_24 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkRenderView_RemoveLabels_25 (HandleRef pThis, HandleRef conn)
static internal void vtkRenderView_Render_26 (HandleRef pThis)
static internal void vtkRenderView_RenderOnMouseMoveOff_27 (HandleRef pThis)
static internal void vtkRenderView_RenderOnMouseMoveOn_28 (HandleRef pThis)
static internal IntPtr vtkRenderView_SafeDownCast_29 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkRenderView_SetDisplayHoverText_30 (HandleRef pThis, byte b)
static internal void vtkRenderView_SetDisplaySize_31 (HandleRef pThis, int _arg1, int _arg2)
static internal void vtkRenderView_SetDisplaySize_32 (HandleRef pThis, IntPtr _arg)
static internal void vtkRenderView_SetIconSize_33 (HandleRef pThis, int _arg1, int _arg2)
static internal void vtkRenderView_SetIconSize_34 (HandleRef pThis, IntPtr _arg)
static internal void vtkRenderView_SetIconTexture_35 (HandleRef pThis, HandleRef texture)
static internal void vtkRenderView_SetInteractionMode_36 (HandleRef pThis, int mode)
static internal void vtkRenderView_SetInteractionModeTo2D_37 (HandleRef pThis)
static internal void vtkRenderView_SetInteractionModeTo3D_38 (HandleRef pThis)
static internal void vtkRenderView_SetInteractor_39 (HandleRef pThis, HandleRef interactor)
static internal void vtkRenderView_SetInteractorStyle_40 (HandleRef pThis, HandleRef style)
static internal void vtkRenderView_SetLabelPlacementMode_41 (HandleRef pThis, int mode)
static internal void vtkRenderView_SetLabelPlacementModeToAll_42 (HandleRef pThis)
static internal void vtkRenderView_SetLabelPlacementModeToNoOverlap_43 (HandleRef pThis)
static internal void vtkRenderView_SetLabelRenderMode_44 (HandleRef pThis, int mode)
static internal void vtkRenderView_SetLabelRenderModeToFreetype_45 (HandleRef pThis)
static internal void vtkRenderView_SetLabelRenderModeToQt_46 (HandleRef pThis)
static internal void vtkRenderView_SetRenderOnMouseMove_47 (HandleRef pThis, byte b)
static internal void vtkRenderView_SetRenderWindow_48 (HandleRef pThis, HandleRef win)
static internal void vtkRenderView_SetSelectionMode_49 (HandleRef pThis, int _arg)
static internal void vtkRenderView_SetSelectionModeToFrustum_50 (HandleRef pThis)
static internal void vtkRenderView_SetSelectionModeToSurface_51 (HandleRef pThis)
static internal void vtkRenderView_SetTransform_52 (HandleRef pThis, HandleRef transform)

Static Private Member Functions

static vtkRenderView ()
 Automatically generated type registration mechanics.

Detailed Description

vtkRenderView - A view containing a renderer.

Description vtkRenderView is a view which contains a vtkRenderer. You may add vtkActors directly to the renderer, or add certain vtkDataRepresentation subclasses to the renderer. The render view supports drag selection with the mouse to select cells.

This class is also the parent class for any more specialized view which uses a renderer.


Member Enumeration Documentation

Set the display size of the icon (which may be different from the icon size). By default, if this value is not set, the the IconSize is used.

Enumerator:
ALL 

enum member

NO_OVERLAP 

enum member

Label placement mode. NO_OVERLAP uses vtkLabelPlacementMapper, which has a faster startup time and works with 2D or 3D labels. ALL displays all labels (Warning: This may cause incredibly slow render times on datasets with more than a few hundred labels).

Enumerator:
FREETYPE 

enum member

QT 

enum member

Whether the view should display hover text.

Enumerator:
FRUSTUM 

enum member

SURFACE 

enum member

Set the render window for this view. Note that this requires special handling in order to do correctly - see the notes in the detailed description of vtkRenderViewBase.

Enumerator:
INTERACTION_MODE_2D 

enum member

INTERACTION_MODE_3D 

enum member

INTERACTION_MODE_UNKNOWN 

enum member


Constructor & Destructor Documentation

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

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

virtual void Kitware.VTK.vtkRenderView.AddLabels ( vtkAlgorithmOutput  conn) [virtual]

Add labels from an input connection with an associated text property. The output must be a vtkLabelHierarchy (normally the output of vtkPointSetToLabelHierarchy).

override void Kitware.VTK.vtkRenderView.ApplyViewTheme ( vtkViewTheme  theme) [virtual]

Applies a view theme to this view.

Reimplemented from Kitware.VTK.vtkView.

Reimplemented in Kitware.VTK.vtkParallelCoordinatesView, and Kitware.VTK.vtkGeoView2D.

Whether the view should display hover text.

Whether the view should display hover text.

override void Kitware.VTK.vtkRenderView.Dispose ( bool  disposing) [protected]

Whether the view should display hover text.

Set the display size of the icon (which may be different from the icon size). By default, if this value is not set, the the IconSize is used.

void Kitware.VTK.vtkRenderView.GetDisplaySize ( ref int  dsx,
ref int  dsy 
)

Set the display size of the icon (which may be different from the icon size). By default, if this value is not set, the the IconSize is used.

virtual int [] Kitware.VTK.vtkRenderView.GetIconSize ( ) [virtual]

Set the size of each icon in the icon texture.

virtual void Kitware.VTK.vtkRenderView.GetIconSize ( ref int  _arg1,
ref int  _arg2 
) [virtual]

Set the size of each icon in the icon texture.

virtual void Kitware.VTK.vtkRenderView.GetIconSize ( IntPtr  _arg) [virtual]

Set the size of each icon in the icon texture.

Set the icon sheet to use for rendering icons.

Here is the call graph for this function:

Set the render window for this view. Note that this requires special handling in order to do correctly - see the notes in the detailed description of vtkRenderViewBase.

Get the interactor style associated with the render view.

Here is the call graph for this function:

Label placement mode. NO_OVERLAP uses vtkLabelPlacementMapper, which has a faster startup time and works with 2D or 3D labels. ALL displays all labels (Warning: This may cause incredibly slow render times on datasets with more than a few hundred labels).

Label render mode. FREETYPE uses the freetype label rendering. QT uses more advanced Qt-based label rendering.

Whether to render on every mouse move.

virtual int Kitware.VTK.vtkRenderView.GetSelectionMode ( ) [virtual]

Sets the selection mode for the render view. SURFACE selection uses vtkHardwareSelector to perform a selection of visible cells. FRUSTUM selection just creates a view frustum selection, which will select everything in the frustum.

Sets the selection mode for the render view. SURFACE selection uses vtkHardwareSelector to perform a selection of visible cells. FRUSTUM selection just creates a view frustum selection, which will select everything in the frustum.

Sets the selection mode for the render view. SURFACE selection uses vtkHardwareSelector to perform a selection of visible cells. FRUSTUM selection just creates a view frustum selection, which will select everything in the frustum.

Set the view's transform. All vtkRenderedRepresentations added to this view should use this transform.

Reimplemented in Kitware.VTK.vtkGeoView2D.

Here is the call graph for this function:

override int Kitware.VTK.vtkRenderView.IsA ( string  type) [virtual]
static new int Kitware.VTK.vtkRenderView.IsTypeOf ( string  type) [static]

Remove labels from an input connection.

override void Kitware.VTK.vtkRenderView.Render ( ) [virtual]

Updates the representations, then calls Render() on the render window associated with this view.

Reimplemented from Kitware.VTK.vtkRenderViewBase.

Reimplemented in Kitware.VTK.vtkGeoView, and Kitware.VTK.vtkGeoView2D.

Whether to render on every mouse move.

Whether to render on every mouse move.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkRenderViewBase.

Reimplemented in Kitware.VTK.vtkGraphLayoutView, Kitware.VTK.vtkTreeAreaView, Kitware.VTK.vtkGeoView, Kitware.VTK.vtkHierarchicalGraphView, Kitware.VTK.vtkParallelCoordinatesView, Kitware.VTK.vtkGeoView2D, Kitware.VTK.vtkTreeRingView, Kitware.VTK.vtkIcicleView, and Kitware.VTK.vtkTreeMapView.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkRenderView.SetDisplayHoverText ( bool  b) [virtual]

Whether the view should display hover text.

virtual void Kitware.VTK.vtkRenderView.SetDisplaySize ( int  _arg1,
int  _arg2 
) [virtual]

Set the display size of the icon (which may be different from the icon size). By default, if this value is not set, the the IconSize is used.

Set the display size of the icon (which may be different from the icon size). By default, if this value is not set, the the IconSize is used.

virtual void Kitware.VTK.vtkRenderView.SetIconSize ( int  _arg1,
int  _arg2 
) [virtual]

Set the size of each icon in the icon texture.

Set the size of each icon in the icon texture.

virtual void Kitware.VTK.vtkRenderView.SetIconTexture ( vtkTexture  texture) [virtual]

Set the icon sheet to use for rendering icons.

Set the render window for this view. Note that this requires special handling in order to do correctly - see the notes in the detailed description of vtkRenderViewBase.

Set the interaction mode for the view. Choices are: vtkRenderView::INTERACTION_MODE_2D - 2D interactor vtkRenderView::INTERACTION_MODE_3D - 3D interactor.

Set the interaction mode for the view. Choices are: vtkRenderView::INTERACTION_MODE_2D - 2D interactor vtkRenderView::INTERACTION_MODE_3D - 3D interactor.

override void Kitware.VTK.vtkRenderView.SetInteractor ( vtkRenderWindowInteractor  interactor) [virtual]

The render window interactor. Note that this requires special handling in order to do correctly - see the notes in the detailed description of vtkRenderViewBase.

Reimplemented from Kitware.VTK.vtkRenderViewBase.

The interactor style associated with the render view.

virtual void Kitware.VTK.vtkRenderView.SetLabelPlacementMode ( int  mode) [virtual]

Label placement mode. NO_OVERLAP uses vtkLabelPlacementMapper, which has a faster startup time and works with 2D or 3D labels. ALL displays all labels (Warning: This may cause incredibly slow render times on datasets with more than a few hundred labels).

Label placement mode. NO_OVERLAP uses vtkLabelPlacementMapper, which has a faster startup time and works with 2D or 3D labels. ALL displays all labels (Warning: This may cause incredibly slow render times on datasets with more than a few hundred labels).

Label placement mode. NO_OVERLAP uses vtkLabelPlacementMapper, which has a faster startup time and works with 2D or 3D labels. ALL displays all labels (Warning: This may cause incredibly slow render times on datasets with more than a few hundred labels).

virtual void Kitware.VTK.vtkRenderView.SetLabelRenderMode ( int  mode) [virtual]

Label render mode. FREETYPE uses the freetype label rendering. QT uses more advanced Qt-based label rendering.

Label render mode. FREETYPE uses the freetype label rendering. QT uses more advanced Qt-based label rendering.

Label render mode. FREETYPE uses the freetype label rendering. QT uses more advanced Qt-based label rendering.

Whether to render on every mouse move.

Set the render window for this view. Note that this requires special handling in order to do correctly - see the notes in the detailed description of vtkRenderViewBase.

Reimplemented from Kitware.VTK.vtkRenderViewBase.

virtual void Kitware.VTK.vtkRenderView.SetSelectionMode ( int  _arg) [virtual]

Sets the selection mode for the render view. SURFACE selection uses vtkHardwareSelector to perform a selection of visible cells. FRUSTUM selection just creates a view frustum selection, which will select everything in the frustum.

Sets the selection mode for the render view. SURFACE selection uses vtkHardwareSelector to perform a selection of visible cells. FRUSTUM selection just creates a view frustum selection, which will select everything in the frustum.

Sets the selection mode for the render view. SURFACE selection uses vtkHardwareSelector to perform a selection of visible cells. FRUSTUM selection just creates a view frustum selection, which will select everything in the frustum.

virtual void Kitware.VTK.vtkRenderView.SetTransform ( vtkAbstractTransform  transform) [virtual]

Set the view's transform. All vtkRenderedRepresentations added to this view should use this transform.

static internal void Kitware.VTK.vtkRenderView.vtkRenderView_AddLabels_01 ( HandleRef  pThis,
HandleRef  conn 
) [private]
static internal void Kitware.VTK.vtkRenderView.vtkRenderView_ApplyViewTheme_02 ( HandleRef  pThis,
HandleRef  theme 
) [private]
static internal void Kitware.VTK.vtkRenderView.vtkRenderView_DisplayHoverTextOff_03 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkRenderView.vtkRenderView_DisplayHoverTextOn_04 ( HandleRef  pThis) [private]
static internal byte Kitware.VTK.vtkRenderView.vtkRenderView_GetDisplayHoverText_05 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkRenderView.vtkRenderView_GetDisplaySize_06 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkRenderView.vtkRenderView_GetDisplaySize_07 ( HandleRef  pThis,
ref int  dsx,
ref int  dsy 
) [private]
static internal IntPtr Kitware.VTK.vtkRenderView.vtkRenderView_GetIconSize_08 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkRenderView.vtkRenderView_GetIconSize_09 ( HandleRef  pThis,
ref int  _arg1,
ref int  _arg2 
) [private]
static internal void Kitware.VTK.vtkRenderView.vtkRenderView_GetIconSize_10 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal IntPtr Kitware.VTK.vtkRenderView.vtkRenderView_GetIconTexture_11 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkRenderView.vtkRenderView_GetInteractionMode_12 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkRenderView.vtkRenderView_GetInteractorStyle_13 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkRenderView.vtkRenderView_GetLabelPlacementMode_14 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkRenderView.vtkRenderView_GetLabelRenderMode_15 ( HandleRef  pThis) [private]
static internal byte Kitware.VTK.vtkRenderView.vtkRenderView_GetRenderOnMouseMove_16 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkRenderView.vtkRenderView_GetSelectionMode_17 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkRenderView.vtkRenderView_GetSelectionModeMaxValue_18 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkRenderView.vtkRenderView_GetSelectionModeMinValue_19 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkRenderView.vtkRenderView_GetTransform_20 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkRenderView.vtkRenderView_IsA_21 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkRenderView.vtkRenderView_IsTypeOf_22 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkRenderView.vtkRenderView_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkRenderView.vtkRenderView_NewInstance_24 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkRenderView.vtkRenderView_RemoveLabels_25 ( HandleRef  pThis,
HandleRef  conn 
) [private]
static internal void Kitware.VTK.vtkRenderView.vtkRenderView_Render_26 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkRenderView.vtkRenderView_RenderOnMouseMoveOff_27 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkRenderView.vtkRenderView_RenderOnMouseMoveOn_28 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkRenderView.vtkRenderView_SafeDownCast_29 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkRenderView.vtkRenderView_SetDisplayHoverText_30 ( HandleRef  pThis,
byte  b 
) [private]
static internal void Kitware.VTK.vtkRenderView.vtkRenderView_SetDisplaySize_31 ( HandleRef  pThis,
int  _arg1,
int  _arg2 
) [private]
static internal void Kitware.VTK.vtkRenderView.vtkRenderView_SetDisplaySize_32 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkRenderView.vtkRenderView_SetIconSize_33 ( HandleRef  pThis,
int  _arg1,
int  _arg2 
) [private]
static internal void Kitware.VTK.vtkRenderView.vtkRenderView_SetIconSize_34 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkRenderView.vtkRenderView_SetIconTexture_35 ( HandleRef  pThis,
HandleRef  texture 
) [private]
static internal void Kitware.VTK.vtkRenderView.vtkRenderView_SetInteractionMode_36 ( HandleRef  pThis,
int  mode 
) [private]
static internal void Kitware.VTK.vtkRenderView.vtkRenderView_SetInteractionModeTo2D_37 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkRenderView.vtkRenderView_SetInteractionModeTo3D_38 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkRenderView.vtkRenderView_SetInteractor_39 ( HandleRef  pThis,
HandleRef  interactor 
) [private]
static internal void Kitware.VTK.vtkRenderView.vtkRenderView_SetInteractorStyle_40 ( HandleRef  pThis,
HandleRef  style 
) [private]
static internal void Kitware.VTK.vtkRenderView.vtkRenderView_SetLabelPlacementMode_41 ( HandleRef  pThis,
int  mode 
) [private]
static internal void Kitware.VTK.vtkRenderView.vtkRenderView_SetLabelPlacementModeToAll_42 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkRenderView.vtkRenderView_SetLabelPlacementModeToNoOverlap_43 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkRenderView.vtkRenderView_SetLabelRenderMode_44 ( HandleRef  pThis,
int  mode 
) [private]
static internal void Kitware.VTK.vtkRenderView.vtkRenderView_SetLabelRenderModeToFreetype_45 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkRenderView.vtkRenderView_SetLabelRenderModeToQt_46 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkRenderView.vtkRenderView_SetRenderOnMouseMove_47 ( HandleRef  pThis,
byte  b 
) [private]
static internal void Kitware.VTK.vtkRenderView.vtkRenderView_SetRenderWindow_48 ( HandleRef  pThis,
HandleRef  win 
) [private]
static internal void Kitware.VTK.vtkRenderView.vtkRenderView_SetSelectionMode_49 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkRenderView.vtkRenderView_SetSelectionModeToFrustum_50 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkRenderView.vtkRenderView_SetSelectionModeToSurface_51 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkRenderView.vtkRenderView_SetTransform_52 ( HandleRef  pThis,
HandleRef  transform 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkRenderView.MRClassNameKey = "13vtkRenderView" [static]
new const string Kitware.VTK.vtkRenderView.MRFullTypeName = "Kitware.VTK.vtkRenderView"

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