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

vtkScalarsToColorsItem - Abstract class for ScalarsToColors items. More...

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

List of all members.

Public Member Functions

 vtkScalarsToColorsItem (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
override void GetBounds (IntPtr bounds)
 Bounds of the item, by default (0, 1, 0, 1) but it mainly depends on the range of the ScalarsToColors function. Need to be reimplemented by subclasses if the range is != [0,1].
virtual bool GetMaskAboveCurve ()
 Don't fill in the part above the transfer function. If true texture is not visible above the shape provided by subclasses, otherwise the whole rectangle defined by the bounds is filled with the transfer function. Note: only 2D transfer functions (RGB tf + alpha tf ) support the feature.
virtual vtkPen GetPolyLinePen ()
 Get a pointer to the vtkPen object that controls the drawing of the edge of the shape if any. PolyLinePen type is vtkPen::NO_PEN by default.
override int IsA (string type)
 Undocumented Block.
new vtkScalarsToColorsItem 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 SetMaskAboveCurve (bool _arg)
 Don't fill in the part above the transfer function. If true texture is not visible above the shape provided by subclasses, otherwise the whole rectangle defined by the bounds is filled with the transfer function. Note: only 2D transfer functions (RGB tf + alpha tf ) support the feature.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "22vtkScalarsToColorsItem"
 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 void vtkScalarsToColorsItem_GetBounds_01 (HandleRef pThis, IntPtr bounds)
static internal byte vtkScalarsToColorsItem_GetMaskAboveCurve_02 (HandleRef pThis)
static internal IntPtr vtkScalarsToColorsItem_GetPolyLinePen_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkScalarsToColorsItem_IsA_04 (HandleRef pThis, string type)
static internal int vtkScalarsToColorsItem_IsTypeOf_05 (string type)
static internal IntPtr vtkScalarsToColorsItem_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal byte vtkScalarsToColorsItem_Paint_07 (HandleRef pThis, HandleRef painter)
static internal IntPtr vtkScalarsToColorsItem_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkScalarsToColorsItem_SetMaskAboveCurve_09 (HandleRef pThis, byte _arg)

Static Private Member Functions

static vtkScalarsToColorsItem ()
 Automatically generated type registration mechanics.

Detailed Description

vtkScalarsToColorsItem - Abstract class for ScalarsToColors items.

Description vtkScalarsToColorsItem implements item bounds and painting for inherited classes that provide a texture (ComputeTexture()) and optionally a shape

vtkControlPointsItem vtkLookupTableItem vtkColorTransferFunctionItem vtkCompositeTransferFunctionItem vtkPiecewiseItemFunctionItem


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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


Member Function Documentation

override void Kitware.VTK.vtkScalarsToColorsItem.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.vtkPlot.

Reimplemented in Kitware.VTK.vtkColorTransferFunctionItem, Kitware.VTK.vtkLookupTableItem, Kitware.VTK.vtkCompositeTransferFunctionItem, and Kitware.VTK.vtkPiecewiseFunctionItem.

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

Bounds of the item, by default (0, 1, 0, 1) but it mainly depends on the range of the ScalarsToColors function. Need to be reimplemented by subclasses if the range is != [0,1].

Reimplemented from Kitware.VTK.vtkPlot.

Reimplemented in Kitware.VTK.vtkColorTransferFunctionItem, Kitware.VTK.vtkLookupTableItem, Kitware.VTK.vtkCompositeTransferFunctionItem, and Kitware.VTK.vtkPiecewiseFunctionItem.

Don't fill in the part above the transfer function. If true texture is not visible above the shape provided by subclasses, otherwise the whole rectangle defined by the bounds is filled with the transfer function. Note: only 2D transfer functions (RGB tf + alpha tf ) support the feature.

Get a pointer to the vtkPen object that controls the drawing of the edge of the shape if any. PolyLinePen type is vtkPen::NO_PEN by default.

Here is the call graph for this function:

override int Kitware.VTK.vtkScalarsToColorsItem.IsA ( string  type) [virtual]
static new int Kitware.VTK.vtkScalarsToColorsItem.IsTypeOf ( string  type) [static]
override bool Kitware.VTK.vtkScalarsToColorsItem.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.vtkAbstractContextItem.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPlot.

Reimplemented in Kitware.VTK.vtkColorTransferFunctionItem, Kitware.VTK.vtkLookupTableItem, Kitware.VTK.vtkCompositeTransferFunctionItem, and Kitware.VTK.vtkPiecewiseFunctionItem.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkScalarsToColorsItem.SetMaskAboveCurve ( bool  _arg) [virtual]

Don't fill in the part above the transfer function. If true texture is not visible above the shape provided by subclasses, otherwise the whole rectangle defined by the bounds is filled with the transfer function. Note: only 2D transfer functions (RGB tf + alpha tf ) support the feature.

static internal void Kitware.VTK.vtkScalarsToColorsItem.vtkScalarsToColorsItem_GetBounds_01 ( HandleRef  pThis,
IntPtr  bounds 
) [private]
static internal byte Kitware.VTK.vtkScalarsToColorsItem.vtkScalarsToColorsItem_GetMaskAboveCurve_02 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkScalarsToColorsItem.vtkScalarsToColorsItem_GetPolyLinePen_03 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkScalarsToColorsItem.vtkScalarsToColorsItem_IsA_04 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkScalarsToColorsItem.vtkScalarsToColorsItem_IsTypeOf_05 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkScalarsToColorsItem.vtkScalarsToColorsItem_NewInstance_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal byte Kitware.VTK.vtkScalarsToColorsItem.vtkScalarsToColorsItem_Paint_07 ( HandleRef  pThis,
HandleRef  painter 
) [private]
static internal IntPtr Kitware.VTK.vtkScalarsToColorsItem.vtkScalarsToColorsItem_SafeDownCast_08 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkScalarsToColorsItem.vtkScalarsToColorsItem_SetMaskAboveCurve_09 ( HandleRef  pThis,
byte  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkScalarsToColorsItem.MRClassNameKey = "22vtkScalarsToColorsItem" [static]
new const string Kitware.VTK.vtkScalarsToColorsItem.MRFullTypeName = "Kitware.VTK.vtkScalarsToColorsItem"

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