29 #ifndef vtkAppendSelection_h
30 #define vtkAppendSelection_h
32 #include "vtkFiltersCoreModule.h"
37 VTK_ABI_NAMESPACE_BEGIN
64 vtkSetStdStringFromCharMacro(Expression);
65 vtkGetCharFromStdStringMacro(Expression);
77 vtkSetMacro(Inverse,
bool);
78 vtkBooleanMacro(Inverse,
bool);
79 vtkGetMacro(Inverse,
bool);
89 void SetInputName(
int index,
const char*
name);
90 const char* GetInputName(
int index)
const;
96 void RemoveAllInputNames();
105 void SetInputColor(
int index,
double r,
double g,
double b);
106 double* GetInputColor(
int index)
const;
112 void RemoveAllInputColors();
152 void SetNumberOfInputs(
int num);
189 vtkErrorMacro(<<
"AddInput() must be called with a vtkSelection not a vtkDataObject.");
202 std::unique_ptr<vtkInternals> Internals;
208 VTK_ABI_NAMESPACE_END
a node in a vtkSelection the defines the selection criteria.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
static const char * GetColorArrayName()
Return the specific name used for the selection color array.
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