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

vtkPrimitivePainter - superclass for class that handle single privmitives. More...

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

List of all members.

Public Member Functions

 vtkPrimitivePainter (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
virtual int GetSupportedPrimitive ()
 Get the type of primitive supported by this painter. This must be set by concrete subclasses.
override int IsA (string type)
 Undocumented Block.
new vtkPrimitivePainter NewInstance ()
 Undocumented Block.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "19vtkPrimitivePainter"
 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 int vtkPrimitivePainter_GetSupportedPrimitive_01 (HandleRef pThis)
static internal int vtkPrimitivePainter_IsA_02 (HandleRef pThis, string type)
static internal int vtkPrimitivePainter_IsTypeOf_03 (string type)
static internal IntPtr vtkPrimitivePainter_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkPrimitivePainter_SafeDownCast_05 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)

Static Private Member Functions

static vtkPrimitivePainter ()
 Automatically generated type registration mechanics.

Detailed Description

vtkPrimitivePainter - superclass for class that handle single privmitives.

Description This is the abstract superclass for classes that handle single type of primitive i.e. verts, lines, polys or tstrips. Concrete subclasses will pass a Render() call to the delegate painter, if any, only if it could not render. Thanks Support for generic vertex attributes in VTK was contributed in collaboration with Stephane Ploix at EDF.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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


Member Function Documentation

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

Reimplemented in Kitware.VTK.vtkLinesPainter, Kitware.VTK.vtkPointsPainter, Kitware.VTK.vtkPolygonsPainter, and Kitware.VTK.vtkTStripsPainter.

Get the type of primitive supported by this painter. This must be set by concrete subclasses.

override int Kitware.VTK.vtkPrimitivePainter.IsA ( string  type) [virtual]
static new int Kitware.VTK.vtkPrimitivePainter.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataPainter.

Reimplemented in Kitware.VTK.vtkLinesPainter, Kitware.VTK.vtkPointsPainter, Kitware.VTK.vtkPolygonsPainter, and Kitware.VTK.vtkTStripsPainter.

Here is the call graph for this function:

static internal int Kitware.VTK.vtkPrimitivePainter.vtkPrimitivePainter_GetSupportedPrimitive_01 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkPrimitivePainter.vtkPrimitivePainter_IsA_02 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkPrimitivePainter.vtkPrimitivePainter_IsTypeOf_03 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkPrimitivePainter.vtkPrimitivePainter_NewInstance_04 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkPrimitivePainter.vtkPrimitivePainter_SafeDownCast_05 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkPrimitivePainter.MRClassNameKey = "19vtkPrimitivePainter" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataPainter.

Reimplemented in Kitware.VTK.vtkLinesPainter, Kitware.VTK.vtkPointsPainter, Kitware.VTK.vtkPolygonsPainter, and Kitware.VTK.vtkTStripsPainter.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataPainter.

Reimplemented in Kitware.VTK.vtkLinesPainter, Kitware.VTK.vtkPointsPainter, Kitware.VTK.vtkPolygonsPainter, and Kitware.VTK.vtkTStripsPainter.


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