62 #ifndef __vtkAssignAttribute_h
63 #define __vtkAssignAttribute_h
65 #include "vtkFiltersCoreModule.h"
66 #include "vtkPassInputTypeAlgorithm.h"
68 #include "vtkDataSetAttributes.h"
76 void PrintSelf(ostream& os, vtkIndent indent);
82 void Assign(
int inputAttributeType,
int attributeType,
int attributeLoc);
85 void Assign(
const char* fieldName,
int attributeType,
int attributeLoc);
90 void Assign(
const char* name,
const char* attributeType,
91 const char* attributeLoc);
120 int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
121 int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
122 int FillInputPortInformation(
int, vtkInformation *);
131 static char AttributeNames[vtkDataSetAttributes::NUM_ATTRIBUTES][20];
int AttributeLocationAssignment
Labels a field as an attribute.