Ignition Msgs

API Reference

8.4.0

#include <oriented_3d_box.pb.h>

Public Member Functions

 Oriented3DBox ()
 
 Oriented3DBox (const Oriented3DBox &from)
 
virtual ~Oriented3DBox ()
 
const ::ignition::msgs::Vector3dboxsize () const
 
int ByteSize () const
 
const ::ignition::msgs::Vector3dcenter () const
 
void Clear ()
 
void clear_boxsize ()
 
void clear_center ()
 
void clear_header ()
 
void clear_orientation ()
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const Oriented3DBox &from)
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_boxsize () const
 
bool has_center () const
 
bool has_header () const
 
bool has_orientation () const
 
const ::ignition::msgs::Headerheader () const
 
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic, ::google::protobuf::uint8 *output) const
 
bool IsInitialized () const
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const Oriented3DBox &from)
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input)
 
::ignition::msgs::Vector3dmutable_boxsize ()
 
::ignition::msgs::Vector3dmutable_center ()
 
::ignition::msgs::Headermutable_header ()
 
::ignition::msgs::Quaternionmutable_orientation ()
 
Oriented3DBoxNew () const
 
Oriented3DBoxNew (::google::protobuf::Arena *arena) const
 
Oriented3DBoxoperator= (const Oriented3DBox &from)
 
const ::ignition::msgs::Quaternionorientation () const
 
::ignition::msgs::Vector3drelease_boxsize ()
 
::ignition::msgs::Vector3drelease_center ()
 
::ignition::msgs::Headerrelease_header ()
 
::ignition::msgs::Quaternionrelease_orientation ()
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const
 
::google::protobuf::uint8 * SerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) const
 
void set_allocated_boxsize (::ignition::msgs::Vector3d *boxsize)
 
void set_allocated_center (::ignition::msgs::Vector3d *center)
 
void set_allocated_header (::ignition::msgs::Header *header)
 
void set_allocated_orientation (::ignition::msgs::Quaternion *orientation)
 
void Swap (Oriented3DBox *other)
 

Static Public Member Functions

static const Oriented3DBoxdefault_instance ()
 
static const ::google::protobuf::Descriptor * descriptor ()
 

Static Public Attributes

static const int kBoxSizeFieldNumber = 4
 
static const int kCenterFieldNumber = 2
 
static const int kHeaderFieldNumber = 1
 
static const int kOrientationFieldNumber = 3
 

Friends

void IGNITION_MSGS_VISIBLE protobuf_AddDesc_ignition_2fmsgs_2foriented_5f3d_5fbox_2eproto ()
 
void protobuf_AssignDesc_ignition_2fmsgs_2foriented_5f3d_5fbox_2eproto ()
 
void protobuf_ShutdownFile_ignition_2fmsgs_2foriented_5f3d_5fbox_2eproto ()
 

Constructor & Destructor Documentation

◆ Oriented3DBox() [1/2]

◆ ~Oriented3DBox()

virtual ~Oriented3DBox ( )
virtual

◆ Oriented3DBox() [2/2]

Oriented3DBox ( const Oriented3DBox from)

Member Function Documentation

◆ boxsize()

const ::ignition::msgs::Vector3d & boxsize ( ) const
inline

◆ ByteSize()

int ByteSize ( ) const

◆ center()

const ::ignition::msgs::Vector3d & center ( ) const
inline

◆ Clear()

void Clear ( )

◆ clear_boxsize()

void clear_boxsize ( )
inline

◆ clear_center()

void clear_center ( )
inline

◆ clear_header()

void clear_header ( )
inline

◆ clear_orientation()

void clear_orientation ( )
inline

◆ CopyFrom() [1/2]

void CopyFrom ( const ::google::protobuf::Message &  from)

◆ CopyFrom() [2/2]

void CopyFrom ( const Oriented3DBox from)

◆ default_instance()

static const Oriented3DBox& default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor* descriptor ( )
static

◆ GetCachedSize()

int GetCachedSize ( ) const
inline

◆ GetMetadata()

::google::protobuf::Metadata GetMetadata ( ) const

◆ has_boxsize()

bool has_boxsize ( ) const
inline

◆ has_center()

bool has_center ( ) const
inline

◆ has_header()

bool has_header ( ) const
inline

◆ has_orientation()

bool has_orientation ( ) const
inline

◆ header()

const ::ignition::msgs::Header & header ( ) const
inline

◆ InternalSerializeWithCachedSizesToArray()

::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 *  output 
) const

◆ IsInitialized()

bool IsInitialized ( ) const

◆ MergeFrom() [1/2]

void MergeFrom ( const ::google::protobuf::Message &  from)

◆ MergeFrom() [2/2]

void MergeFrom ( const Oriented3DBox from)

◆ MergePartialFromCodedStream()

bool MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)

◆ mutable_boxsize()

ignition::msgs::Vector3d * mutable_boxsize ( )
inline

◆ mutable_center()

ignition::msgs::Vector3d * mutable_center ( )
inline

◆ mutable_header()

ignition::msgs::Header * mutable_header ( )
inline

◆ mutable_orientation()

ignition::msgs::Quaternion * mutable_orientation ( )
inline

◆ New() [1/2]

Oriented3DBox* New ( ) const
inline

References Oriented3DBox::New().

Referenced by Oriented3DBox::New().

◆ New() [2/2]

Oriented3DBox* New ( ::google::protobuf::Arena *  arena) const

◆ operator=()

Oriented3DBox& operator= ( const Oriented3DBox from)
inline

◆ orientation()

const ::ignition::msgs::Quaternion & orientation ( ) const
inline

◆ release_boxsize()

ignition::msgs::Vector3d * release_boxsize ( )
inline

◆ release_center()

ignition::msgs::Vector3d * release_center ( )
inline

◆ release_header()

ignition::msgs::Header * release_header ( )
inline

◆ release_orientation()

ignition::msgs::Quaternion * release_orientation ( )
inline

◆ SerializeWithCachedSizes()

void SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const

◆ SerializeWithCachedSizesToArray()

::google::protobuf::uint8* SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 *  output) const
inline

◆ set_allocated_boxsize()

void set_allocated_boxsize ( ::ignition::msgs::Vector3d boxsize)
inline

◆ set_allocated_center()

void set_allocated_center ( ::ignition::msgs::Vector3d center)
inline

◆ set_allocated_header()

void set_allocated_header ( ::ignition::msgs::Header header)
inline

◆ set_allocated_orientation()

void set_allocated_orientation ( ::ignition::msgs::Quaternion orientation)
inline

◆ Swap()

void Swap ( Oriented3DBox other)

Friends And Related Function Documentation

◆ protobuf_AddDesc_ignition_2fmsgs_2foriented_5f3d_5fbox_2eproto

void IGNITION_MSGS_VISIBLE protobuf_AddDesc_ignition_2fmsgs_2foriented_5f3d_5fbox_2eproto ( )
friend

◆ protobuf_AssignDesc_ignition_2fmsgs_2foriented_5f3d_5fbox_2eproto

void protobuf_AssignDesc_ignition_2fmsgs_2foriented_5f3d_5fbox_2eproto ( )
friend

◆ protobuf_ShutdownFile_ignition_2fmsgs_2foriented_5f3d_5fbox_2eproto

void protobuf_ShutdownFile_ignition_2fmsgs_2foriented_5f3d_5fbox_2eproto ( )
friend

Member Data Documentation

◆ kBoxSizeFieldNumber

const int kBoxSizeFieldNumber = 4
static

◆ kCenterFieldNumber

const int kCenterFieldNumber = 2
static

◆ kHeaderFieldNumber

const int kHeaderFieldNumber = 1
static

◆ kOrientationFieldNumber

const int kOrientationFieldNumber = 3
static

The documentation for this class was generated from the following file: