JaiaBot  1.19.0
JaiaBot micro-AUV software
jaiabot::protobuf::SurfaceBounds Class Reference

#include <jaiabot/messages/bounds.pb.h>

Inheritance diagram for jaiabot::protobuf::SurfaceBounds:
Collaboration diagram for jaiabot::protobuf::SurfaceBounds:

Public Member Functions

 SurfaceBounds ()
 
virtual ~SurfaceBounds ()
 
 SurfaceBounds (const SurfaceBounds &from)
 
SurfaceBoundsoperator= (const SurfaceBounds &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (SurfaceBounds *other)
 
SurfaceBoundsNew () const final
 
SurfaceBoundsNew (::google::protobuf::Arena *arena) const final
 
void CopyFrom (const ::google::protobuf::Message &from) final
 
void MergeFrom (const ::google::protobuf::Message &from) final
 
void CopyFrom (const SurfaceBounds &from)
 
void MergeFrom (const SurfaceBounds &from)
 
void Clear () final
 
bool IsInitialized () const final
 
size_t ByteSizeLong () const final
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) final
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const final
 
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic, ::google::protobuf::uint8 *target) const final
 
int GetCachedSize () const final
 
::google::protobuf::Metadata GetMetadata () const final
 
bool has_center () const
 
void clear_center ()
 
::google::protobuf::int32 center () const
 
void set_center (::google::protobuf::int32 value)
 
bool has_upper () const
 
void clear_upper ()
 
::google::protobuf::int32 upper () const
 
void set_upper (::google::protobuf::int32 value)
 
bool has_lower () const
 
void clear_lower ()
 
::google::protobuf::int32 lower () const
 
void set_lower (::google::protobuf::int32 value)
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const SurfaceBoundsdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const SurfaceBoundsinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kCenterFieldNumber = 3
 
static const int kUpperFieldNumber = 1
 
static const int kLowerFieldNumber = 2
 

Friends

struct ::protobuf_jaiabot_2fmessages_2fbounds_2eproto::TableStruct
 
void swap (SurfaceBounds &a, SurfaceBounds &b)
 

Detailed Description

Definition at line 78 of file bounds.pb.h.

Constructor & Destructor Documentation

◆ SurfaceBounds() [1/2]

jaiabot::protobuf::SurfaceBounds::SurfaceBounds ( )

◆ ~SurfaceBounds()

virtual jaiabot::protobuf::SurfaceBounds::~SurfaceBounds ( )
virtual

◆ SurfaceBounds() [2/2]

jaiabot::protobuf::SurfaceBounds::SurfaceBounds ( const SurfaceBounds from)

Member Function Documentation

◆ ByteSizeLong()

size_t jaiabot::protobuf::SurfaceBounds::ByteSizeLong ( ) const
final

◆ center()

google::protobuf::int32 jaiabot::protobuf::SurfaceBounds::center ( ) const
inline

Definition at line 611 of file bounds.pb.h.

◆ Clear()

void jaiabot::protobuf::SurfaceBounds::Clear ( )
final

◆ clear_center()

void jaiabot::protobuf::SurfaceBounds::clear_center ( )
inline

Definition at line 607 of file bounds.pb.h.

◆ clear_lower()

void jaiabot::protobuf::SurfaceBounds::clear_lower ( )
inline

Definition at line 583 of file bounds.pb.h.

◆ clear_upper()

void jaiabot::protobuf::SurfaceBounds::clear_upper ( )
inline

Definition at line 559 of file bounds.pb.h.

◆ CopyFrom() [1/2]

void jaiabot::protobuf::SurfaceBounds::CopyFrom ( const ::google::protobuf::Message &  from)
final

◆ CopyFrom() [2/2]

void jaiabot::protobuf::SurfaceBounds::CopyFrom ( const SurfaceBounds from)

◆ default_instance()

static const SurfaceBounds& jaiabot::protobuf::SurfaceBounds::default_instance ( )
static

◆ descriptor()

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

◆ GetCachedSize()

int jaiabot::protobuf::SurfaceBounds::GetCachedSize ( ) const
inlinefinal

Definition at line 150 of file bounds.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata jaiabot::protobuf::SurfaceBounds::GetMetadata ( ) const
final

◆ has_center()

bool jaiabot::protobuf::SurfaceBounds::has_center ( ) const
inline

Definition at line 598 of file bounds.pb.h.

◆ has_lower()

bool jaiabot::protobuf::SurfaceBounds::has_lower ( ) const
inline

Definition at line 574 of file bounds.pb.h.

◆ has_upper()

bool jaiabot::protobuf::SurfaceBounds::has_upper ( ) const
inline

Definition at line 550 of file bounds.pb.h.

◆ InitAsDefaultInstance()

static void jaiabot::protobuf::SurfaceBounds::InitAsDefaultInstance ( )
static

◆ internal_default_instance()

static const SurfaceBounds* jaiabot::protobuf::SurfaceBounds::internal_default_instance ( )
inlinestatic

Definition at line 115 of file bounds.pb.h.

◆ InternalSerializeWithCachedSizesToArray()

::google::protobuf::uint8* jaiabot::protobuf::SurfaceBounds::InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 *  target 
) const
final

◆ IsInitialized()

bool jaiabot::protobuf::SurfaceBounds::IsInitialized ( ) const
final

◆ lower()

google::protobuf::int32 jaiabot::protobuf::SurfaceBounds::lower ( ) const
inline

Definition at line 587 of file bounds.pb.h.

◆ MergeFrom() [1/2]

void jaiabot::protobuf::SurfaceBounds::MergeFrom ( const ::google::protobuf::Message &  from)
final

◆ MergeFrom() [2/2]

void jaiabot::protobuf::SurfaceBounds::MergeFrom ( const SurfaceBounds from)

◆ MergePartialFromCodedStream()

bool jaiabot::protobuf::SurfaceBounds::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
final

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet* jaiabot::protobuf::SurfaceBounds::mutable_unknown_fields ( )
inline

Definition at line 107 of file bounds.pb.h.

◆ New() [1/2]

SurfaceBounds* jaiabot::protobuf::SurfaceBounds::New ( ) const
inlinefinal

Definition at line 129 of file bounds.pb.h.

◆ New() [2/2]

SurfaceBounds* jaiabot::protobuf::SurfaceBounds::New ( ::google::protobuf::Arena *  arena) const
inlinefinal

Definition at line 133 of file bounds.pb.h.

◆ operator=()

SurfaceBounds& jaiabot::protobuf::SurfaceBounds::operator= ( const SurfaceBounds from)
inline

Definition at line 85 of file bounds.pb.h.

◆ SerializeWithCachedSizes()

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

◆ set_center()

void jaiabot::protobuf::SurfaceBounds::set_center ( ::google::protobuf::int32  value)
inline

Definition at line 615 of file bounds.pb.h.

◆ set_lower()

void jaiabot::protobuf::SurfaceBounds::set_lower ( ::google::protobuf::int32  value)
inline

Definition at line 591 of file bounds.pb.h.

◆ set_upper()

void jaiabot::protobuf::SurfaceBounds::set_upper ( ::google::protobuf::int32  value)
inline

Definition at line 567 of file bounds.pb.h.

◆ Swap()

void jaiabot::protobuf::SurfaceBounds::Swap ( SurfaceBounds other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet& jaiabot::protobuf::SurfaceBounds::unknown_fields ( ) const
inline

Definition at line 104 of file bounds.pb.h.

◆ upper()

google::protobuf::int32 jaiabot::protobuf::SurfaceBounds::upper ( ) const
inline

Definition at line 563 of file bounds.pb.h.

Friends And Related Function Documentation

◆ ::protobuf_jaiabot_2fmessages_2fbounds_2eproto::TableStruct

Definition at line 208 of file bounds.pb.h.

◆ swap

void swap ( SurfaceBounds a,
SurfaceBounds b 
)
friend

Definition at line 123 of file bounds.pb.h.

Member Data Documentation

◆ kCenterFieldNumber

const int jaiabot::protobuf::SurfaceBounds::kCenterFieldNumber = 3
static

Definition at line 175 of file bounds.pb.h.

◆ kIndexInFileMessages

constexpr int jaiabot::protobuf::SurfaceBounds::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

Definition at line 119 of file bounds.pb.h.

◆ kLowerFieldNumber

const int jaiabot::protobuf::SurfaceBounds::kLowerFieldNumber = 2
static

Definition at line 189 of file bounds.pb.h.

◆ kUpperFieldNumber

const int jaiabot::protobuf::SurfaceBounds::kUpperFieldNumber = 1
static

Definition at line 182 of file bounds.pb.h.


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