|
ActiViz .NET
5.8.0
|
vtkIdentColoredPainter - DEPRECATED A vtkPolyDataPainter that colors each polygon with a color coded integer. More...
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 (long 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, long 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. | |
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.
| static Kitware.VTK.vtkIdentColoredPainter.vtkIdentColoredPainter | ( | ) | [static, private] |
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.
| void Kitware.VTK.vtkIdentColoredPainter.ColorByActorId | ( | vtkProp | ActorId | ) |
Use the actor lookup table to lookup a color to render with.
| void Kitware.VTK.vtkIdentColoredPainter.ColorByConstant | ( | uint | constant | ) |
Use to color each cell by processor rank or by actor id.
| void Kitware.VTK.vtkIdentColoredPainter.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.
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.
| 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.
| static new vtkIdentColoredPainter Kitware.VTK.vtkIdentColoredPainter.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataPainter.
resets the current id to "first".
| static new vtkIdentColoredPainter Kitware.VTK.vtkIdentColoredPainter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataPainter.
| 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, |
| long | 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] |
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.
1.7.6.1