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

vtkIdentColoredPainter - DEPRECATED A vtkPolyDataPainter that colors each polygon with a color coded integer. More...

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

List of all members.

Public Member Functions

 vtkIdentColoredPainter (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkIdentColoredPainter ()
 Undocumented Block.
void ColorByActorId (vtkProp ActorId)
 Use the actor lookup table to lookup a color to render with.
void ColorByConstant (uint constant)
 Use to color each cell by processor rank or by actor id.
void ColorByIncreasingIdent (uint plane)
 Use to color each cell with a different index. plane 0 = bits 23..0 of ident. plane 1 = bits 47..24 of ident. plane 2 = bits 71..48 of ident.
void ColorByVertex ()
 Use to color each vertex of each cell by its number.
vtkProp GetActorFromId (int id)
 Allows you to get the id for selected actor.
override int IsA (string type)
 Undocumented Block.
new vtkIdentColoredPainter NewInstance ()
 Undocumented Block.
void ResetCurrentId ()
 resets the current id to "first".

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "22vtkIdentColoredPainter"
 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 vtkIdentColoredPainter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkIdentColoredPainter_ColorByActorId_01 (HandleRef pThis, HandleRef ActorId)
static internal void vtkIdentColoredPainter_ColorByConstant_02 (HandleRef pThis, uint constant)
static internal void vtkIdentColoredPainter_ColorByIncreasingIdent_03 (HandleRef pThis, uint plane)
static internal void vtkIdentColoredPainter_ColorByVertex_04 (HandleRef pThis)
static internal IntPtr vtkIdentColoredPainter_GetActorFromId_05 (HandleRef pThis, int id, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkIdentColoredPainter_IsA_06 (HandleRef pThis, string type)
static internal int vtkIdentColoredPainter_IsTypeOf_07 (string type)
static internal IntPtr vtkIdentColoredPainter_NewInstance_09 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkIdentColoredPainter_ResetCurrentId_10 (HandleRef pThis)
static internal IntPtr vtkIdentColoredPainter_SafeDownCast_11 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)

Static Private Member Functions

static vtkIdentColoredPainter ()
 Automatically generated type registration mechanics.

Detailed Description

vtkIdentColoredPainter - DEPRECATED A vtkPolyDataPainter that colors each polygon with a color coded integer.

Description DEPRECATED. Refer to vtkHardwareSelectionPolyDataPainter instead. This painter will color each polygon in a color that encodes an integer. Doing so allows us to determine what polygon is behind each pixel on the screen.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

Use the actor lookup table to lookup a color to render with.

Use to color each cell by processor rank or by actor id.

Use to color each cell with a different index. plane 0 = bits 23..0 of ident. plane 1 = bits 47..24 of ident. plane 2 = bits 71..48 of ident.

Use to color each vertex of each cell by its number.

override void Kitware.VTK.vtkIdentColoredPainter.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.vtkPolyDataPainter.

Allows you to get the id for selected actor.

Here is the call graph for this function:

override int Kitware.VTK.vtkIdentColoredPainter.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataPainter.

static new int Kitware.VTK.vtkIdentColoredPainter.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataPainter.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataPainter.

resets the current id to "first".

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataPainter.

Here is the call graph for this function:

static internal void Kitware.VTK.vtkIdentColoredPainter.vtkIdentColoredPainter_ColorByActorId_01 ( HandleRef  pThis,
HandleRef  ActorId 
) [private]
static internal void Kitware.VTK.vtkIdentColoredPainter.vtkIdentColoredPainter_ColorByConstant_02 ( HandleRef  pThis,
uint  constant 
) [private]
static internal void Kitware.VTK.vtkIdentColoredPainter.vtkIdentColoredPainter_ColorByIncreasingIdent_03 ( HandleRef  pThis,
uint  plane 
) [private]
static internal void Kitware.VTK.vtkIdentColoredPainter.vtkIdentColoredPainter_ColorByVertex_04 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkIdentColoredPainter.vtkIdentColoredPainter_GetActorFromId_05 ( HandleRef  pThis,
int  id,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkIdentColoredPainter.vtkIdentColoredPainter_IsA_06 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkIdentColoredPainter.vtkIdentColoredPainter_IsTypeOf_07 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkIdentColoredPainter.vtkIdentColoredPainter_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkIdentColoredPainter.vtkIdentColoredPainter_NewInstance_09 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkIdentColoredPainter.vtkIdentColoredPainter_ResetCurrentId_10 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkIdentColoredPainter.vtkIdentColoredPainter_SafeDownCast_11 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkIdentColoredPainter.MRClassNameKey = "22vtkIdentColoredPainter" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataPainter.

new const string Kitware.VTK.vtkIdentColoredPainter.MRFullTypeName = "Kitware.VTK.vtkIdentColoredPainter"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataPainter.


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