Go to the documentation of this file.
   41 #define RVIZ_VISUAL_TOOLS_DEPRECATED __attribute__((deprecated)) 
   42 #elif defined(_MSC_VER) 
   43 #define RVIZ_VISUAL_TOOLS_DEPRECATED __declspec(deprecated) 
   44 #elif defined(__clang__) 
   45 #define RVIZ_VISUAL_TOOLS_DEPRECATED __attribute__((deprecated("Use of this method is deprecated"))) 
   47 #define RVIZ_VISUAL_TOOLS_DEPRECATED