Go to the documentation of this file.
54 #ifndef vtkAssignAttribute_h
55 #define vtkAssignAttribute_h
57 #include "vtkFiltersCoreModule.h"
78 void Assign(
int inputAttributeType,
int attributeType,
int attributeLoc);
83 void Assign(
const char* fieldName,
int attributeType,
int attributeLoc);
90 const char* attributeLoc);
int AttributeLocationAssignment
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkAssignAttribute * New()
Create a new vtkAssignAttribute.
void Assign(const char *name, const char *attributeType, const char *attributeLoc)
Helper method used by other language bindings.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
~vtkAssignAttribute() override
represent and manipulate fields of data
a simple class to control print indentation
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks for Information.
void Assign(const char *fieldName, int attributeType, int attributeLoc)
Label an array as an attribute.
int FillInputPortInformation(int, vtkInformation *) override
Fill the input port information objects for this algorithm.
Labels/marks a field as an attribute.
void Assign(int inputAttributeType, int attributeType, int attributeLoc)
Label an attribute as another attribute.