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

vtkScalarBarRepresentation - represent scalar bar for vtkScalarBarWidget More...

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

List of all members.

Public Member Functions

 vtkScalarBarRepresentation (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkScalarBarRepresentation ()
 Undocumented Block.
override void BuildRepresentation ()
 Satisfy the superclass' API.
override void GetActors2D (vtkPropCollection collection)
 These methods are necessary to make this representation behave as a vtkProp.
int GetOrientation ()
 Get/Set the orientation.
virtual vtkScalarBarActor GetScalarBarActor ()
 The prop that is placed in the renderer.
override void GetSize (IntPtr size)
 Satisfy the superclass' API.
override int HasTranslucentPolygonalGeometry ()
 These methods are necessary to make this representation behave as a vtkProp.
override int IsA (string type)
 Undocumented Block.
new vtkScalarBarRepresentation NewInstance ()
 Undocumented Block.
override void ReleaseGraphicsResources (vtkWindow window)
 These methods are necessary to make this representation behave as a vtkProp.
override int RenderOpaqueGeometry (vtkViewport arg0)
 These methods are necessary to make this representation behave as a vtkProp.
override int RenderOverlay (vtkViewport arg0)
 These methods are necessary to make this representation behave as a vtkProp.
override int RenderTranslucentPolygonalGeometry (vtkViewport arg0)
 These methods are necessary to make this representation behave as a vtkProp.
void SetOrientation (int orient)
 Get/Set the orientation.
virtual void SetScalarBarActor (vtkScalarBarActor arg0)
 The prop that is placed in the renderer.
override void WidgetInteraction (IntPtr eventPos)
 Satisfy the superclass' API.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "26vtkScalarBarRepresentation"
 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 vtkScalarBarRepresentation_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkScalarBarRepresentation_BuildRepresentation_01 (HandleRef pThis)
static internal void vtkScalarBarRepresentation_GetActors2D_02 (HandleRef pThis, HandleRef collection)
static internal int vtkScalarBarRepresentation_GetOrientation_03 (HandleRef pThis)
static internal IntPtr vtkScalarBarRepresentation_GetScalarBarActor_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkScalarBarRepresentation_GetSize_05 (HandleRef pThis, IntPtr size)
static internal int vtkScalarBarRepresentation_HasTranslucentPolygonalGeometry_06 (HandleRef pThis)
static internal int vtkScalarBarRepresentation_IsA_07 (HandleRef pThis, string type)
static internal int vtkScalarBarRepresentation_IsTypeOf_08 (string type)
static internal IntPtr vtkScalarBarRepresentation_NewInstance_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkScalarBarRepresentation_ReleaseGraphicsResources_11 (HandleRef pThis, HandleRef window)
static internal int vtkScalarBarRepresentation_RenderOpaqueGeometry_12 (HandleRef pThis, HandleRef arg0)
static internal int vtkScalarBarRepresentation_RenderOverlay_13 (HandleRef pThis, HandleRef arg0)
static internal int vtkScalarBarRepresentation_RenderTranslucentPolygonalGeometry_14 (HandleRef pThis, HandleRef arg0)
static internal IntPtr vtkScalarBarRepresentation_SafeDownCast_15 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkScalarBarRepresentation_SetOrientation_16 (HandleRef pThis, int orient)
static internal void vtkScalarBarRepresentation_SetScalarBarActor_17 (HandleRef pThis, HandleRef arg0)
static internal void vtkScalarBarRepresentation_WidgetInteraction_18 (HandleRef pThis, IntPtr eventPos)

Static Private Member Functions

static vtkScalarBarRepresentation ()
 Automatically generated type registration mechanics.

Detailed Description

vtkScalarBarRepresentation - represent scalar bar for vtkScalarBarWidget

Description

This class represents a scalar bar for a vtkScalarBarWidget. This class provides support for interactively placing a scalar bar on the 2D overlay plane. The scalar bar is defined by an instance of vtkScalarBarActor.

One specialty of this class is that if the scalar bar is moved near enough to an edge, it's orientation is flipped to match that edge.

vtkScalarBarWidget vtkWidgetRepresentation vtkScalarBarActor


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

Satisfy the superclass' API.

Reimplemented from Kitware.VTK.vtkBorderRepresentation.

override void Kitware.VTK.vtkScalarBarRepresentation.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.vtkBorderRepresentation.

These methods are necessary to make this representation behave as a vtkProp.

Reimplemented from Kitware.VTK.vtkBorderRepresentation.

Get/Set the orientation.

The prop that is placed in the renderer.

Here is the call graph for this function:

override void Kitware.VTK.vtkScalarBarRepresentation.GetSize ( IntPtr  size) [virtual]

Satisfy the superclass' API.

Reimplemented from Kitware.VTK.vtkBorderRepresentation.

These methods are necessary to make this representation behave as a vtkProp.

Reimplemented from Kitware.VTK.vtkBorderRepresentation.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkBorderRepresentation.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkBorderRepresentation.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkBorderRepresentation.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkBorderRepresentation.

These methods are necessary to make this representation behave as a vtkProp.

Reimplemented from Kitware.VTK.vtkBorderRepresentation.

These methods are necessary to make this representation behave as a vtkProp.

Reimplemented from Kitware.VTK.vtkBorderRepresentation.

These methods are necessary to make this representation behave as a vtkProp.

Reimplemented from Kitware.VTK.vtkBorderRepresentation.

These methods are necessary to make this representation behave as a vtkProp.

Reimplemented from Kitware.VTK.vtkBorderRepresentation.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkBorderRepresentation.

Here is the call graph for this function:

Get/Set the orientation.

The prop that is placed in the renderer.

static internal void Kitware.VTK.vtkScalarBarRepresentation.vtkScalarBarRepresentation_GetActors2D_02 ( HandleRef  pThis,
HandleRef  collection 
) [private]
static internal IntPtr Kitware.VTK.vtkScalarBarRepresentation.vtkScalarBarRepresentation_GetScalarBarActor_04 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkScalarBarRepresentation.vtkScalarBarRepresentation_GetSize_05 ( HandleRef  pThis,
IntPtr  size 
) [private]
static internal int Kitware.VTK.vtkScalarBarRepresentation.vtkScalarBarRepresentation_IsA_07 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkScalarBarRepresentation.vtkScalarBarRepresentation_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkScalarBarRepresentation.vtkScalarBarRepresentation_NewInstance_10 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkScalarBarRepresentation.vtkScalarBarRepresentation_ReleaseGraphicsResources_11 ( HandleRef  pThis,
HandleRef  window 
) [private]
static internal int Kitware.VTK.vtkScalarBarRepresentation.vtkScalarBarRepresentation_RenderOpaqueGeometry_12 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal int Kitware.VTK.vtkScalarBarRepresentation.vtkScalarBarRepresentation_RenderOverlay_13 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal int Kitware.VTK.vtkScalarBarRepresentation.vtkScalarBarRepresentation_RenderTranslucentPolygonalGeometry_14 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal IntPtr Kitware.VTK.vtkScalarBarRepresentation.vtkScalarBarRepresentation_SafeDownCast_15 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkScalarBarRepresentation.vtkScalarBarRepresentation_SetOrientation_16 ( HandleRef  pThis,
int  orient 
) [private]
static internal void Kitware.VTK.vtkScalarBarRepresentation.vtkScalarBarRepresentation_SetScalarBarActor_17 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkScalarBarRepresentation.vtkScalarBarRepresentation_WidgetInteraction_18 ( HandleRef  pThis,
IntPtr  eventPos 
) [private]
override void Kitware.VTK.vtkScalarBarRepresentation.WidgetInteraction ( IntPtr  eventPos) [virtual]

Satisfy the superclass' API.

Reimplemented from Kitware.VTK.vtkBorderRepresentation.


Member Data Documentation

new readonly string Kitware.VTK.vtkScalarBarRepresentation.MRClassNameKey = "26vtkScalarBarRepresentation" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkBorderRepresentation.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkBorderRepresentation.


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