28 #ifndef vtkGenericVertexAttributeMapping_h
29 #define vtkGenericVertexAttributeMapping_h
31 #include "vtkRenderingCoreModule.h"
46 void AddMapping(
const char* attributeName,
const char* arrayName,
56 int unit,
const char* arrayName,
int fieldAssociation,
62 bool RemoveMapping(
const char* attributeName);
67 void RemoveAllMappings();
72 unsigned int GetNumberOfMappings();
77 const char* GetAttributeName(
unsigned int index);
82 const char* GetArrayName(
unsigned int index);
87 int GetFieldAssociation(
unsigned int index);
92 int GetComponent(
unsigned int index);
97 int GetTextureUnit(
unsigned int index);
108 vtkInternal* Internal;
abstract base class for most VTK objects
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
stores mapping for data arrays to generic vertex attributes.
a simple class to control print indentation
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...