ActiViz .NET
5.8.0
|
vtkScalarsToColorsItem - Abstract class for ScalarsToColors items. More...
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. |
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
static Kitware.VTK.vtkScalarsToColorsItem.vtkScalarsToColorsItem | ( | ) | [static, private] |
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.
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.
virtual bool Kitware.VTK.vtkScalarsToColorsItem.GetMaskAboveCurve | ( | ) | [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.
virtual vtkPen Kitware.VTK.vtkScalarsToColorsItem.GetPolyLinePen | ( | ) | [virtual] |
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 Kitware.VTK.vtkScalarsToColorsItem.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPlot.
Reimplemented in Kitware.VTK.vtkColorTransferFunctionItem, Kitware.VTK.vtkLookupTableItem, Kitware.VTK.vtkCompositeTransferFunctionItem, and Kitware.VTK.vtkPiecewiseFunctionItem.
static new int Kitware.VTK.vtkScalarsToColorsItem.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPlot.
Reimplemented in Kitware.VTK.vtkColorTransferFunctionItem, Kitware.VTK.vtkLookupTableItem, Kitware.VTK.vtkCompositeTransferFunctionItem, and Kitware.VTK.vtkPiecewiseFunctionItem.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPlot.
Reimplemented in Kitware.VTK.vtkColorTransferFunctionItem, Kitware.VTK.vtkLookupTableItem, Kitware.VTK.vtkCompositeTransferFunctionItem, and Kitware.VTK.vtkPiecewiseFunctionItem.
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.
static new vtkScalarsToColorsItem Kitware.VTK.vtkScalarsToColorsItem.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPlot.
Reimplemented in Kitware.VTK.vtkColorTransferFunctionItem, Kitware.VTK.vtkLookupTableItem, Kitware.VTK.vtkCompositeTransferFunctionItem, and Kitware.VTK.vtkPiecewiseFunctionItem.
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] |
new readonly string Kitware.VTK.vtkScalarsToColorsItem.MRClassNameKey = "22vtkScalarsToColorsItem" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPlot.
Reimplemented in Kitware.VTK.vtkColorTransferFunctionItem, Kitware.VTK.vtkLookupTableItem, Kitware.VTK.vtkCompositeTransferFunctionItem, and Kitware.VTK.vtkPiecewiseFunctionItem.
new const string Kitware.VTK.vtkScalarsToColorsItem.MRFullTypeName = "Kitware.VTK.vtkScalarsToColorsItem" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPlot.
Reimplemented in Kitware.VTK.vtkColorTransferFunctionItem, Kitware.VTK.vtkLookupTableItem, Kitware.VTK.vtkCompositeTransferFunctionItem, and Kitware.VTK.vtkPiecewiseFunctionItem.