Go to the documentation of this file.
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);
70 vtkGetStringMacro(OutputArrayName);
73 vtkSetStringMacro(InputArrayName);
74 vtkGetStringMacro(InputArrayName);
Add an array to the output indicating membership within an input selection.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
static vtkAddMembershipArray * New()
void SetInputValues(vtkAbstractArray *)
~vtkAddMembershipArray() override
a simple class to control print indentation
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
Abstract superclass for all arrays.
vtkAbstractArray * InputValues
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.