31 #ifndef __vtkAppendSelection_h
32 #define __vtkAppendSelection_h
34 #include "vtkFiltersCoreModule.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;