32 #ifndef vtkAppendSelection_h
33 #define vtkAppendSelection_h
35 #include "vtkFiltersCoreModule.h"
56 vtkGetMacro(UserManagedInputs,
int);
84 void SetNumberOfInputs(
int num);
99 vtkGetMacro(AppendByUnion,
int);
110 int FillInputPortInformation(
int, vtkInformation *) VTK_OVERRIDE;
115 { vtkErrorMacro( <<
"AddInput() must be called with a vtkSelection not a vtkDataObject."); };
117 int UserManagedInputs;
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
A node in a selection tree.
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.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
general representation of visualization data