List of all members |
Public Member Functions |
Static Public Member Functions |
Static Public Attributes
Contact Class Reference
#include <contact.pb.h>
Public Member Functions | |
Contact () | |
Contact (const Contact &from) | |
virtual | ~Contact () |
void | add_depth (double value) |
::gz::msgs::Vector3d * | add_normal () |
::gz::msgs::Vector3d * | add_position () |
::gz::msgs::JointWrench * | add_wrench () |
size_t | ByteSizeLong () const final |
void | Clear () final |
void | clear_collision1 () |
void | clear_collision2 () |
void | clear_depth () |
void | clear_header () |
void | clear_normal () |
void | clear_position () |
void | clear_world () |
void | clear_wrench () |
const ::gz::msgs::Entity & | collision1 () const |
const ::gz::msgs::Entity & | collision2 () const |
void | CopyFrom (const ::google::protobuf::Message &from) final |
void | CopyFrom (const Contact &from) |
const ::google::protobuf::RepeatedField< double > & | depth () const |
double | depth (int index) const |
int | depth_size () const |
int | GetCachedSize () const final |
::google::protobuf::Metadata | GetMetadata () const final |
bool | has_collision1 () const |
bool | has_collision2 () const |
bool | has_header () const |
bool | has_world () const |
const ::gz::msgs::Header & | header () const |
::google::protobuf::uint8 * | InternalSerializeWithCachedSizesToArray (bool deterministic, ::google::protobuf::uint8 *target) const final |
bool | IsInitialized () const final |
void | MergeFrom (const ::google::protobuf::Message &from) final |
void | MergeFrom (const Contact &from) |
bool | MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) final |
::gz::msgs::Entity * | mutable_collision1 () |
::gz::msgs::Entity * | mutable_collision2 () |
::google::protobuf::RepeatedField< double > * | mutable_depth () |
::gz::msgs::Header * | mutable_header () |
::google::protobuf::RepeatedPtrField< ::gz::msgs::Vector3d > * | mutable_normal () |
::gz::msgs::Vector3d * | mutable_normal (int index) |
::google::protobuf::RepeatedPtrField< ::gz::msgs::Vector3d > * | mutable_position () |
::gz::msgs::Vector3d * | mutable_position (int index) |
::gz::msgs::Entity * | mutable_world () |
::google::protobuf::RepeatedPtrField< ::gz::msgs::JointWrench > * | mutable_wrench () |
::gz::msgs::JointWrench * | mutable_wrench (int index) |
Contact * | New () const final |
Contact * | New (::google::protobuf::Arena *arena) const final |
const ::google::protobuf::RepeatedPtrField< ::gz::msgs::Vector3d > & | normal () const |
const ::gz::msgs::Vector3d & | normal (int index) const |
int | normal_size () const |
Contact & | operator= (const Contact &from) |
const ::google::protobuf::RepeatedPtrField< ::gz::msgs::Vector3d > & | position () const |
const ::gz::msgs::Vector3d & | position (int index) const |
int | position_size () const |
::gz::msgs::Entity * | release_collision1 () |
::gz::msgs::Entity * | release_collision2 () |
::gz::msgs::Header * | release_header () |
::gz::msgs::Entity * | release_world () |
void | SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const final |
void | set_allocated_collision1 (::gz::msgs::Entity *collision1) |
void | set_allocated_collision2 (::gz::msgs::Entity *collision2) |
void | set_allocated_header (::gz::msgs::Header *header) |
void | set_allocated_world (::gz::msgs::Entity *world) |
void | set_depth (int index, double value) |
void | Swap (Contact *other) |
const ::gz::msgs::Entity & | world () const |
const ::google::protobuf::RepeatedPtrField< ::gz::msgs::JointWrench > & | wrench () const |
const ::gz::msgs::JointWrench & | wrench (int index) const |
int | wrench_size () const |
Static Public Member Functions | |
static const Contact & | default_instance () |
static const ::google::protobuf::Descriptor * | descriptor () |
static void | InitAsDefaultInstance () |
static const Contact * | internal_default_instance () |
Static Public Attributes | |
static const int | kCollision1FieldNumber = 2 |
static const int | kCollision2FieldNumber = 3 |
static const int | kDepthFieldNumber = 6 |
static const int | kHeaderFieldNumber = 1 |
static constexpr int | kIndexInFileMessages |
static const int | kNormalFieldNumber = 5 |
static const int | kPositionFieldNumber = 4 |
static const int | kWorldFieldNumber = 8 |
static const int | kWrenchFieldNumber = 7 |
Constructor & Destructor Documentation
◆ Contact() [1/2]
Contact | ( | ) |
◆ ~Contact()
|
virtual |
◆ Contact() [2/2]
Member Function Documentation
◆ add_depth()
|
inline |
◆ add_normal()
|
inline |
◆ add_position()
|
inline |
◆ add_wrench()
|
inline |
◆ ByteSizeLong()
|
final |
◆ Clear()
|
final |
◆ clear_collision1()
void clear_collision1 | ( | ) |
◆ clear_collision2()
void clear_collision2 | ( | ) |
◆ clear_depth()
|
inline |
◆ clear_header()
void clear_header | ( | ) |
◆ clear_normal()
void clear_normal | ( | ) |
◆ clear_position()
void clear_position | ( | ) |
◆ clear_world()
void clear_world | ( | ) |
◆ clear_wrench()
void clear_wrench | ( | ) |
◆ collision1()
|
inline |
References gz::msgs::_Entity_default_instance_.
◆ collision2()
|
inline |
References gz::msgs::_Entity_default_instance_.
◆ CopyFrom() [1/2]
|
final |
◆ CopyFrom() [2/2]
void CopyFrom | ( | const Contact & | from | ) |
◆ default_instance()
|
static |
◆ depth() [1/2]
|
inline |
◆ depth() [2/2]
|
inline |
◆ depth_size()
|
inline |
◆ descriptor()
|
static |
◆ GetCachedSize()
|
inlinefinal |
◆ GetMetadata()
|
final |
◆ has_collision1()
|
inline |
◆ has_collision2()
|
inline |
◆ has_header()
|
inline |
◆ has_world()
|
inline |
◆ header()
|
inline |
References gz::msgs::_Header_default_instance_.
◆ InitAsDefaultInstance()
|
static |
◆ internal_default_instance()
|
inlinestatic |
References gz::msgs::_Contact_default_instance_.
◆ InternalSerializeWithCachedSizesToArray()
|
final |
◆ IsInitialized()
|
final |
◆ MergeFrom() [1/2]
|
final |
◆ MergeFrom() [2/2]
void MergeFrom | ( | const Contact & | from | ) |
◆ MergePartialFromCodedStream()
|
final |
◆ mutable_collision1()
|
inline |
◆ mutable_collision2()
|
inline |
◆ mutable_depth()
|
inline |
◆ mutable_header()
|
inline |
◆ mutable_normal() [1/2]
|
inline |
◆ mutable_normal() [2/2]
|
inline |
◆ mutable_position() [1/2]
|
inline |
◆ mutable_position() [2/2]
|
inline |
◆ mutable_world()
|
inline |
◆ mutable_wrench() [1/2]
|
inline |
◆ mutable_wrench() [2/2]
|
inline |
◆ New() [1/2]
|
inlinefinal |
◆ New() [2/2]
|
inlinefinal |
◆ normal() [1/2]
|
inline |
◆ normal() [2/2]
|
inline |
◆ normal_size()
|
inline |
◆ operator=()
◆ position() [1/2]
|
inline |
◆ position() [2/2]
|
inline |
◆ position_size()
|
inline |
◆ release_collision1()
|
inline |
◆ release_collision2()
|
inline |
◆ release_header()
|
inline |
◆ release_world()
|
inline |
◆ SerializeWithCachedSizes()
|
final |
◆ set_allocated_collision1()
|
inline |
◆ set_allocated_collision2()
|
inline |
◆ set_allocated_header()
|
inline |
◆ set_allocated_world()
|
inline |
◆ set_depth()
|
inline |
◆ Swap()
void Swap | ( | Contact * | other | ) |
◆ world()
|
inline |
References gz::msgs::_Entity_default_instance_.
◆ wrench() [1/2]
|
inline |
◆ wrench() [2/2]
|
inline |
◆ wrench_size()
|
inline |
Member Data Documentation
◆ kCollision1FieldNumber
|
static |
◆ kCollision2FieldNumber
|
static |
◆ kDepthFieldNumber
|
static |
◆ kHeaderFieldNumber
|
static |
◆ kIndexInFileMessages
|
staticconstexpr |
Initial value:
=
0
◆ kNormalFieldNumber
|
static |
◆ kPositionFieldNumber
|
static |
◆ kWorldFieldNumber
|
static |
◆ kWrenchFieldNumber
|
static |
The documentation for this class was generated from the following file: