48#ifndef vtkMergeFields_h
49#define vtkMergeFields_h
51#include "vtkFiltersCoreModule.h"
92 vtkGetMacro(NumberOfComponents,
int);
110 delete[] this->FieldName;
114 size_t len = strlen(
name)+1;
115 this->FieldName =
new char[len];
116 strncpy(this->FieldName,
name, len);
138 int NumberOfComponents;
141 static
char FieldLocationNames[3][12];
154 {
return this->Head; }
abstract superclass for arrays of numeric data
Superclass for algorithms that produce output of the same type as input.
represent and manipulate fields of data
a simple class to control print indentation
Merge multiple fields into one.
static vtkMergeFields * New()
Create a new vtkMergeFields.
void DeleteAllComponents()
void PrintComponent(Component *op, ostream &os, vtkIndent indent)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkMergeFields() override
void Merge(int component, const char *arrayName, int sourceComp)
Add a component (arrayName,sourceComp) to the output field.
void SetOutputField(const char *name, const char *fieldLoc)
Helper method used by the other language bindings.
void PrintAllComponents(ostream &os, vtkIndent indent)
Component * FindComponent(int index)
void SetOutputField(const char *name, int fieldLoc)
The output field will have the given name and it will be in fieldLoc (the input fields also have to b...
void AddComponent(Component *op)
void SetName(const char *name)
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.