CARLA
 
载入中...
搜索中...
未找到
Public 成员函数 | 静态 Public 成员函数 | Private 属性 | 所有成员列表
geometry_msgs::msg::Point类 参考

This class represents the structure Point defined by the user in the IDL file. 更多...

#include <Point.h>

+ geometry_msgs::msg::Point 的协作图:

Public 成员函数

eProsima_user_DllExport void deserialize (eprosima::fastcdr::Cdr &cdr)
 This function deserializes an object using CDR serialization.
 
eProsima_user_DllExport bool operator!= (const Point &x) const
 Comparison operator.
 
eProsima_user_DllExport Pointoperator= (const Point &x)
 Copy assignment.
 
eProsima_user_DllExport Pointoperator= (Point &&x) noexcept
 Move assignment.
 
eProsima_user_DllExport bool operator== (const Point &x) const
 Comparison operator.
 
eProsima_user_DllExport Point ()
 Default constructor.
 
eProsima_user_DllExport Point (const Point &x)
 Copy constructor.
 
eProsima_user_DllExport Point (Point &&x) noexcept
 Move constructor.
 
eProsima_user_DllExport void serialize (eprosima::fastcdr::Cdr &cdr) const
 This function serializes an object using CDR serialization.
 
eProsima_user_DllExport void serializeKey (eprosima::fastcdr::Cdr &cdr) const
 This function serializes the key members of an object using CDR serialization.
 
eProsima_user_DllExport double & x ()
 This function returns a reference to member x
 
eProsima_user_DllExport double x () const
 This function returns the value of member x
 
eProsima_user_DllExport void x (double _x)
 This function sets a value in member x
 
eProsima_user_DllExport double & y ()
 This function returns a reference to member y
 
eProsima_user_DllExport double y () const
 This function returns the value of member y
 
eProsima_user_DllExport void y (double _y)
 This function sets a value in member y
 
eProsima_user_DllExport double & z ()
 This function returns a reference to member z
 
eProsima_user_DllExport double z () const
 This function returns the value of member z
 
eProsima_user_DllExport void z (double _z)
 This function sets a value in member z
 
eProsima_user_DllExport ~Point ()
 Default destructor.
 

静态 Public 成员函数

static eProsima_user_DllExport size_t getCdrSerializedSize (const geometry_msgs::msg::Point &data, size_t current_alignment=0)
 This function returns the serialized size of a data depending on the buffer alignment.
 
static eProsima_user_DllExport size_t getKeyMaxCdrSerializedSize (size_t current_alignment=0)
 This function returns the maximum serialized size of the Key of an object depending on the buffer alignment.
 
static eProsima_user_DllExport size_t getMaxCdrSerializedSize (size_t current_alignment=0)
 This function returns the maximum serialized size of an object depending on the buffer alignment.
 
static eProsima_user_DllExport bool isKeyDefined ()
 This function tells you if the Key has been defined for this type
 

Private 属性

double m_x
 
double m_y
 
double m_z
 

详细描述

This class represents the structure Point defined by the user in the IDL file.

在文件 Point.h70 行定义.

构造及析构函数说明

◆ Point() [1/3]

geometry_msgs::msg::Point::Point ( )

Default constructor.

在文件 Point.cpp40 行定义.

引用了 m_x, m_y , 以及 m_z.

◆ ~Point()

geometry_msgs::msg::Point::~Point ( )

Default destructor.

在文件 Point.cpp50 行定义.

◆ Point() [2/3]

geometry_msgs::msg::Point::Point ( const Point & x)

Copy constructor.

参数
xReference to the object geometry_msgs::msg::Point that will be copied.

在文件 Point.cpp54 行定义.

引用了 m_x, m_y , 以及 m_z.

◆ Point() [3/3]

geometry_msgs::msg::Point::Point ( Point && x)
noexcept

Move constructor.

参数
xReference to the object geometry_msgs::msg::Point that will be copied.

在文件 Point.cpp62 行定义.

成员函数说明

◆ deserialize()

void geometry_msgs::msg::Point::deserialize ( eprosima::fastcdr::Cdr & cdr)

This function deserializes an object using CDR serialization.

参数
cdrCDR serialization object.

在文件 Point.cpp130 行定义.

被这些函数引用 geometry_msgs::msg::PointPubSubType::deserialize().

+ 这是这个函数的调用关系图:

◆ getCdrSerializedSize()

size_t geometry_msgs::msg::Point::getCdrSerializedSize ( const geometry_msgs::msg::Point & data,
size_t current_alignment = 0 )
static

This function returns the serialized size of a data depending on the buffer alignment.

参数
dataData which is calculated its serialized size.
current_alignmentBuffer alignment.
返回
Serialized size.

在文件 Point.cpp109 行定义.

被这些函数引用 geometry_msgs::msg::Pose::getCdrSerializedSize() , 以及 geometry_msgs::msg::PointPubSubType::getSerializedSizeProvider().

+ 这是这个函数的调用关系图:

◆ getKeyMaxCdrSerializedSize()

size_t geometry_msgs::msg::Point::getKeyMaxCdrSerializedSize ( size_t current_alignment = 0)
static

This function returns the maximum serialized size of the Key of an object depending on the buffer alignment.

参数
current_alignmentBuffer alignment.
返回
Maximum serialized size.

