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

vtkPainterPolyDataMapper - PolyDataMapper using painters More...

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

List of all members.

Public Member Functions

 vtkPainterPolyDataMapper (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkPainterPolyDataMapper ()
 Undocumented Block.
virtual vtkPainter GetPainter ()
 Get/Set the painter used to do the actual rendering. By default, vtkDefaultPainter is used to build the rendering painter chain for color mapping/clipping etc. followed by a vtkChooserPainter which renders the primitives.
virtual vtkPainter GetSelectionPainter ()
 Get/Set the painter used when rendering the selection pass.
override bool GetSupportsSelection ()
 WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERING PROCESS Used by vtkHardwareSelector to determine if the prop supports hardware selection.
override int IsA (string type)
 Undocumented Block.
override void MapDataArrayToMultiTextureAttribute (int unit, string dataArrayName, int fieldAssociation, int componentno)
 Select a data array from the point/cell data and map it to a generic vertex attribute. vertexAttributeName is the name of the vertex attribute. dataArrayName is the name of the data array. fieldAssociation indicates when the data array is a point data array or cell data array (vtkDataObject::FIELD_ASSOCIATION_POINTS or (vtkDataObject::FIELD_ASSOCIATION_CELLS). componentno indicates which component from the data array must be passed as the attribute. If -1, then all components are passed.
override void MapDataArrayToVertexAttribute (string vertexAttributeName, string dataArrayName, int fieldAssociation, int componentno)
 Select a data array from the point/cell data and map it to a generic vertex attribute. vertexAttributeName is the name of the vertex attribute. dataArrayName is the name of the data array. fieldAssociation indicates when the data array is a point data array or cell data array (vtkDataObject::FIELD_ASSOCIATION_POINTS or (vtkDataObject::FIELD_ASSOCIATION_CELLS). componentno indicates which component from the data array must be passed as the attribute. If -1, then all components are passed.
new vtkPainterPolyDataMapper NewInstance ()
 Undocumented Block.
override void ReleaseGraphicsResources (vtkWindow arg0)
 Release any graphics resources that are being consumed by this mapper. The parameter window could be used to determine which graphic resources to release. Merely propagates the call to the painter.
override void RemoveAllVertexAttributeMappings ()
 Remove all vertex attributes.
override void RemoveVertexAttributeMapping (string vertexAttributeName)
 Remove a vertex attribute mapping.
override void RenderPiece (vtkRenderer ren, vtkActor act)
 Implemented by sub classes. Actual rendering is done here.
void SetPainter (vtkPainter arg0)
 Get/Set the painter used to do the actual rendering. By default, vtkDefaultPainter is used to build the rendering painter chain for color mapping/clipping etc. followed by a vtkChooserPainter which renders the primitives.
void SetSelectionPainter (vtkPainter arg0)
 Get/Set the painter used when rendering the selection pass.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "24vtkPainterPolyDataMapper"
 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 vtkPainterPolyDataMapper_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkPainterPolyDataMapper_GetPainter_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkPainterPolyDataMapper_GetSelectionPainter_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal byte vtkPainterPolyDataMapper_GetSupportsSelection_03 (HandleRef pThis)
static internal int vtkPainterPolyDataMapper_IsA_04 (HandleRef pThis, string type)
static internal int vtkPainterPolyDataMapper_IsTypeOf_05 (string type)
static internal void vtkPainterPolyDataMapper_MapDataArrayToMultiTextureAttribute_06 (HandleRef pThis, int unit, string dataArrayName, int fieldAssociation, int componentno)
static internal void vtkPainterPolyDataMapper_MapDataArrayToVertexAttribute_07 (HandleRef pThis, string vertexAttributeName, string dataArrayName, int fieldAssociation, int componentno)
static internal IntPtr vtkPainterPolyDataMapper_NewInstance_09 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkPainterPolyDataMapper_ReleaseGraphicsResources_10 (HandleRef pThis, HandleRef arg0)
static internal void vtkPainterPolyDataMapper_RemoveAllVertexAttributeMappings_11 (HandleRef pThis)
static internal void vtkPainterPolyDataMapper_RemoveVertexAttributeMapping_12 (HandleRef pThis, string vertexAttributeName)
static internal void vtkPainterPolyDataMapper_RenderPiece_13 (HandleRef pThis, HandleRef ren, HandleRef act)
static internal IntPtr vtkPainterPolyDataMapper_SafeDownCast_14 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkPainterPolyDataMapper_SetPainter_15 (HandleRef pThis, HandleRef arg0)
static internal void vtkPainterPolyDataMapper_SetSelectionPainter_16 (HandleRef pThis, HandleRef arg0)

Static Private Member Functions

static vtkPainterPolyDataMapper ()
 Automatically generated type registration mechanics.

Detailed Description

vtkPainterPolyDataMapper - PolyDataMapper using painters

Description PolyDataMapper that uses painters to do the actual rendering. 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.vtkPainterPolyDataMapper.vtkPainterPolyDataMapper ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

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

Undocumented Block.


Member Function Documentation

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

Reimplemented in Kitware.VTK.vtkCompositePolyDataMapper2.

Get/Set the painter used to do the actual rendering. By default, vtkDefaultPainter is used to build the rendering painter chain for color mapping/clipping etc. followed by a vtkChooserPainter which renders the primitives.

Here is the call graph for this function:

Get/Set the painter used when rendering the selection pass.

Here is the call graph for this function:

WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERING PROCESS Used by vtkHardwareSelector to determine if the prop supports hardware selection.

Reimplemented from Kitware.VTK.vtkMapper.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataMapper.

Reimplemented in Kitware.VTK.vtkCompositePolyDataMapper2.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataMapper.

Reimplemented in Kitware.VTK.vtkCompositePolyDataMapper2.

override void Kitware.VTK.vtkPainterPolyDataMapper.MapDataArrayToMultiTextureAttribute ( int  unit,
string  dataArrayName,
int  fieldAssociation,
int  componentno 
) [virtual]

Select a data array from the point/cell data and map it to a generic vertex attribute. vertexAttributeName is the name of the vertex attribute. dataArrayName is the name of the data array. fieldAssociation indicates when the data array is a point data array or cell data array (vtkDataObject::FIELD_ASSOCIATION_POINTS or (vtkDataObject::FIELD_ASSOCIATION_CELLS). componentno indicates which component from the data array must be passed as the attribute. If -1, then all components are passed.

Reimplemented from Kitware.VTK.vtkPolyDataMapper.

override void Kitware.VTK.vtkPainterPolyDataMapper.MapDataArrayToVertexAttribute ( string  vertexAttributeName,
string  dataArrayName,
int  fieldAssociation,
int  componentno 
) [virtual]

Select a data array from the point/cell data and map it to a generic vertex attribute. vertexAttributeName is the name of the vertex attribute. dataArrayName is the name of the data array. fieldAssociation indicates when the data array is a point data array or cell data array (vtkDataObject::FIELD_ASSOCIATION_POINTS or (vtkDataObject::FIELD_ASSOCIATION_CELLS). componentno indicates which component from the data array must be passed as the attribute. If -1, then all components are passed.

Reimplemented from Kitware.VTK.vtkPolyDataMapper.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataMapper.

Reimplemented in Kitware.VTK.vtkCompositePolyDataMapper2.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataMapper.

Reimplemented in Kitware.VTK.vtkCompositePolyDataMapper2.

Release any graphics resources that are being consumed by this mapper. The parameter window could be used to determine which graphic resources to release. Merely propagates the call to the painter.

Reimplemented from Kitware.VTK.vtkMapper.

Remove all vertex attributes.

Reimplemented from Kitware.VTK.vtkPolyDataMapper.

override void Kitware.VTK.vtkPainterPolyDataMapper.RemoveVertexAttributeMapping ( string  vertexAttributeName) [virtual]

Remove a vertex attribute mapping.

Reimplemented from Kitware.VTK.vtkPolyDataMapper.

override void Kitware.VTK.vtkPainterPolyDataMapper.RenderPiece ( vtkRenderer  ren,
vtkActor  act 
) [virtual]

Implemented by sub classes. Actual rendering is done here.

Reimplemented from Kitware.VTK.vtkPolyDataMapper.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataMapper.

Reimplemented in Kitware.VTK.vtkCompositePolyDataMapper2.

Here is the call graph for this function:

Get/Set the painter used to do the actual rendering. By default, vtkDefaultPainter is used to build the rendering painter chain for color mapping/clipping etc. followed by a vtkChooserPainter which renders the primitives.

Get/Set the painter used when rendering the selection pass.

static internal IntPtr Kitware.VTK.vtkPainterPolyDataMapper.vtkPainterPolyDataMapper_GetPainter_01 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkPainterPolyDataMapper.vtkPainterPolyDataMapper_GetSelectionPainter_02 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkPainterPolyDataMapper.vtkPainterPolyDataMapper_IsA_04 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkPainterPolyDataMapper.vtkPainterPolyDataMapper_IsTypeOf_05 ( string  type) [private]
static internal void Kitware.VTK.vtkPainterPolyDataMapper.vtkPainterPolyDataMapper_MapDataArrayToMultiTextureAttribute_06 ( HandleRef  pThis,
int  unit,
string  dataArrayName,
int  fieldAssociation,
int  componentno 
) [private]
static internal void Kitware.VTK.vtkPainterPolyDataMapper.vtkPainterPolyDataMapper_MapDataArrayToVertexAttribute_07 ( HandleRef  pThis,
string  vertexAttributeName,
string  dataArrayName,
int  fieldAssociation,
int  componentno 
) [private]
static internal IntPtr Kitware.VTK.vtkPainterPolyDataMapper.vtkPainterPolyDataMapper_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkPainterPolyDataMapper.vtkPainterPolyDataMapper_NewInstance_09 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkPainterPolyDataMapper.vtkPainterPolyDataMapper_ReleaseGraphicsResources_10 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkPainterPolyDataMapper.vtkPainterPolyDataMapper_RemoveVertexAttributeMapping_12 ( HandleRef  pThis,
string  vertexAttributeName 
) [private]
static internal void Kitware.VTK.vtkPainterPolyDataMapper.vtkPainterPolyDataMapper_RenderPiece_13 ( HandleRef  pThis,
HandleRef  ren,
HandleRef  act 
) [private]
static internal IntPtr Kitware.VTK.vtkPainterPolyDataMapper.vtkPainterPolyDataMapper_SafeDownCast_14 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkPainterPolyDataMapper.vtkPainterPolyDataMapper_SetPainter_15 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkPainterPolyDataMapper.vtkPainterPolyDataMapper_SetSelectionPainter_16 ( HandleRef  pThis,
HandleRef  arg0 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkPainterPolyDataMapper.MRClassNameKey = "24vtkPainterPolyDataMapper" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataMapper.

Reimplemented in Kitware.VTK.vtkCompositePolyDataMapper2.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataMapper.

Reimplemented in Kitware.VTK.vtkCompositePolyDataMapper2.


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