44 #ifndef vtkAppendSelection_h
45 #define vtkAppendSelection_h
47 #include "vtkFiltersCoreModule.h"
78 vtkSetStdStringFromCharMacro(Expression);
79 vtkGetCharFromStdStringMacro(Expression);
91 vtkSetMacro(Inverse,
bool);
92 vtkBooleanMacro(Inverse,
bool);
93 vtkGetMacro(Inverse,
bool);
103 void SetInputName(
int index,
const char*
name);
104 const char* GetInputName(
int index)
const;
110 void RemoveAllInputNames();
150 void SetNumberOfInputs(
int num);
182 vtkErrorMacro(<<
"AddInput() must be called with a vtkSelection not a vtkDataObject.");
190 std::unique_ptr<vtkInternals> Internals;
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
data object that represents a "selection" in VTK.
Proxy object to connect input/output ports.
appends one or more selections together
static vtkSelectionAlgorithm * New()
a simple class to control print indentation
vtkSelection * GetInput()
Get any input of this filter.
Superclass for algorithms that produce only Selection as output.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
general representation of visualization data