#include <Triangle.h>
Public Types | |
typedef int32_t | _i_type |
typedef int32_t | _j_type |
typedef int32_t | _k_type |
typedef boost::shared_ptr < ::triangle_mesh_msgs::Triangle_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::triangle_mesh_msgs::Triangle_ < ContainerAllocator > > | Ptr |
typedef Triangle_ < 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) |
virtual ROS_DEPRECATED uint32_t | serializationLength () const |
virtual ROS_DEPRECATED uint8_t * | serialize (uint8_t *write_ptr, uint32_t seq) const |
Triangle_ (const ContainerAllocator &_alloc) | |
Triangle_ () | |
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 | |
int32_t | i |
int32_t | j |
int32_t | k |
Static Private Member Functions | |
static const char * | __s_getDataType_ () |
static const char * | __s_getMD5Sum_ () |
static const char * | __s_getMessageDefinition_ () |
Definition at line 13 of file Triangle.h.
typedef int32_t triangle_mesh_msgs::Triangle_< ContainerAllocator >::_i_type |
Definition at line 28 of file Triangle.h.
typedef int32_t triangle_mesh_msgs::Triangle_< ContainerAllocator >::_j_type |
Definition at line 31 of file Triangle.h.
typedef int32_t triangle_mesh_msgs::Triangle_< ContainerAllocator >::_k_type |
Definition at line 34 of file Triangle.h.
typedef boost::shared_ptr< ::triangle_mesh_msgs::Triangle_<ContainerAllocator> const> triangle_mesh_msgs::Triangle_< ContainerAllocator >::ConstPtr |
Definition at line 93 of file Triangle.h.
typedef boost::shared_ptr< ::triangle_mesh_msgs::Triangle_<ContainerAllocator> > triangle_mesh_msgs::Triangle_< ContainerAllocator >::Ptr |
Definition at line 92 of file Triangle.h.
typedef Triangle_<ContainerAllocator> triangle_mesh_msgs::Triangle_< ContainerAllocator >::Type |
Definition at line 12 of file Triangle.h.
triangle_mesh_msgs::Triangle_< ContainerAllocator >::Triangle_ | ( | ) | [inline] |
Definition at line 14 of file Triangle.h.
triangle_mesh_msgs::Triangle_< ContainerAllocator >::Triangle_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 21 of file Triangle.h.
ROS_DEPRECATED const std::string triangle_mesh_msgs::Triangle_< ContainerAllocator >::__getDataType | ( | ) | const [inline] |
Definition at line 43 of file Triangle.h.
ROS_DEPRECATED const std::string triangle_mesh_msgs::Triangle_< ContainerAllocator >::__getMD5Sum | ( | ) | const [inline] |
Definition at line 50 of file Triangle.h.
ROS_DEPRECATED const std::string triangle_mesh_msgs::Triangle_< ContainerAllocator >::__getMessageDefinition | ( | ) | const [inline] |
Definition at line 63 of file Triangle.h.
static ROS_DEPRECATED const std::string triangle_mesh_msgs::Triangle_< ContainerAllocator >::__s_getDataType | ( | ) | [inline, static] |
Definition at line 41 of file Triangle.h.
static const char* triangle_mesh_msgs::Triangle_< ContainerAllocator >::__s_getDataType_ | ( | ) | [inline, static, private] |
Definition at line 39 of file Triangle.h.
static ROS_DEPRECATED const std::string triangle_mesh_msgs::Triangle_< ContainerAllocator >::__s_getMD5Sum | ( | ) | [inline, static] |
Definition at line 48 of file Triangle.h.
static const char* triangle_mesh_msgs::Triangle_< ContainerAllocator >::__s_getMD5Sum_ | ( | ) | [inline, static, private] |
Definition at line 46 of file Triangle.h.
static ROS_DEPRECATED const std::string triangle_mesh_msgs::Triangle_< ContainerAllocator >::__s_getMessageDefinition | ( | ) | [inline, static] |
Definition at line 61 of file Triangle.h.
static const char* triangle_mesh_msgs::Triangle_< ContainerAllocator >::__s_getMessageDefinition_ | ( | ) | [inline, static, private] |
Definition at line 53 of file Triangle.h.
virtual ROS_DEPRECATED uint8_t* triangle_mesh_msgs::Triangle_< ContainerAllocator >::deserialize | ( | uint8_t * | read_ptr | ) | [inline, virtual] |
Definition at line 74 of file Triangle.h.
virtual ROS_DEPRECATED uint32_t triangle_mesh_msgs::Triangle_< ContainerAllocator >::serializationLength | ( | ) | const [inline, virtual] |
Definition at line 83 of file Triangle.h.
virtual ROS_DEPRECATED uint8_t* triangle_mesh_msgs::Triangle_< ContainerAllocator >::serialize | ( | uint8_t * | write_ptr, | |
uint32_t | seq | |||
) | const [inline, virtual] |
Definition at line 65 of file Triangle.h.
int32_t triangle_mesh_msgs::Triangle_< ContainerAllocator >::i |
Definition at line 29 of file Triangle.h.
int32_t triangle_mesh_msgs::Triangle_< ContainerAllocator >::j |
Definition at line 32 of file Triangle.h.
int32_t triangle_mesh_msgs::Triangle_< ContainerAllocator >::k |
Definition at line 35 of file Triangle.h.