48#ifndef vtkAssignAttribute_h
49#define vtkAssignAttribute_h
51#include "vtkFiltersCoreModule.h"
72 void Assign(
int inputAttributeType,
int attributeType,
int attributeLoc);
77 void Assign(
const char* fieldName,
int attributeType,
int attributeLoc);
83 void Assign(
const char* name,
const char* attributeType,
const char* attributeLoc);
int AttributeLocationAssignment
static char AttributeNames[vtkDataSetAttributes::NUM_ATTRIBUTES][20]
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.
static char AttributeLocationNames[vtkAssignAttribute::NUM_ATTRIBUTE_LOCS][12]
represent and manipulate fields of data
a simple class to control print indentation