ActiViz .NET  5.8.0
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkColorSeries Class Reference

vtkColorSeries - stores a list of colors. More...

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

List of all members.

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.

Detailed Description

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.


Member Enumeration Documentation

Create a new vtkColorSeries with the SPECTRUM color scheme.

Enumerator:
BLUES 

enum member

CITRUS 

enum member

COOL 

enum member

CUSTOM 

enum member

SPECTRUM 

enum member

WARM 

enum member

WILD_FLOWER 

enum member


Constructor & Destructor Documentation

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.


Member Function Documentation

Clears the list of colors.

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.

Create a new vtkColorSeries with the SPECTRUM color scheme.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Removes the color at the specified index in the list.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Here is the call graph for this function:

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]

Member Data Documentation

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.


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