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

vtkColorLegend - Legend item to display vtkScalarsToColors. More...

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

List of all members.

Public Member Functions

 vtkColorLegend (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkColorLegend ()
 Undocumented Block.
virtual void GetBounds (IntPtr bounds)
 Bounds of the item, by default (0, 1, 0, 1) but it mainly depends on the range of the vtkScalarsToColors function.
virtual vtkScalarsToColors GetTransferFunction ()
 Paint the texture into a rectangle defined by the bounds. If MaskAboveCurve is true and a shape has been provided by a subclass, it draws the texture into the shape.
override int IsA (string type)
 Undocumented Block.
new vtkColorLegend NewInstance ()
 Undocumented Block.
override bool Paint (vtkContext2D painter)
 Paint the texture into a rectangle defined by the bounds. If MaskAboveCurve is true and a shape has been provided by a subclass, it draws the texture into the shape.
virtual void SetTransferFunction (vtkScalarsToColors transfer)
 Paint the texture into a rectangle defined by the bounds. If MaskAboveCurve is true and a shape has been provided by a subclass, it draws the texture into the shape.
override void Update ()
 Perform any updates to the item that may be necessary before rendering. The scene should take care of calling this on all items before their Paint function is invoked.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "14vtkColorLegend"
 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 vtkColorLegend_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkColorLegend_GetBounds_01 (HandleRef pThis, IntPtr bounds)
static internal IntPtr vtkColorLegend_GetTransferFunction_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkColorLegend_IsA_03 (HandleRef pThis, string type)
static internal int vtkColorLegend_IsTypeOf_04 (string type)
static internal IntPtr vtkColorLegend_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal byte vtkColorLegend_Paint_07 (HandleRef pThis, HandleRef painter)
static internal IntPtr vtkColorLegend_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkColorLegend_SetTransferFunction_09 (HandleRef pThis, HandleRef transfer)
static internal void vtkColorLegend_Update_10 (HandleRef pThis)

Static Private Member Functions

static vtkColorLegend ()
 Automatically generated type registration mechanics.

Detailed Description

vtkColorLegend - Legend item to display vtkScalarsToColors.

Description vtkColorLegend is an item that will display the vtkScalarsToColors using a 1D texture, and a vtkAxis to show both the color and numerical range.


Constructor & Destructor Documentation

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

Automatically generated type registration mechanics.

Kitware.VTK.vtkColorLegend.vtkColorLegend ( 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.vtkColorLegend.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.vtkChartLegend.

virtual void Kitware.VTK.vtkColorLegend.GetBounds ( IntPtr  bounds) [virtual]

Bounds of the item, by default (0, 1, 0, 1) but it mainly depends on the range of the vtkScalarsToColors function.

Paint the texture into a rectangle defined by the bounds. If MaskAboveCurve is true and a shape has been provided by a subclass, it draws the texture into the shape.

Here is the call graph for this function:

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkChartLegend.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkChartLegend.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkChartLegend.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkChartLegend.

override bool Kitware.VTK.vtkColorLegend.Paint ( vtkContext2D  painter) [virtual]

Paint the texture into a rectangle defined by the bounds. If MaskAboveCurve is true and a shape has been provided by a subclass, it draws the texture into the shape.

Reimplemented from Kitware.VTK.vtkChartLegend.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkChartLegend.

Here is the call graph for this function:

Paint the texture into a rectangle defined by the bounds. If MaskAboveCurve is true and a shape has been provided by a subclass, it draws the texture into the shape.

override void Kitware.VTK.vtkColorLegend.Update ( ) [virtual]

Perform any updates to the item that may be necessary before rendering. The scene should take care of calling this on all items before their Paint function is invoked.

Reimplemented from Kitware.VTK.vtkChartLegend.

static internal void Kitware.VTK.vtkColorLegend.vtkColorLegend_GetBounds_01 ( HandleRef  pThis,
IntPtr  bounds 
) [private]
static internal IntPtr Kitware.VTK.vtkColorLegend.vtkColorLegend_GetTransferFunction_02 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkColorLegend.vtkColorLegend_IsA_03 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkColorLegend.vtkColorLegend_IsTypeOf_04 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkColorLegend.vtkColorLegend_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkColorLegend.vtkColorLegend_NewInstance_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal byte Kitware.VTK.vtkColorLegend.vtkColorLegend_Paint_07 ( HandleRef  pThis,
HandleRef  painter 
) [private]
static internal IntPtr Kitware.VTK.vtkColorLegend.vtkColorLegend_SafeDownCast_08 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkColorLegend.vtkColorLegend_SetTransferFunction_09 ( HandleRef  pThis,
HandleRef  transfer 
) [private]
static internal void Kitware.VTK.vtkColorLegend.vtkColorLegend_Update_10 ( HandleRef  pThis) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkColorLegend.MRClassNameKey = "14vtkColorLegend" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkChartLegend.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkChartLegend.


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