31 #ifndef __vtkAppendSelection_h
32 #define __vtkAppendSelection_h
51 vtkSetMacro(UserManagedInputs,
int);
52 vtkGetMacro(UserManagedInputs,
int);
53 vtkBooleanMacro(UserManagedInputs,
int);
74 void SetNumberOfInputs(
int num);
85 vtkSetMacro(AppendByUnion,
int);
86 vtkGetMacro(AppendByUnion,
int);
87 vtkBooleanMacro(AppendByUnion,
int);
102 { vtkErrorMacro( <<
"AddInput() must be called with a vtkSelection not a vtkDataObject."); };
104 int UserManagedInputs;
virtual int FillInputPortInformation(int port, vtkInformation *info)
A node in a selection tree. Used to store selection results.
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)