31#ifndef vtkAddMembershipArray_h
32#define vtkAddMembershipArray_h
34#include "vtkInfovisCoreModule.h"
60 vtkGetMacro(FieldType,
int);
61 vtkSetClampMacro(FieldType,
int, 0, 5);
69 vtkSetStringMacro(OutputArrayName);
73 vtkSetStringMacro(InputArrayName);
Abstract superclass for all arrays.
Add an array to the output indicating membership within an input selection.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called within ProcessRequest when a request asks the algorithm to do its work.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
static vtkAddMembershipArray * New()
vtkAbstractArray * InputValues
int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
void SetInputValues(vtkAbstractArray *)
a simple class to control print indentation
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.