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;