11 #ifndef vtkSMSelectionHelper_h
12 #define vtkSMSelectionHelper_h
14 #include "vtkRemotingViewsModule.h"
60 vtkSMSourceProxy* appendSelections2, CombineOperation operation,
bool deepCopy =
false);
64 return CombineSelection(
65 appendSelections1, appendSelections2, CombineOperation::DEFAULT, deepCopy);
70 return CombineSelection(
71 appendSelections1, appendSelections2, CombineOperation::ADDITION, deepCopy);
76 return CombineSelection(
77 appendSelections1, appendSelections2, CombineOperation::SUBTRACTION, deepCopy);
82 return CombineSelection(
83 appendSelections1, appendSelections2, CombineOperation::TOGGLE, deepCopy);
97 static vtkSMProxy* NewSelectionSourceFromSelection(
127 static vtkSMProxy* NewSelectionSourceFromSelectionInternal(
133 static const std::string SubSelectionBaseName;