15#ifndef vtkAddMembershipArray_h
16#define vtkAddMembershipArray_h
18#include "vtkInfovisCoreModule.h"
21VTK_ABI_NAMESPACE_BEGIN
45 vtkGetMacro(FieldType,
int);
46 vtkSetClampMacro(FieldType,
int, 0, 5);
54 vtkSetStringMacro(OutputArrayName);
55 vtkGetStringMacro(OutputArrayName);
58 vtkSetStringMacro(InputArrayName);
59 vtkGetStringMacro(InputArrayName);
Abstract superclass for all arrays.
Add an array to the output indicating membership within an input selection.
~vtkAddMembershipArray() override
static vtkAddMembershipArray * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkAbstractArray * InputValues
void SetInputValues(vtkAbstractArray *)
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
a simple class to control print indentation