在文件 Point.cpp222 行定义.

引用了 geometry_msgs_msg_Point_max_key_cdr_typesize.

被这些函数引用 geometry_msgs::msg::PointPubSubType::getKey() , 以及 geometry_msgs::msg::PointPubSubType::PointPubSubType().

+ 这是这个函数的调用关系图:

◆ getMaxCdrSerializedSize()

size_t geometry_msgs::msg::Point::getMaxCdrSerializedSize ( size_t current_alignment = 0)
static

This function returns the maximum serialized size of an object depending on the buffer alignment.

参数
current_alignmentBuffer alignment.
返回
Maximum serialized size.

在文件 Point.cpp102 行定义.

引用了 geometry_msgs_msg_Point_max_cdr_typesize.

被这些函数引用 geometry_msgs::msg::PointPubSubType::PointPubSubType().

+ 这是这个函数的调用关系图:

◆ isKeyDefined()

bool geometry_msgs::msg::Point::isKeyDefined ( )
static

This function tells you if the Key has been defined for this type

在文件 Point.cpp229 行定义.

被这些函数引用 geometry_msgs::msg::PointPubSubType::PointPubSubType().

+ 这是这个函数的调用关系图:

◆ operator!=()

bool geometry_msgs::msg::Point::operator!= ( const Point & x) const

Comparison operator.

参数
xgeometry_msgs::msg::Point object to compare.

在文件 Point.cpp96 行定义.

◆ operator=() [1/2]

geometry_msgs::msg::Point & geometry_msgs::msg::Point::operator= ( const Point & x)

Copy assignment.

参数
xReference to the object geometry_msgs::msg::Point that will be copied.

在文件 Point.cpp70 行定义.

引用了 m_x, m_y , 以及 m_z.

◆ operator=() [2/2]

geometry_msgs::msg::Point & geometry_msgs::msg::Point::operator= ( Point && x)
noexcept

Move assignment.

参数
xReference to the object geometry_msgs::msg::Point that will be copied.

在文件 Point.cpp80 行定义.

引用了 m_x.

◆ operator==()

bool geometry_msgs::msg::Point::operator== ( const Point & x) const

Comparison operator.

参数
xgeometry_msgs::msg::Point object to compare.

在文件 Point.cpp90 行定义.

引用了 m_x, m_y , 以及 m_z.

◆ serialize()

void geometry_msgs::msg::Point::serialize ( eprosima::fastcdr::Cdr & cdr) const

This function serializes an object using CDR serialization.

参数
cdrCDR serialization object.

在文件 Point.cpp122 行定义.

被这些函数引用 geometry_msgs::msg::PointPubSubType::serialize().

+ 这是这个函数的调用关系图:

◆ serializeKey()

void geometry_msgs::msg::Point::serializeKey ( eprosima::fastcdr::Cdr & cdr) const

This function serializes the key members of an object using CDR serialization.

参数
cdrCDR serialization object.

在文件 Point.cpp234 行定义.

被这些函数引用 geometry_msgs::msg::PointPubSubType::getKey().

+ 这是这个函数的调用关系图:

◆ x() [1/3]

double & geometry_msgs::msg::Point::x ( )

This function returns a reference to member x

返回
Reference to member x

在文件 Point.cpp161 行定义.

◆ x() [2/3]

double geometry_msgs::msg::Point::x ( ) const

This function returns the value of member x

返回
Value of member x

在文件 Point.cpp152 行定义.

◆ x() [3/3]

void geometry_msgs::msg::Point::x ( double _x)

This function sets a value in member x

参数
_xNew value for member x

在文件 Point.cpp142 行定义.

◆ y() [1/3]

double & geometry_msgs::msg::Point::y ( )

This function returns a reference to member y

返回
Reference to member y

在文件 Point.cpp189 行定义.

◆ y() [2/3]

double geometry_msgs::msg::Point::y ( ) const

This function returns the value of member y

返回
Value of member y

在文件 Point.cpp180 行定义.

◆ y() [3/3]

void geometry_msgs::msg::Point::y ( double _y)

This function sets a value in member y

参数
_yNew value for member y

在文件 Point.cpp170 行定义.

◆ z() [1/3]

double & geometry_msgs::msg::Point::z ( )

This function returns a reference to member z

返回
Reference to member z

在文件 Point.cpp217 行定义.

◆ z() [2/3]

double geometry_msgs::msg::Point::z ( ) const

This function returns the value of member z

返回
Value of member z

在文件 Point.cpp208 行定义.

◆ z() [3/3]

void geometry_msgs::msg::Point::z ( double _z)

This function sets a value in member z

参数
_zNew value for member z

在文件 Point.cpp198 行定义.

类成员变量说明

◆ m_x

double geometry_msgs::msg::Point::m_x
private

在文件 Point.h238 行定义.

被这些函数引用 operator=(), operator=(), operator==(), Point() , 以及 Point().

◆ m_y

double geometry_msgs::msg::Point::m_y
private

在文件 Point.h239 行定义.

被这些函数引用 operator=(), operator==(), Point() , 以及 Point().

◆ m_z

double geometry_msgs::msg::Point::m_z
private

在文件 Point.h240 行定义.

被这些函数引用 operator=(), operator==(), Point() , 以及 Point().


该类的文档由以下文件生成: