67#ifndef vtkAssignAttribute_h
68#define vtkAssignAttribute_h
70#include "vtkFiltersCoreModule.h"
91 void Assign(
int inputAttributeType,
int attributeType,
int attributeLoc);
96 void Assign(
const char* fieldName,
int attributeType,
int attributeLoc);
102 void Assign(
const char* name,
const char* attributeType,
const char* attributeLoc);
Labels/marks a field as an attribute.
int AttributeLocationAssignment
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks for Information.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void Assign(const char *name, const char *attributeType, const char *attributeLoc)
Helper method used by other language bindings.
~vtkAssignAttribute() override
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.
void Assign(int inputAttributeType, int attributeType, int attributeLoc)
Label an attribute as another attribute.
static vtkAssignAttribute * New()
Create a new vtkAssignAttribute.
represent and manipulate fields of data
a simple class to control print indentation