31 #ifndef vtkAppendSelection_h
32 #define vtkAppendSelection_h
52 vtkSetMacro(UserManagedInputs,
int);
53 vtkGetMacro(UserManagedInputs,
int);
54 vtkBooleanMacro(UserManagedInputs,
int);
75 void SetNumberOfInputs(
int num);
86 vtkSetMacro(AppendByUnion,
int);
87 vtkGetMacro(AppendByUnion,
int);
88 vtkBooleanMacro(AppendByUnion,
int);
103 { vtkErrorMacro( <<
"AddInput() must be called with a vtkSelection not a vtkDataObject."); };
105 int UserManagedInputs;
virtual int FillInputPortInformation(int port, vtkInformation *info)
#define VTKFILTERSCORE_EXPORT
A node in a selection tree. Used to store selection results.
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()
Superclass for algorithms that produce only Selection as output.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
general representation of visualization data
void PrintSelf(ostream &os, vtkIndent indent)