|
ActiViz .NET
5.8.0
|
vtkColorSeries - stores a list of colors. More...
Public Types | |
| enum | BLUES_WrapperEnum { BLUES = 3, CITRUS = 5, COOL = 2, CUSTOM = 6, SPECTRUM = 0, WARM = 1, WILD_FLOWER = 4 } |
| Create a new vtkColorSeries with the SPECTRUM color scheme. More... | |
Public Member Functions | |
| vtkColorSeries (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkColorSeries () | |
| Create a new vtkColorSeries with the SPECTRUM color scheme. | |
| void | ClearColors () |
| Clears the list of colors. | |
| void | DeepCopy (vtkColorSeries chartColors) |
| Make a deep copy of the supplied object. | |
| virtual int | GetColorScheme () |
| Get the color scheme that is currently being used. | |
| int | GetNumberOfColors () |
| Get the number of colors available in the current color scheme. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkColorSeries | NewInstance () |
| Undocumented Block. | |
| void | RemoveColor (int index) |
| Removes the color at the specified index in the list. | |
| void | SetColorScheme (int scheme) |
| Set the color scheme that should be used from those in the enum. | |
Static Public Member Functions | |
| static new vtkColorSeries | New () |
| Create a new vtkColorSeries with the SPECTRUM color scheme. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkColorSeries | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkColorSeries" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "14vtkColorSeries" |
| 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 | vtkColorSeries_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkColorSeries_ClearColors_01 (HandleRef pThis) |
| static internal void | vtkColorSeries_DeepCopy_02 (HandleRef pThis, HandleRef chartColors) |
| static internal int | vtkColorSeries_GetColorScheme_03 (HandleRef pThis) |
| static internal int | vtkColorSeries_GetNumberOfColors_04 (HandleRef pThis) |
| static internal int | vtkColorSeries_IsA_05 (HandleRef pThis, string type) |
| static internal int | vtkColorSeries_IsTypeOf_06 (string type) |
| static internal IntPtr | vtkColorSeries_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkColorSeries_RemoveColor_09 (HandleRef pThis, int index) |
| static internal IntPtr | vtkColorSeries_SafeDownCast_10 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkColorSeries_SetColorScheme_11 (HandleRef pThis, int scheme) |
Static Private Member Functions | |
| static | vtkColorSeries () |
| Automatically generated type registration mechanics. | |
vtkColorSeries - stores a list of colors.
Description The vtkColorSeries stores a list of colors. There are several schemes available and functions to control several aspects of what colors are returned. In essence a color scheme is set and colors are returned based on the index requested.
Create a new vtkColorSeries with the SPECTRUM color scheme.
| static Kitware.VTK.vtkColorSeries.vtkColorSeries | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkColorSeries.vtkColorSeries | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Create a new vtkColorSeries with the SPECTRUM color scheme.
Clears the list of colors.
| void Kitware.VTK.vtkColorSeries.DeepCopy | ( | vtkColorSeries | chartColors | ) |
Make a deep copy of the supplied object.
| override void Kitware.VTK.vtkColorSeries.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.vtkObject.
| virtual int Kitware.VTK.vtkColorSeries.GetColorScheme | ( | ) | [virtual] |
Get the color scheme that is currently being used.
Get the number of colors available in the current color scheme.
| override int Kitware.VTK.vtkColorSeries.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
| static new int Kitware.VTK.vtkColorSeries.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
| static new vtkColorSeries Kitware.VTK.vtkColorSeries.New | ( | ) | [static] |
Create a new vtkColorSeries with the SPECTRUM color scheme.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
| void Kitware.VTK.vtkColorSeries.RemoveColor | ( | int | index | ) |
Removes the color at the specified index in the list.
| static new vtkColorSeries Kitware.VTK.vtkColorSeries.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
| void Kitware.VTK.vtkColorSeries.SetColorScheme | ( | int | scheme | ) |
Set the color scheme that should be used from those in the enum.
| static internal void Kitware.VTK.vtkColorSeries.vtkColorSeries_ClearColors_01 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkColorSeries.vtkColorSeries_DeepCopy_02 | ( | HandleRef | pThis, |
| HandleRef | chartColors | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkColorSeries.vtkColorSeries_GetColorScheme_03 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkColorSeries.vtkColorSeries_GetNumberOfColors_04 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkColorSeries.vtkColorSeries_IsA_05 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkColorSeries.vtkColorSeries_IsTypeOf_06 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkColorSeries.vtkColorSeries_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkColorSeries.vtkColorSeries_NewInstance_08 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkColorSeries.vtkColorSeries_RemoveColor_09 | ( | HandleRef | pThis, |
| int | index | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkColorSeries.vtkColorSeries_SafeDownCast_10 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkColorSeries.vtkColorSeries_SetColorScheme_11 | ( | HandleRef | pThis, |
| int | scheme | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkColorSeries.MRClassNameKey = "14vtkColorSeries" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
| new const string Kitware.VTK.vtkColorSeries.MRFullTypeName = "Kitware.VTK.vtkColorSeries" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
1.7.6.1