13 #ifndef vtkSMProxyManagerUtilities_h
14 #define vtkSMProxyManagerUtilities_h
16 #include "vtkRemotingServerManagerModule.h"
52 std::set<vtkSMProxy*> GetProxiesWithAnnotations(
53 const std::map<std::string, std::string>& annotations,
bool match_all);
55 const std::map<std::string, std::string>& annotations)
57 return this->GetProxiesWithAnnotations(annotations,
true);
60 const std::map<std::string, std::string>& annotations)
62 return this->GetProxiesWithAnnotations(annotations,
false);
72 std::set<vtkSMProxy*> CollectHelpersAndRelatedProxies(
const std::set<vtkSMProxy*>& proxies);