$search
#include <Graph.h>
Public Types | |
| enum | { GRAPH_DIR_LEFT_RIGHT = 1 } |
| enum | { GRAPH_DIR_RIGHT_LEFT = 2 } |
| enum | { GRAPH_DIR_TOP_BOTTOM = 3 } |
| enum | { GRAPH_DIR_BOTTOM_TOP = 4 } |
| typedef uint8_t | _colored_type |
| typedef int8_t | _direction_type |
| typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _dotgraph_type |
| typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _name_type |
| typedef ros::Time | _stamp_type |
| typedef boost::shared_ptr < ::skiller::Graph_ < ContainerAllocator > const > | ConstPtr |
| typedef boost::shared_ptr < ::skiller::Graph_ < ContainerAllocator > > | Ptr |
| typedef Graph_ < ContainerAllocator > | Type |
Public Member Functions | |
| ROS_DEPRECATED const std::string | __getDataType () const |
| ROS_DEPRECATED const std::string | __getMD5Sum () const |
| ROS_DEPRECATED const std::string | __getMessageDefinition () const |
| virtual ROS_DEPRECATED uint8_t * | deserialize (uint8_t *read_ptr) |
| Graph_ (const ContainerAllocator &_alloc) | |
| Graph_ () | |
| virtual ROS_DEPRECATED uint32_t | serializationLength () const |
| virtual ROS_DEPRECATED uint8_t * | serialize (uint8_t *write_ptr, uint32_t seq) const |
Static Public Member Functions | |
| static ROS_DEPRECATED const std::string | __s_getDataType () |
| static ROS_DEPRECATED const std::string | __s_getMD5Sum () |
| static ROS_DEPRECATED const std::string | __s_getMessageDefinition () |
Public Attributes | |
| boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
| uint8_t | colored |
| int8_t | direction |
| std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | dotgraph |
| std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | name |
| ros::Time | stamp |
Static Private Member Functions | |
| static const char * | __s_getDataType_ () |
| static const char * | __s_getMD5Sum_ () |
| static const char * | __s_getMessageDefinition_ () |
Definition at line 21 of file Graph.h.
| typedef uint8_t skiller::Graph_< ContainerAllocator >::_colored_type |
| typedef int8_t skiller::Graph_< ContainerAllocator >::_direction_type |
| typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > skiller::Graph_< ContainerAllocator >::_dotgraph_type |
| typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > skiller::Graph_< ContainerAllocator >::_name_type |
| typedef ros::Time skiller::Graph_< ContainerAllocator >::_stamp_type |
| typedef boost::shared_ptr< ::skiller::Graph_<ContainerAllocator> const> skiller::Graph_< ContainerAllocator >::ConstPtr |
| typedef boost::shared_ptr< ::skiller::Graph_<ContainerAllocator> > skiller::Graph_< ContainerAllocator >::Ptr |
| typedef Graph_<ContainerAllocator> skiller::Graph_< ContainerAllocator >::Type |
| anonymous enum |
| anonymous enum |
| anonymous enum |
| anonymous enum |
| skiller::Graph_< ContainerAllocator >::Graph_ | ( | ) | [inline] |
| skiller::Graph_< ContainerAllocator >::Graph_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
| ROS_DEPRECATED const std::string skiller::Graph_< ContainerAllocator >::__getDataType | ( | ) | const [inline] |
| ROS_DEPRECATED const std::string skiller::Graph_< ContainerAllocator >::__getMD5Sum | ( | ) | const [inline] |
| ROS_DEPRECATED const std::string skiller::Graph_< ContainerAllocator >::__getMessageDefinition | ( | ) | const [inline] |
| static ROS_DEPRECATED const std::string skiller::Graph_< ContainerAllocator >::__s_getDataType | ( | ) | [inline, static] |
| static const char* skiller::Graph_< ContainerAllocator >::__s_getDataType_ | ( | ) | [inline, static, private] |
| static ROS_DEPRECATED const std::string skiller::Graph_< ContainerAllocator >::__s_getMD5Sum | ( | ) | [inline, static] |
| static const char* skiller::Graph_< ContainerAllocator >::__s_getMD5Sum_ | ( | ) | [inline, static, private] |
| static ROS_DEPRECATED const std::string skiller::Graph_< ContainerAllocator >::__s_getMessageDefinition | ( | ) | [inline, static] |
| static const char* skiller::Graph_< ContainerAllocator >::__s_getMessageDefinition_ | ( | ) | [inline, static, private] |
| virtual ROS_DEPRECATED uint8_t* skiller::Graph_< ContainerAllocator >::deserialize | ( | uint8_t * | read_ptr | ) | [inline, virtual] |
| virtual ROS_DEPRECATED uint32_t skiller::Graph_< ContainerAllocator >::serializationLength | ( | ) | const [inline, virtual] |
| virtual ROS_DEPRECATED uint8_t* skiller::Graph_< ContainerAllocator >::serialize | ( | uint8_t * | write_ptr, | |
| uint32_t | seq | |||
| ) | const [inline, virtual] |
| boost::shared_ptr<std::map<std::string, std::string> > skiller::Graph_< ContainerAllocator >::__connection_header |
| uint8_t skiller::Graph_< ContainerAllocator >::colored |
| int8_t skiller::Graph_< ContainerAllocator >::direction |
| std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > skiller::Graph_< ContainerAllocator >::dotgraph |
| std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > skiller::Graph_< ContainerAllocator >::name |
| ros::Time skiller::Graph_< ContainerAllocator >::stamp |