$search
#include <NavigationFunction.h>
Public Types | |
typedef std::vector< uint32_t, typename ContainerAllocator::template rebind< uint32_t >::other > | _back_pointers_type |
typedef ::nav_msgs::MapMetaData_ < ContainerAllocator > | _info_type |
typedef std::vector< float, typename ContainerAllocator::template rebind< float >::other > | _potential_type |
typedef uint32_t | _source_type |
typedef std::vector< uint8_t, typename ContainerAllocator::template rebind< uint8_t >::other > | _valid_type |
typedef boost::shared_ptr < ::occupancy_grid_utils::NavigationFunction_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::occupancy_grid_utils::NavigationFunction_ < ContainerAllocator > > | Ptr |
typedef NavigationFunction_ < 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) |
ROS_DEPRECATED uint32_t | get_back_pointers_size () const |
ROS_DEPRECATED void | get_back_pointers_vec (std::vector< uint32_t, typename ContainerAllocator::template rebind< uint32_t >::other > &vec) const |
ROS_DEPRECATED uint32_t | get_potential_size () const |
ROS_DEPRECATED void | get_potential_vec (std::vector< float, typename ContainerAllocator::template rebind< float >::other > &vec) const |
ROS_DEPRECATED uint32_t | get_valid_size () const |
ROS_DEPRECATED void | get_valid_vec (std::vector< uint8_t, typename ContainerAllocator::template rebind< uint8_t >::other > &vec) const |
NavigationFunction_ (const ContainerAllocator &_alloc) | |
NavigationFunction_ () | |
virtual ROS_DEPRECATED uint32_t | serializationLength () const |
virtual ROS_DEPRECATED uint8_t * | serialize (uint8_t *write_ptr, uint32_t seq) const |
ROS_DEPRECATED void | set_back_pointers_size (uint32_t size) |
ROS_DEPRECATED void | set_back_pointers_vec (const std::vector< uint32_t, typename ContainerAllocator::template rebind< uint32_t >::other > &vec) |
ROS_DEPRECATED void | set_potential_size (uint32_t size) |
ROS_DEPRECATED void | set_potential_vec (const std::vector< float, typename ContainerAllocator::template rebind< float >::other > &vec) |
ROS_DEPRECATED void | set_valid_size (uint32_t size) |
ROS_DEPRECATED void | set_valid_vec (const std::vector< uint8_t, typename ContainerAllocator::template rebind< uint8_t >::other > &vec) |
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 |
std::vector< uint32_t, typename ContainerAllocator::template rebind< uint32_t >::other > | back_pointers |
::nav_msgs::MapMetaData_ < ContainerAllocator > | info |
std::vector< float, typename ContainerAllocator::template rebind< float >::other > | potential |
uint32_t | source |
std::vector< uint8_t, typename ContainerAllocator::template rebind< uint8_t >::other > | valid |
Static Private Member Functions | |
static const char * | __s_getDataType_ () |
static const char * | __s_getMD5Sum_ () |
static const char * | __s_getMessageDefinition_ () |
Definition at line 22 of file NavigationFunction.h.
typedef std::vector<uint32_t, typename ContainerAllocator::template rebind<uint32_t>::other > occupancy_grid_utils::NavigationFunction_< ContainerAllocator >::_back_pointers_type |
Definition at line 52 of file NavigationFunction.h.
typedef ::nav_msgs::MapMetaData_<ContainerAllocator> occupancy_grid_utils::NavigationFunction_< ContainerAllocator >::_info_type |
Definition at line 43 of file NavigationFunction.h.
typedef std::vector<float, typename ContainerAllocator::template rebind<float>::other > occupancy_grid_utils::NavigationFunction_< ContainerAllocator >::_potential_type |
Definition at line 55 of file NavigationFunction.h.
typedef uint32_t occupancy_grid_utils::NavigationFunction_< ContainerAllocator >::_source_type |
Definition at line 46 of file NavigationFunction.h.
typedef std::vector<uint8_t, typename ContainerAllocator::template rebind<uint8_t>::other > occupancy_grid_utils::NavigationFunction_< ContainerAllocator >::_valid_type |
Definition at line 49 of file NavigationFunction.h.
typedef boost::shared_ptr< ::occupancy_grid_utils::NavigationFunction_<ContainerAllocator> const> occupancy_grid_utils::NavigationFunction_< ContainerAllocator >::ConstPtr |
Definition at line 168 of file NavigationFunction.h.
typedef boost::shared_ptr< ::occupancy_grid_utils::NavigationFunction_<ContainerAllocator> > occupancy_grid_utils::NavigationFunction_< ContainerAllocator >::Ptr |
Definition at line 167 of file NavigationFunction.h.
typedef NavigationFunction_<ContainerAllocator> occupancy_grid_utils::NavigationFunction_< ContainerAllocator >::Type |
Definition at line 23 of file NavigationFunction.h.
occupancy_grid_utils::NavigationFunction_< ContainerAllocator >::NavigationFunction_ | ( | ) | [inline] |
Definition at line 25 of file NavigationFunction.h.
occupancy_grid_utils::NavigationFunction_< ContainerAllocator >::NavigationFunction_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 34 of file NavigationFunction.h.
ROS_DEPRECATED const std::string occupancy_grid_utils::NavigationFunction_< ContainerAllocator >::__getDataType | ( | ) | const [inline] |
Definition at line 76 of file NavigationFunction.h.
ROS_DEPRECATED const std::string occupancy_grid_utils::NavigationFunction_< ContainerAllocator >::__getMD5Sum | ( | ) | const [inline] |
Definition at line 83 of file NavigationFunction.h.
ROS_DEPRECATED const std::string occupancy_grid_utils::NavigationFunction_< ContainerAllocator >::__getMessageDefinition | ( | ) | const [inline] |
Definition at line 132 of file NavigationFunction.h.
static ROS_DEPRECATED const std::string occupancy_grid_utils::NavigationFunction_< ContainerAllocator >::__s_getDataType | ( | ) | [inline, static] |
Definition at line 74 of file NavigationFunction.h.
static const char* occupancy_grid_utils::NavigationFunction_< ContainerAllocator >::__s_getDataType_ | ( | ) | [inline, static, private] |
Definition at line 72 of file NavigationFunction.h.
static ROS_DEPRECATED const std::string occupancy_grid_utils::NavigationFunction_< ContainerAllocator >::__s_getMD5Sum | ( | ) | [inline, static] |
Definition at line 81 of file NavigationFunction.h.
static const char* occupancy_grid_utils::NavigationFunction_< ContainerAllocator >::__s_getMD5Sum_ | ( | ) | [inline, static, private] |
Definition at line 79 of file NavigationFunction.h.
static ROS_DEPRECATED const std::string occupancy_grid_utils::NavigationFunction_< ContainerAllocator >::__s_getMessageDefinition | ( | ) | [inline, static] |
Definition at line 130 of file NavigationFunction.h.
static const char* occupancy_grid_utils::NavigationFunction_< ContainerAllocator >::__s_getMessageDefinition_ | ( | ) | [inline, static, private] |
Definition at line 86 of file NavigationFunction.h.
virtual ROS_DEPRECATED uint8_t* occupancy_grid_utils::NavigationFunction_< ContainerAllocator >::deserialize | ( | uint8_t * | read_ptr | ) | [inline, virtual] |
Definition at line 145 of file NavigationFunction.h.
ROS_DEPRECATED uint32_t occupancy_grid_utils::NavigationFunction_< ContainerAllocator >::get_back_pointers_size | ( | ) | const [inline] |
Definition at line 63 of file NavigationFunction.h.
ROS_DEPRECATED void occupancy_grid_utils::NavigationFunction_< ContainerAllocator >::get_back_pointers_vec | ( | std::vector< uint32_t, typename ContainerAllocator::template rebind< uint32_t >::other > & | vec | ) | const [inline] |
Definition at line 65 of file NavigationFunction.h.
ROS_DEPRECATED uint32_t occupancy_grid_utils::NavigationFunction_< ContainerAllocator >::get_potential_size | ( | ) | const [inline] |
Definition at line 67 of file NavigationFunction.h.
ROS_DEPRECATED void occupancy_grid_utils::NavigationFunction_< ContainerAllocator >::get_potential_vec | ( | std::vector< float, typename ContainerAllocator::template rebind< float >::other > & | vec | ) | const [inline] |
Definition at line 69 of file NavigationFunction.h.
ROS_DEPRECATED uint32_t occupancy_grid_utils::NavigationFunction_< ContainerAllocator >::get_valid_size | ( | ) | const [inline] |
Definition at line 59 of file NavigationFunction.h.
ROS_DEPRECATED void occupancy_grid_utils::NavigationFunction_< ContainerAllocator >::get_valid_vec | ( | std::vector< uint8_t, typename ContainerAllocator::template rebind< uint8_t >::other > & | vec | ) | const [inline] |
Definition at line 61 of file NavigationFunction.h.
virtual ROS_DEPRECATED uint32_t occupancy_grid_utils::NavigationFunction_< ContainerAllocator >::serializationLength | ( | ) | const [inline, virtual] |
Definition at line 156 of file NavigationFunction.h.
virtual ROS_DEPRECATED uint8_t* occupancy_grid_utils::NavigationFunction_< ContainerAllocator >::serialize | ( | uint8_t * | write_ptr, | |
uint32_t | seq | |||
) | const [inline, virtual] |
Definition at line 134 of file NavigationFunction.h.
ROS_DEPRECATED void occupancy_grid_utils::NavigationFunction_< ContainerAllocator >::set_back_pointers_size | ( | uint32_t | size | ) | [inline] |
Definition at line 64 of file NavigationFunction.h.
ROS_DEPRECATED void occupancy_grid_utils::NavigationFunction_< ContainerAllocator >::set_back_pointers_vec | ( | const std::vector< uint32_t, typename ContainerAllocator::template rebind< uint32_t >::other > & | vec | ) | [inline] |
Definition at line 66 of file NavigationFunction.h.
ROS_DEPRECATED void occupancy_grid_utils::NavigationFunction_< ContainerAllocator >::set_potential_size | ( | uint32_t | size | ) | [inline] |
Definition at line 68 of file NavigationFunction.h.
ROS_DEPRECATED void occupancy_grid_utils::NavigationFunction_< ContainerAllocator >::set_potential_vec | ( | const std::vector< float, typename ContainerAllocator::template rebind< float >::other > & | vec | ) | [inline] |
Definition at line 70 of file NavigationFunction.h.
ROS_DEPRECATED void occupancy_grid_utils::NavigationFunction_< ContainerAllocator >::set_valid_size | ( | uint32_t | size | ) | [inline] |
Definition at line 60 of file NavigationFunction.h.
ROS_DEPRECATED void occupancy_grid_utils::NavigationFunction_< ContainerAllocator >::set_valid_vec | ( | const std::vector< uint8_t, typename ContainerAllocator::template rebind< uint8_t >::other > & | vec | ) | [inline] |
Definition at line 62 of file NavigationFunction.h.
boost::shared_ptr<std::map<std::string, std::string> > occupancy_grid_utils::NavigationFunction_< ContainerAllocator >::__connection_header |
Definition at line 169 of file NavigationFunction.h.
std::vector<uint32_t, typename ContainerAllocator::template rebind<uint32_t>::other > occupancy_grid_utils::NavigationFunction_< ContainerAllocator >::back_pointers |
Definition at line 53 of file NavigationFunction.h.
::nav_msgs::MapMetaData_<ContainerAllocator> occupancy_grid_utils::NavigationFunction_< ContainerAllocator >::info |
Definition at line 44 of file NavigationFunction.h.
std::vector<float, typename ContainerAllocator::template rebind<float>::other > occupancy_grid_utils::NavigationFunction_< ContainerAllocator >::potential |
Definition at line 56 of file NavigationFunction.h.
uint32_t occupancy_grid_utils::NavigationFunction_< ContainerAllocator >::source |
Definition at line 47 of file NavigationFunction.h.
std::vector<uint8_t, typename ContainerAllocator::template rebind<uint8_t>::other > occupancy_grid_utils::NavigationFunction_< ContainerAllocator >::valid |
Definition at line 50 of file NavigationFunction.h.