29 #ifndef MAPVIZ_SELECT_TOPIC_DIALOG_H_ 
   30 #define MAPVIZ_SELECT_TOPIC_DIALOG_H_ 
   80     const std::string &datatype1,
 
   81     const std::string &datatype2,
 
   92     const std::vector<std::string> &datatypes,
 
  103   static std::vector<ros::master::TopicInfo> 
selectTopics(
 
  115   static std::vector<ros::master::TopicInfo> 
selectTopics(
 
  116     const std::string &datatype1,
 
  117     const std::string &datatype2,
 
  126   static std::vector<ros::master::TopicInfo> 
selectTopics(
 
  127     const std::vector<std::string> &datatypes,
 
  166     const std::vector<ros::master::TopicInfo> &) 
const;
 
  184 #endif  // MAPVIZ_SELECT_TOPIC_DIALOG_H_