ActiViz .NET
5.8.0
|
vtkApplyColors - apply colors to a data set. More...
Public Member Functions | |
vtkApplyColors (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkApplyColors () | |
Undocumented Block. | |
virtual string | GetCellColorOutputArrayName () |
The output array name for the cell color RGBA array. Default is "vtkApplyColors color". | |
virtual vtkScalarsToColors | GetCellLookupTable () |
The lookup table to use for cell colors. This is only used if input array 1 is set and UseCellLookupTable is on. | |
virtual double[] | GetDefaultCellColor () |
The default cell color for all unannotated, unselected elements of the data. This is used if UseCellLookupTable is off. | |
virtual void | GetDefaultCellColor (ref double _arg1, ref double _arg2, ref double _arg3) |
The default cell color for all unannotated, unselected elements of the data. This is used if UseCellLookupTable is off. | |
virtual void | GetDefaultCellColor (IntPtr _arg) |
The default cell color for all unannotated, unselected elements of the data. This is used if UseCellLookupTable is off. | |
virtual double | GetDefaultCellOpacity () |
The default cell opacity for all unannotated, unselected elements of the data. This is used if UseCellLookupTable is off. | |
virtual double[] | GetDefaultPointColor () |
The default point color for all unannotated, unselected elements of the data. This is used if UsePointLookupTable is off. | |
virtual void | GetDefaultPointColor (ref double _arg1, ref double _arg2, ref double _arg3) |
The default point color for all unannotated, unselected elements of the data. This is used if UsePointLookupTable is off. | |
virtual void | GetDefaultPointColor (IntPtr _arg) |
The default point color for all unannotated, unselected elements of the data. This is used if UsePointLookupTable is off. | |
virtual double | GetDefaultPointOpacity () |
The default point opacity for all unannotated, unselected elements of the data. This is used if UsePointLookupTable is off. | |
virtual string | GetPointColorOutputArrayName () |
The output array name for the point color RGBA array. Default is "vtkApplyColors color". | |
virtual vtkScalarsToColors | GetPointLookupTable () |
The lookup table to use for point colors. This is only used if input array 0 is set and UsePointLookupTable is on. | |
virtual bool | GetScaleCellLookupTable () |
If on, uses the range of the data to scale the lookup table range. Otherwise, uses the range defined in the lookup table. | |
virtual bool | GetScalePointLookupTable () |
If on, uses the range of the data to scale the lookup table range. Otherwise, uses the range defined in the lookup table. | |
virtual double[] | GetSelectedCellColor () |
The cell color for all selected elements of the data. This is used if the selection input is available. | |
virtual void | GetSelectedCellColor (ref double _arg1, ref double _arg2, ref double _arg3) |
The cell color for all selected elements of the data. This is used if the selection input is available. | |
virtual void | GetSelectedCellColor (IntPtr _arg) |
The cell color for all selected elements of the data. This is used if the selection input is available. | |
virtual double | GetSelectedCellOpacity () |
The cell opacity for all selected elements of the data. This is used if the selection input is available. | |
virtual double[] | GetSelectedPointColor () |
The point color for all selected elements of the data. This is used if the selection input is available. | |
virtual void | GetSelectedPointColor (ref double _arg1, ref double _arg2, ref double _arg3) |
The point color for all selected elements of the data. This is used if the selection input is available. | |
virtual void | GetSelectedPointColor (IntPtr _arg) |
The point color for all selected elements of the data. This is used if the selection input is available. | |
virtual double | GetSelectedPointOpacity () |
The point opacity for all selected elements of the data. This is used if the selection input is available. | |
virtual bool | GetUseCellLookupTable () |
If on, uses the cell lookup table to set the colors of unannotated, unselected elements of the data. | |
virtual bool | GetUseCurrentAnnotationColor () |
Use the annotation to color the current annotation (i.e. the current selection). Otherwise use the selection color attributes of this filter. | |
virtual bool | GetUsePointLookupTable () |
If on, uses the point lookup table to set the colors of unannotated, unselected elements of the data. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkApplyColors | NewInstance () |
Undocumented Block. | |
virtual void | ScaleCellLookupTableOff () |
If on, uses the range of the data to scale the lookup table range. Otherwise, uses the range defined in the lookup table. | |
virtual void | ScaleCellLookupTableOn () |
If on, uses the range of the data to scale the lookup table range. Otherwise, uses the range defined in the lookup table. | |
virtual void | ScalePointLookupTableOff () |
If on, uses the range of the data to scale the lookup table range. Otherwise, uses the range defined in the lookup table. | |
virtual void | ScalePointLookupTableOn () |
If on, uses the range of the data to scale the lookup table range. Otherwise, uses the range defined in the lookup table. | |
virtual void | SetCellColorOutputArrayName (string _arg) |
The output array name for the cell color RGBA array. Default is "vtkApplyColors color". | |
virtual void | SetCellLookupTable (vtkScalarsToColors lut) |
The lookup table to use for cell colors. This is only used if input array 1 is set and UseCellLookupTable is on. | |
virtual void | SetDefaultCellColor (double _arg1, double _arg2, double _arg3) |
The default cell color for all unannotated, unselected elements of the data. This is used if UseCellLookupTable is off. | |
virtual void | SetDefaultCellColor (IntPtr _arg) |
The default cell color for all unannotated, unselected elements of the data. This is used if UseCellLookupTable is off. | |
virtual void | SetDefaultCellOpacity (double _arg) |
The default cell opacity for all unannotated, unselected elements of the data. This is used if UseCellLookupTable is off. | |
virtual void | SetDefaultPointColor (double _arg1, double _arg2, double _arg3) |
The default point color for all unannotated, unselected elements of the data. This is used if UsePointLookupTable is off. | |
virtual void | SetDefaultPointColor (IntPtr _arg) |
The default point color for all unannotated, unselected elements of the data. This is used if UsePointLookupTable is off. | |
virtual void | SetDefaultPointOpacity (double _arg) |
The default point opacity for all unannotated, unselected elements of the data. This is used if UsePointLookupTable is off. | |
virtual void | SetPointColorOutputArrayName (string _arg) |
The output array name for the point color RGBA array. Default is "vtkApplyColors color". | |
virtual void | SetPointLookupTable (vtkScalarsToColors lut) |
The lookup table to use for point colors. This is only used if input array 0 is set and UsePointLookupTable is on. | |
virtual void | SetScaleCellLookupTable (bool _arg) |
If on, uses the range of the data to scale the lookup table range. Otherwise, uses the range defined in the lookup table. | |
virtual void | SetScalePointLookupTable (bool _arg) |
If on, uses the range of the data to scale the lookup table range. Otherwise, uses the range defined in the lookup table. | |
virtual void | SetSelectedCellColor (double _arg1, double _arg2, double _arg3) |
The cell color for all selected elements of the data. This is used if the selection input is available. | |
virtual void | SetSelectedCellColor (IntPtr _arg) |
The cell color for all selected elements of the data. This is used if the selection input is available. | |
virtual void | SetSelectedCellOpacity (double _arg) |
The cell opacity for all selected elements of the data. This is used if the selection input is available. | |
virtual void | SetSelectedPointColor (double _arg1, double _arg2, double _arg3) |
The point color for all selected elements of the data. This is used if the selection input is available. | |
virtual void | SetSelectedPointColor (IntPtr _arg) |
The point color for all selected elements of the data. This is used if the selection input is available. | |
virtual void | SetSelectedPointOpacity (double _arg) |
The point opacity for all selected elements of the data. This is used if the selection input is available. | |
virtual void | SetUseCellLookupTable (bool _arg) |
If on, uses the cell lookup table to set the colors of unannotated, unselected elements of the data. | |
virtual void | SetUseCurrentAnnotationColor (bool _arg) |
Use the annotation to color the current annotation (i.e. the current selection). Otherwise use the selection color attributes of this filter. | |
virtual void | SetUsePointLookupTable (bool _arg) |
If on, uses the point lookup table to set the colors of unannotated, unselected elements of the data. | |
virtual void | UseCellLookupTableOff () |
If on, uses the cell lookup table to set the colors of unannotated, unselected elements of the data. | |
virtual void | UseCellLookupTableOn () |
If on, uses the cell lookup table to set the colors of unannotated, unselected elements of the data. | |
virtual void | UseCurrentAnnotationColorOff () |
Use the annotation to color the current annotation (i.e. the current selection). Otherwise use the selection color attributes of this filter. | |
virtual void | UseCurrentAnnotationColorOn () |
Use the annotation to color the current annotation (i.e. the current selection). Otherwise use the selection color attributes of this filter. | |
virtual void | UsePointLookupTableOff () |
If on, uses the point lookup table to set the colors of unannotated, unselected elements of the data. | |
virtual void | UsePointLookupTableOn () |
If on, uses the point lookup table to set the colors of unannotated, unselected elements of the data. | |
Static Public Member Functions | |
static new vtkApplyColors | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkApplyColors | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkApplyColors" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "14vtkApplyColors" |
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 | vtkApplyColors_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkApplyColors_GetCellColorOutputArrayName_01 (HandleRef pThis) |
static internal IntPtr | vtkApplyColors_GetCellLookupTable_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkApplyColors_GetDefaultCellColor_03 (HandleRef pThis) |
static internal void | vtkApplyColors_GetDefaultCellColor_04 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3) |
static internal void | vtkApplyColors_GetDefaultCellColor_05 (HandleRef pThis, IntPtr _arg) |
static internal double | vtkApplyColors_GetDefaultCellOpacity_06 (HandleRef pThis) |
static internal IntPtr | vtkApplyColors_GetDefaultPointColor_07 (HandleRef pThis) |
static internal void | vtkApplyColors_GetDefaultPointColor_08 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3) |
static internal void | vtkApplyColors_GetDefaultPointColor_09 (HandleRef pThis, IntPtr _arg) |
static internal double | vtkApplyColors_GetDefaultPointOpacity_10 (HandleRef pThis) |
static internal IntPtr | vtkApplyColors_GetPointColorOutputArrayName_11 (HandleRef pThis) |
static internal IntPtr | vtkApplyColors_GetPointLookupTable_12 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal byte | vtkApplyColors_GetScaleCellLookupTable_13 (HandleRef pThis) |
static internal byte | vtkApplyColors_GetScalePointLookupTable_14 (HandleRef pThis) |
static internal IntPtr | vtkApplyColors_GetSelectedCellColor_15 (HandleRef pThis) |
static internal void | vtkApplyColors_GetSelectedCellColor_16 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3) |
static internal void | vtkApplyColors_GetSelectedCellColor_17 (HandleRef pThis, IntPtr _arg) |
static internal double | vtkApplyColors_GetSelectedCellOpacity_18 (HandleRef pThis) |
static internal IntPtr | vtkApplyColors_GetSelectedPointColor_19 (HandleRef pThis) |
static internal void | vtkApplyColors_GetSelectedPointColor_20 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3) |
static internal void | vtkApplyColors_GetSelectedPointColor_21 (HandleRef pThis, IntPtr _arg) |
static internal double | vtkApplyColors_GetSelectedPointOpacity_22 (HandleRef pThis) |
static internal byte | vtkApplyColors_GetUseCellLookupTable_23 (HandleRef pThis) |
static internal byte | vtkApplyColors_GetUseCurrentAnnotationColor_24 (HandleRef pThis) |
static internal byte | vtkApplyColors_GetUsePointLookupTable_25 (HandleRef pThis) |
static internal int | vtkApplyColors_IsA_26 (HandleRef pThis, string type) |
static internal int | vtkApplyColors_IsTypeOf_27 (string type) |
static internal IntPtr | vtkApplyColors_NewInstance_29 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkApplyColors_SafeDownCast_30 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkApplyColors_ScaleCellLookupTableOff_31 (HandleRef pThis) |
static internal void | vtkApplyColors_ScaleCellLookupTableOn_32 (HandleRef pThis) |
static internal void | vtkApplyColors_ScalePointLookupTableOff_33 (HandleRef pThis) |
static internal void | vtkApplyColors_ScalePointLookupTableOn_34 (HandleRef pThis) |
static internal void | vtkApplyColors_SetCellColorOutputArrayName_35 (HandleRef pThis, string _arg) |
static internal void | vtkApplyColors_SetCellLookupTable_36 (HandleRef pThis, HandleRef lut) |
static internal void | vtkApplyColors_SetDefaultCellColor_37 (HandleRef pThis, double _arg1, double _arg2, double _arg3) |
static internal void | vtkApplyColors_SetDefaultCellColor_38 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkApplyColors_SetDefaultCellOpacity_39 (HandleRef pThis, double _arg) |
static internal void | vtkApplyColors_SetDefaultPointColor_40 (HandleRef pThis, double _arg1, double _arg2, double _arg3) |
static internal void | vtkApplyColors_SetDefaultPointColor_41 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkApplyColors_SetDefaultPointOpacity_42 (HandleRef pThis, double _arg) |
static internal void | vtkApplyColors_SetPointColorOutputArrayName_43 (HandleRef pThis, string _arg) |
static internal void | vtkApplyColors_SetPointLookupTable_44 (HandleRef pThis, HandleRef lut) |
static internal void | vtkApplyColors_SetScaleCellLookupTable_45 (HandleRef pThis, byte _arg) |
static internal void | vtkApplyColors_SetScalePointLookupTable_46 (HandleRef pThis, byte _arg) |
static internal void | vtkApplyColors_SetSelectedCellColor_47 (HandleRef pThis, double _arg1, double _arg2, double _arg3) |
static internal void | vtkApplyColors_SetSelectedCellColor_48 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkApplyColors_SetSelectedCellOpacity_49 (HandleRef pThis, double _arg) |
static internal void | vtkApplyColors_SetSelectedPointColor_50 (HandleRef pThis, double _arg1, double _arg2, double _arg3) |
static internal void | vtkApplyColors_SetSelectedPointColor_51 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkApplyColors_SetSelectedPointOpacity_52 (HandleRef pThis, double _arg) |
static internal void | vtkApplyColors_SetUseCellLookupTable_53 (HandleRef pThis, byte _arg) |
static internal void | vtkApplyColors_SetUseCurrentAnnotationColor_54 (HandleRef pThis, byte _arg) |
static internal void | vtkApplyColors_SetUsePointLookupTable_55 (HandleRef pThis, byte _arg) |
static internal void | vtkApplyColors_UseCellLookupTableOff_56 (HandleRef pThis) |
static internal void | vtkApplyColors_UseCellLookupTableOn_57 (HandleRef pThis) |
static internal void | vtkApplyColors_UseCurrentAnnotationColorOff_58 (HandleRef pThis) |
static internal void | vtkApplyColors_UseCurrentAnnotationColorOn_59 (HandleRef pThis) |
static internal void | vtkApplyColors_UsePointLookupTableOff_60 (HandleRef pThis) |
static internal void | vtkApplyColors_UsePointLookupTableOn_61 (HandleRef pThis) |
Static Private Member Functions | |
static | vtkApplyColors () |
Automatically generated type registration mechanics. |
vtkApplyColors - apply colors to a data set.
Description vtkApplyColors performs a coloring of the dataset using default colors, lookup tables, annotations, and/or a selection. The output is a four-component vtkUnsignedCharArray containing RGBA tuples for each element in the dataset. The first input is the dataset to be colored, which may be a vtkTable, vtkGraph subclass, or vtkDataSet subclass. The API of this algorithm refers to "points" and "cells". For vtkGraph, the "points" refer to the graph vertices and "cells" refer to graph edges. For vtkTable, "points" refer to table rows. For vtkDataSet subclasses, the meaning is obvious.
The second (optional) input is a vtkAnnotationLayers object, which stores a list of annotation layers, with each layer holding a list of vtkAnnotation objects. The annotation specifies a subset of data along with other properties, including color. For annotations with color properties, this algorithm will use the color to color elements, using a "top one wins" strategy.
The third (optional) input is a vtkSelection object, meant for specifying the current selection. You can control the color of the selection.
The algorithm takes two input arrays, specified with SetInputArrayToProcess(0, 0, 0, vtkDataObject::FIELD_ASSOCIATION_POINTS, name) and SetInputArrayToProcess(1, 0, 0, vtkDataObject::FIELD_ASSOCIATION_CELLS, name). These set the point and cell data arrays to use to color the data with the associated lookup table. For vtkGraph, vtkTable inputs, you would use FIELD_ASSOCIATION_VERTICES, FIELD_ASSOCIATION_EDGES, or FIELD_ASSOCIATION_ROWS as appropriate.
To use the color array generated here, you should do the following:
mapper->SetScalarModeToUseCellFieldData(); mapper->SelectColorArray("vtkApplyColors color"); mapper->SetScalarVisibility(true);
Colors are assigned with the following priorities: <ol> <li> If an item is part of the selection, it is colored with that color. <li> Otherwise, if the item is part of an annotation, it is colored with the color of the final (top) annotation in the set of layers. <li> Otherwise, if the lookup table is used, it is colored using the lookup table color for the data value of the element. <li> Otherwise it will be colored with the default color. </ol>
Note: The opacity of an unselected item is defined by the multiplication of default opacity, lookup table opacity, and annotation opacity, where opacity is taken as a number from 0 to 1. So items will never be more opaque than any of these three opacities. Selected items are always given the selection opacity directly.
static Kitware.VTK.vtkApplyColors.vtkApplyColors | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkApplyColors.vtkApplyColors | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkApplyColors.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.vtkPassInputTypeAlgorithm.
virtual string Kitware.VTK.vtkApplyColors.GetCellColorOutputArrayName | ( | ) | [virtual] |
The output array name for the cell color RGBA array. Default is "vtkApplyColors color".
virtual vtkScalarsToColors Kitware.VTK.vtkApplyColors.GetCellLookupTable | ( | ) | [virtual] |
The lookup table to use for cell colors. This is only used if input array 1 is set and UseCellLookupTable is on.
virtual double [] Kitware.VTK.vtkApplyColors.GetDefaultCellColor | ( | ) | [virtual] |
The default cell color for all unannotated, unselected elements of the data. This is used if UseCellLookupTable is off.
virtual void Kitware.VTK.vtkApplyColors.GetDefaultCellColor | ( | ref double | _arg1, |
ref double | _arg2, | ||
ref double | _arg3 | ||
) | [virtual] |
The default cell color for all unannotated, unselected elements of the data. This is used if UseCellLookupTable is off.
virtual void Kitware.VTK.vtkApplyColors.GetDefaultCellColor | ( | IntPtr | _arg | ) | [virtual] |
The default cell color for all unannotated, unselected elements of the data. This is used if UseCellLookupTable is off.
virtual double Kitware.VTK.vtkApplyColors.GetDefaultCellOpacity | ( | ) | [virtual] |
The default cell opacity for all unannotated, unselected elements of the data. This is used if UseCellLookupTable is off.
virtual double [] Kitware.VTK.vtkApplyColors.GetDefaultPointColor | ( | ) | [virtual] |
The default point color for all unannotated, unselected elements of the data. This is used if UsePointLookupTable is off.
virtual void Kitware.VTK.vtkApplyColors.GetDefaultPointColor | ( | ref double | _arg1, |
ref double | _arg2, | ||
ref double | _arg3 | ||
) | [virtual] |
The default point color for all unannotated, unselected elements of the data. This is used if UsePointLookupTable is off.
virtual void Kitware.VTK.vtkApplyColors.GetDefaultPointColor | ( | IntPtr | _arg | ) | [virtual] |
The default point color for all unannotated, unselected elements of the data. This is used if UsePointLookupTable is off.
virtual double Kitware.VTK.vtkApplyColors.GetDefaultPointOpacity | ( | ) | [virtual] |
The default point opacity for all unannotated, unselected elements of the data. This is used if UsePointLookupTable is off.
virtual string Kitware.VTK.vtkApplyColors.GetPointColorOutputArrayName | ( | ) | [virtual] |
The output array name for the point color RGBA array. Default is "vtkApplyColors color".
virtual vtkScalarsToColors Kitware.VTK.vtkApplyColors.GetPointLookupTable | ( | ) | [virtual] |
The lookup table to use for point colors. This is only used if input array 0 is set and UsePointLookupTable is on.
virtual bool Kitware.VTK.vtkApplyColors.GetScaleCellLookupTable | ( | ) | [virtual] |
If on, uses the range of the data to scale the lookup table range. Otherwise, uses the range defined in the lookup table.
virtual bool Kitware.VTK.vtkApplyColors.GetScalePointLookupTable | ( | ) | [virtual] |
If on, uses the range of the data to scale the lookup table range. Otherwise, uses the range defined in the lookup table.
virtual double [] Kitware.VTK.vtkApplyColors.GetSelectedCellColor | ( | ) | [virtual] |
The cell color for all selected elements of the data. This is used if the selection input is available.
virtual void Kitware.VTK.vtkApplyColors.GetSelectedCellColor | ( | ref double | _arg1, |
ref double | _arg2, | ||
ref double | _arg3 | ||
) | [virtual] |
The cell color for all selected elements of the data. This is used if the selection input is available.
virtual void Kitware.VTK.vtkApplyColors.GetSelectedCellColor | ( | IntPtr | _arg | ) | [virtual] |
The cell color for all selected elements of the data. This is used if the selection input is available.
virtual double Kitware.VTK.vtkApplyColors.GetSelectedCellOpacity | ( | ) | [virtual] |
The cell opacity for all selected elements of the data. This is used if the selection input is available.
virtual double [] Kitware.VTK.vtkApplyColors.GetSelectedPointColor | ( | ) | [virtual] |
The point color for all selected elements of the data. This is used if the selection input is available.
virtual void Kitware.VTK.vtkApplyColors.GetSelectedPointColor | ( | ref double | _arg1, |
ref double | _arg2, | ||
ref double | _arg3 | ||
) | [virtual] |
The point color for all selected elements of the data. This is used if the selection input is available.
virtual void Kitware.VTK.vtkApplyColors.GetSelectedPointColor | ( | IntPtr | _arg | ) | [virtual] |
The point color for all selected elements of the data. This is used if the selection input is available.
virtual double Kitware.VTK.vtkApplyColors.GetSelectedPointOpacity | ( | ) | [virtual] |
The point opacity for all selected elements of the data. This is used if the selection input is available.
virtual bool Kitware.VTK.vtkApplyColors.GetUseCellLookupTable | ( | ) | [virtual] |
If on, uses the cell lookup table to set the colors of unannotated, unselected elements of the data.
virtual bool Kitware.VTK.vtkApplyColors.GetUseCurrentAnnotationColor | ( | ) | [virtual] |
Use the annotation to color the current annotation (i.e. the current selection). Otherwise use the selection color attributes of this filter.
virtual bool Kitware.VTK.vtkApplyColors.GetUsePointLookupTable | ( | ) | [virtual] |
If on, uses the point lookup table to set the colors of unannotated, unselected elements of the data.
override int Kitware.VTK.vtkApplyColors.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPassInputTypeAlgorithm.
static new int Kitware.VTK.vtkApplyColors.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPassInputTypeAlgorithm.
static new vtkApplyColors Kitware.VTK.vtkApplyColors.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPassInputTypeAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPassInputTypeAlgorithm.
static new vtkApplyColors Kitware.VTK.vtkApplyColors.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPassInputTypeAlgorithm.
virtual void Kitware.VTK.vtkApplyColors.ScaleCellLookupTableOff | ( | ) | [virtual] |
If on, uses the range of the data to scale the lookup table range. Otherwise, uses the range defined in the lookup table.
virtual void Kitware.VTK.vtkApplyColors.ScaleCellLookupTableOn | ( | ) | [virtual] |
If on, uses the range of the data to scale the lookup table range. Otherwise, uses the range defined in the lookup table.
virtual void Kitware.VTK.vtkApplyColors.ScalePointLookupTableOff | ( | ) | [virtual] |
If on, uses the range of the data to scale the lookup table range. Otherwise, uses the range defined in the lookup table.
virtual void Kitware.VTK.vtkApplyColors.ScalePointLookupTableOn | ( | ) | [virtual] |
If on, uses the range of the data to scale the lookup table range. Otherwise, uses the range defined in the lookup table.
virtual void Kitware.VTK.vtkApplyColors.SetCellColorOutputArrayName | ( | string | _arg | ) | [virtual] |
The output array name for the cell color RGBA array. Default is "vtkApplyColors color".
virtual void Kitware.VTK.vtkApplyColors.SetCellLookupTable | ( | vtkScalarsToColors | lut | ) | [virtual] |
The lookup table to use for cell colors. This is only used if input array 1 is set and UseCellLookupTable is on.
virtual void Kitware.VTK.vtkApplyColors.SetDefaultCellColor | ( | double | _arg1, |
double | _arg2, | ||
double | _arg3 | ||
) | [virtual] |
The default cell color for all unannotated, unselected elements of the data. This is used if UseCellLookupTable is off.
virtual void Kitware.VTK.vtkApplyColors.SetDefaultCellColor | ( | IntPtr | _arg | ) | [virtual] |
The default cell color for all unannotated, unselected elements of the data. This is used if UseCellLookupTable is off.
virtual void Kitware.VTK.vtkApplyColors.SetDefaultCellOpacity | ( | double | _arg | ) | [virtual] |
The default cell opacity for all unannotated, unselected elements of the data. This is used if UseCellLookupTable is off.
virtual void Kitware.VTK.vtkApplyColors.SetDefaultPointColor | ( | double | _arg1, |
double | _arg2, | ||
double | _arg3 | ||
) | [virtual] |
The default point color for all unannotated, unselected elements of the data. This is used if UsePointLookupTable is off.
virtual void Kitware.VTK.vtkApplyColors.SetDefaultPointColor | ( | IntPtr | _arg | ) | [virtual] |
The default point color for all unannotated, unselected elements of the data. This is used if UsePointLookupTable is off.
virtual void Kitware.VTK.vtkApplyColors.SetDefaultPointOpacity | ( | double | _arg | ) | [virtual] |
The default point opacity for all unannotated, unselected elements of the data. This is used if UsePointLookupTable is off.
virtual void Kitware.VTK.vtkApplyColors.SetPointColorOutputArrayName | ( | string | _arg | ) | [virtual] |
The output array name for the point color RGBA array. Default is "vtkApplyColors color".
virtual void Kitware.VTK.vtkApplyColors.SetPointLookupTable | ( | vtkScalarsToColors | lut | ) | [virtual] |
The lookup table to use for point colors. This is only used if input array 0 is set and UsePointLookupTable is on.
virtual void Kitware.VTK.vtkApplyColors.SetScaleCellLookupTable | ( | bool | _arg | ) | [virtual] |
If on, uses the range of the data to scale the lookup table range. Otherwise, uses the range defined in the lookup table.
virtual void Kitware.VTK.vtkApplyColors.SetScalePointLookupTable | ( | bool | _arg | ) | [virtual] |
If on, uses the range of the data to scale the lookup table range. Otherwise, uses the range defined in the lookup table.
virtual void Kitware.VTK.vtkApplyColors.SetSelectedCellColor | ( | double | _arg1, |
double | _arg2, | ||
double | _arg3 | ||
) | [virtual] |
The cell color for all selected elements of the data. This is used if the selection input is available.
virtual void Kitware.VTK.vtkApplyColors.SetSelectedCellColor | ( | IntPtr | _arg | ) | [virtual] |
The cell color for all selected elements of the data. This is used if the selection input is available.
virtual void Kitware.VTK.vtkApplyColors.SetSelectedCellOpacity | ( | double | _arg | ) | [virtual] |
The cell opacity for all selected elements of the data. This is used if the selection input is available.
virtual void Kitware.VTK.vtkApplyColors.SetSelectedPointColor | ( | double | _arg1, |
double | _arg2, | ||
double | _arg3 | ||
) | [virtual] |
The point color for all selected elements of the data. This is used if the selection input is available.
virtual void Kitware.VTK.vtkApplyColors.SetSelectedPointColor | ( | IntPtr | _arg | ) | [virtual] |
The point color for all selected elements of the data. This is used if the selection input is available.
virtual void Kitware.VTK.vtkApplyColors.SetSelectedPointOpacity | ( | double | _arg | ) | [virtual] |
The point opacity for all selected elements of the data. This is used if the selection input is available.
virtual void Kitware.VTK.vtkApplyColors.SetUseCellLookupTable | ( | bool | _arg | ) | [virtual] |
If on, uses the cell lookup table to set the colors of unannotated, unselected elements of the data.
virtual void Kitware.VTK.vtkApplyColors.SetUseCurrentAnnotationColor | ( | bool | _arg | ) | [virtual] |
Use the annotation to color the current annotation (i.e. the current selection). Otherwise use the selection color attributes of this filter.
virtual void Kitware.VTK.vtkApplyColors.SetUsePointLookupTable | ( | bool | _arg | ) | [virtual] |
If on, uses the point lookup table to set the colors of unannotated, unselected elements of the data.
virtual void Kitware.VTK.vtkApplyColors.UseCellLookupTableOff | ( | ) | [virtual] |
If on, uses the cell lookup table to set the colors of unannotated, unselected elements of the data.
virtual void Kitware.VTK.vtkApplyColors.UseCellLookupTableOn | ( | ) | [virtual] |
If on, uses the cell lookup table to set the colors of unannotated, unselected elements of the data.
virtual void Kitware.VTK.vtkApplyColors.UseCurrentAnnotationColorOff | ( | ) | [virtual] |
Use the annotation to color the current annotation (i.e. the current selection). Otherwise use the selection color attributes of this filter.
virtual void Kitware.VTK.vtkApplyColors.UseCurrentAnnotationColorOn | ( | ) | [virtual] |
Use the annotation to color the current annotation (i.e. the current selection). Otherwise use the selection color attributes of this filter.
virtual void Kitware.VTK.vtkApplyColors.UsePointLookupTableOff | ( | ) | [virtual] |
If on, uses the point lookup table to set the colors of unannotated, unselected elements of the data.
virtual void Kitware.VTK.vtkApplyColors.UsePointLookupTableOn | ( | ) | [virtual] |
If on, uses the point lookup table to set the colors of unannotated, unselected elements of the data.
static internal IntPtr Kitware.VTK.vtkApplyColors.vtkApplyColors_GetCellColorOutputArrayName_01 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkApplyColors.vtkApplyColors_GetCellLookupTable_02 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkApplyColors.vtkApplyColors_GetDefaultCellColor_03 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkApplyColors.vtkApplyColors_GetDefaultCellColor_04 | ( | HandleRef | pThis, |
ref double | _arg1, | ||
ref double | _arg2, | ||
ref double | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkApplyColors.vtkApplyColors_GetDefaultCellColor_05 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal double Kitware.VTK.vtkApplyColors.vtkApplyColors_GetDefaultCellOpacity_06 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkApplyColors.vtkApplyColors_GetDefaultPointColor_07 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkApplyColors.vtkApplyColors_GetDefaultPointColor_08 | ( | HandleRef | pThis, |
ref double | _arg1, | ||
ref double | _arg2, | ||
ref double | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkApplyColors.vtkApplyColors_GetDefaultPointColor_09 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal double Kitware.VTK.vtkApplyColors.vtkApplyColors_GetDefaultPointOpacity_10 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkApplyColors.vtkApplyColors_GetPointColorOutputArrayName_11 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkApplyColors.vtkApplyColors_GetPointLookupTable_12 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal byte Kitware.VTK.vtkApplyColors.vtkApplyColors_GetScaleCellLookupTable_13 | ( | HandleRef | pThis | ) | [private] |
static internal byte Kitware.VTK.vtkApplyColors.vtkApplyColors_GetScalePointLookupTable_14 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkApplyColors.vtkApplyColors_GetSelectedCellColor_15 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkApplyColors.vtkApplyColors_GetSelectedCellColor_16 | ( | HandleRef | pThis, |
ref double | _arg1, | ||
ref double | _arg2, | ||
ref double | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkApplyColors.vtkApplyColors_GetSelectedCellColor_17 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal double Kitware.VTK.vtkApplyColors.vtkApplyColors_GetSelectedCellOpacity_18 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkApplyColors.vtkApplyColors_GetSelectedPointColor_19 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkApplyColors.vtkApplyColors_GetSelectedPointColor_20 | ( | HandleRef | pThis, |
ref double | _arg1, | ||
ref double | _arg2, | ||
ref double | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkApplyColors.vtkApplyColors_GetSelectedPointColor_21 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal double Kitware.VTK.vtkApplyColors.vtkApplyColors_GetSelectedPointOpacity_22 | ( | HandleRef | pThis | ) | [private] |
static internal byte Kitware.VTK.vtkApplyColors.vtkApplyColors_GetUseCellLookupTable_23 | ( | HandleRef | pThis | ) | [private] |
static internal byte Kitware.VTK.vtkApplyColors.vtkApplyColors_GetUseCurrentAnnotationColor_24 | ( | HandleRef | pThis | ) | [private] |
static internal byte Kitware.VTK.vtkApplyColors.vtkApplyColors_GetUsePointLookupTable_25 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkApplyColors.vtkApplyColors_IsA_26 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkApplyColors.vtkApplyColors_IsTypeOf_27 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkApplyColors.vtkApplyColors_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkApplyColors.vtkApplyColors_NewInstance_29 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkApplyColors.vtkApplyColors_SafeDownCast_30 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkApplyColors.vtkApplyColors_ScaleCellLookupTableOff_31 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkApplyColors.vtkApplyColors_ScaleCellLookupTableOn_32 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkApplyColors.vtkApplyColors_ScalePointLookupTableOff_33 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkApplyColors.vtkApplyColors_ScalePointLookupTableOn_34 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkApplyColors.vtkApplyColors_SetCellColorOutputArrayName_35 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkApplyColors.vtkApplyColors_SetCellLookupTable_36 | ( | HandleRef | pThis, |
HandleRef | lut | ||
) | [private] |
static internal void Kitware.VTK.vtkApplyColors.vtkApplyColors_SetDefaultCellColor_37 | ( | HandleRef | pThis, |
double | _arg1, | ||
double | _arg2, | ||
double | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkApplyColors.vtkApplyColors_SetDefaultCellColor_38 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkApplyColors.vtkApplyColors_SetDefaultCellOpacity_39 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkApplyColors.vtkApplyColors_SetDefaultPointColor_40 | ( | HandleRef | pThis, |
double | _arg1, | ||
double | _arg2, | ||
double | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkApplyColors.vtkApplyColors_SetDefaultPointColor_41 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkApplyColors.vtkApplyColors_SetDefaultPointOpacity_42 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkApplyColors.vtkApplyColors_SetPointColorOutputArrayName_43 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkApplyColors.vtkApplyColors_SetPointLookupTable_44 | ( | HandleRef | pThis, |
HandleRef | lut | ||
) | [private] |
static internal void Kitware.VTK.vtkApplyColors.vtkApplyColors_SetScaleCellLookupTable_45 | ( | HandleRef | pThis, |
byte | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkApplyColors.vtkApplyColors_SetScalePointLookupTable_46 | ( | HandleRef | pThis, |
byte | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkApplyColors.vtkApplyColors_SetSelectedCellColor_47 | ( | HandleRef | pThis, |
double | _arg1, | ||
double | _arg2, | ||
double | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkApplyColors.vtkApplyColors_SetSelectedCellColor_48 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkApplyColors.vtkApplyColors_SetSelectedCellOpacity_49 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkApplyColors.vtkApplyColors_SetSelectedPointColor_50 | ( | HandleRef | pThis, |
double | _arg1, | ||
double | _arg2, | ||
double | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkApplyColors.vtkApplyColors_SetSelectedPointColor_51 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkApplyColors.vtkApplyColors_SetSelectedPointOpacity_52 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkApplyColors.vtkApplyColors_SetUseCellLookupTable_53 | ( | HandleRef | pThis, |
byte | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkApplyColors.vtkApplyColors_SetUseCurrentAnnotationColor_54 | ( | HandleRef | pThis, |
byte | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkApplyColors.vtkApplyColors_SetUsePointLookupTable_55 | ( | HandleRef | pThis, |
byte | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkApplyColors.vtkApplyColors_UseCellLookupTableOff_56 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkApplyColors.vtkApplyColors_UseCellLookupTableOn_57 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkApplyColors.vtkApplyColors_UseCurrentAnnotationColorOff_58 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkApplyColors.vtkApplyColors_UseCurrentAnnotationColorOn_59 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkApplyColors.vtkApplyColors_UsePointLookupTableOff_60 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkApplyColors.vtkApplyColors_UsePointLookupTableOn_61 | ( | HandleRef | pThis | ) | [private] |
new readonly string Kitware.VTK.vtkApplyColors.MRClassNameKey = "14vtkApplyColors" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPassInputTypeAlgorithm.
new const string Kitware.VTK.vtkApplyColors.MRFullTypeName = "Kitware.VTK.vtkApplyColors" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPassInputTypeAlgorithm.