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

vtkGenericVertexAttributeMapping - stores mapping for data arrays to generic vertex attributes. More...

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

List of all members.

Public Member Functions

 vtkGenericVertexAttributeMapping (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkGenericVertexAttributeMapping ()
 Undocumented Block.
void AddMapping (string attributeName, string arrayName, int fieldAssociation, int component)
 Select a data array from the point/cell data and map it to a generic vertex attribute. Note that indices change when a mapping is added/removed.
void AddMapping (int unit, string arrayName, int fieldAssociation, int component)
 Select a data array and use it as multitexture texture coordinates. Note the texture unit parameter should correspond to the texture unit set on the texture.
string GetArrayName (uint index)
 Get the array name at the given index.
string GetAttributeName (uint index)
 Get the attribute name at the given index.
int GetComponent (uint index)
 Get the component no. at the given index.
int GetFieldAssociation (uint index)
 Get the field association at the given index.
uint GetNumberOfMappings ()
 Get number of mapppings.
int GetTextureUnit (uint index)
 Get the component no. at the given index.
override int IsA (string type)
 Undocumented Block.
new
vtkGenericVertexAttributeMapping 
NewInstance ()
 Undocumented Block.
void RemoveAllMappings ()
 Remove all mappings.
bool RemoveMapping (string attributeName)
 Remove a vertex attribute mapping.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "32vtkGenericVertexAttributeMapping"
 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 vtkGenericVertexAttributeMapping_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkGenericVertexAttributeMapping_AddMapping_01 (HandleRef pThis, string attributeName, string arrayName, int fieldAssociation, int component)
static internal void vtkGenericVertexAttributeMapping_AddMapping_02 (HandleRef pThis, int unit, string arrayName, int fieldAssociation, int component)
static internal IntPtr vtkGenericVertexAttributeMapping_GetArrayName_03 (HandleRef pThis, uint index)
static internal IntPtr vtkGenericVertexAttributeMapping_GetAttributeName_04 (HandleRef pThis, uint index)
static internal int vtkGenericVertexAttributeMapping_GetComponent_05 (HandleRef pThis, uint index)
static internal int vtkGenericVertexAttributeMapping_GetFieldAssociation_06 (HandleRef pThis, uint index)
static internal uint vtkGenericVertexAttributeMapping_GetNumberOfMappings_07 (HandleRef pThis)
static internal int vtkGenericVertexAttributeMapping_GetTextureUnit_08 (HandleRef pThis, uint index)
static internal int vtkGenericVertexAttributeMapping_IsA_09 (HandleRef pThis, string type)
static internal int vtkGenericVertexAttributeMapping_IsTypeOf_10 (string type)
static internal IntPtr vtkGenericVertexAttributeMapping_NewInstance_12 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkGenericVertexAttributeMapping_RemoveAllMappings_13 (HandleRef pThis)
static internal byte vtkGenericVertexAttributeMapping_RemoveMapping_14 (HandleRef pThis, string attributeName)
static internal IntPtr vtkGenericVertexAttributeMapping_SafeDownCast_15 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)

Static Private Member Functions

static vtkGenericVertexAttributeMapping ()
 Automatically generated type registration mechanics.

Detailed Description

vtkGenericVertexAttributeMapping - stores mapping for data arrays to generic vertex attributes.

Description vtkGenericVertexAttributeMapping stores mapping between data arrays and generic vertex attributes. It is used by vtkPainterPolyDataMapper to pass the mappings to the painter which rendering the attributes. 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.vtkGenericVertexAttributeMapping.vtkGenericVertexAttributeMapping ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

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

Undocumented Block.


Member Function Documentation

void Kitware.VTK.vtkGenericVertexAttributeMapping.AddMapping ( string  attributeName,
string  arrayName,
int  fieldAssociation,
int  component 
)

Select a data array from the point/cell data and map it to a generic vertex attribute. Note that indices change when a mapping is added/removed.

void Kitware.VTK.vtkGenericVertexAttributeMapping.AddMapping ( int  unit,
string  arrayName,
int  fieldAssociation,
int  component 
)

Select a data array and use it as multitexture texture coordinates. Note the texture unit parameter should correspond to the texture unit set on the texture.

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

Get the array name at the given index.

Get the attribute name at the given index.

Get the component no. at the given index.

Get the field association at the given index.

Get number of mapppings.

Get the component no. at the given index.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Remove all mappings.

Remove a vertex attribute mapping.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Here is the call graph for this function:

static internal void Kitware.VTK.vtkGenericVertexAttributeMapping.vtkGenericVertexAttributeMapping_AddMapping_01 ( HandleRef  pThis,
string  attributeName,
string  arrayName,
int  fieldAssociation,
int  component 
) [private]
static internal void Kitware.VTK.vtkGenericVertexAttributeMapping.vtkGenericVertexAttributeMapping_AddMapping_02 ( HandleRef  pThis,
int  unit,
string  arrayName,
int  fieldAssociation,
int  component 
) [private]
static internal IntPtr Kitware.VTK.vtkGenericVertexAttributeMapping.vtkGenericVertexAttributeMapping_GetArrayName_03 ( HandleRef  pThis,
uint  index 
) [private]
static internal IntPtr Kitware.VTK.vtkGenericVertexAttributeMapping.vtkGenericVertexAttributeMapping_GetAttributeName_04 ( HandleRef  pThis,
uint  index 
) [private]
static internal int Kitware.VTK.vtkGenericVertexAttributeMapping.vtkGenericVertexAttributeMapping_GetComponent_05 ( HandleRef  pThis,
uint  index 
) [private]
static internal int Kitware.VTK.vtkGenericVertexAttributeMapping.vtkGenericVertexAttributeMapping_GetFieldAssociation_06 ( HandleRef  pThis,
uint  index 
) [private]
static internal int Kitware.VTK.vtkGenericVertexAttributeMapping.vtkGenericVertexAttributeMapping_GetTextureUnit_08 ( HandleRef  pThis,
uint  index 
) [private]
static internal int Kitware.VTK.vtkGenericVertexAttributeMapping.vtkGenericVertexAttributeMapping_IsA_09 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkGenericVertexAttributeMapping.vtkGenericVertexAttributeMapping_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkGenericVertexAttributeMapping.vtkGenericVertexAttributeMapping_NewInstance_12 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal byte Kitware.VTK.vtkGenericVertexAttributeMapping.vtkGenericVertexAttributeMapping_RemoveMapping_14 ( HandleRef  pThis,
string  attributeName 
) [private]
static internal IntPtr Kitware.VTK.vtkGenericVertexAttributeMapping.vtkGenericVertexAttributeMapping_SafeDownCast_15 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkGenericVertexAttributeMapping.MRClassNameKey = "32vtkGenericVertexAttributeMapping" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkObject.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkObject.


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