NETSIM  1.0.0
Hardware-in-the-loopacousticnetworksimulator
netsim::bellhop::protobuf::Environment_Sources_SourcePosition Class Reference

#include </root/netsim/obj-x86_64-linux-gnu/include/netsim/acousticstoolbox/environment.pb.h>

Inheritance diagram for netsim::bellhop::protobuf::Environment_Sources_SourcePosition:
Collaboration diagram for netsim::bellhop::protobuf::Environment_Sources_SourcePosition:

Public Member Functions

 Environment_Sources_SourcePosition ()
 
virtual ~Environment_Sources_SourcePosition ()
 
 Environment_Sources_SourcePosition (const Environment_Sources_SourcePosition &from)
 
Environment_Sources_SourcePositionoperator= (const Environment_Sources_SourcePosition &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (Environment_Sources_SourcePosition *other)
 
Environment_Sources_SourcePositionNew () const final
 
Environment_Sources_SourcePositionNew (::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 Environment_Sources_SourcePosition &from)
 
void MergeFrom (const Environment_Sources_SourcePosition &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_depth () const
 
void clear_depth ()
 
double depth () const
 
void set_depth (double value)
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const Environment_Sources_SourcePositiondefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const Environment_Sources_SourcePositioninternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kDepthFieldNumber = 1
 

Friends

struct ::protobuf_netsim_2facousticstoolbox_2fenvironment_2eproto::TableStruct
 
void swap (Environment_Sources_SourcePosition &a, Environment_Sources_SourcePosition &b)
 

Detailed Description

Definition at line 1468 of file environment.pb.h.

Constructor & Destructor Documentation

◆ Environment_Sources_SourcePosition() [1/2]

netsim::bellhop::protobuf::Environment_Sources_SourcePosition::Environment_Sources_SourcePosition ( )

◆ ~Environment_Sources_SourcePosition()

virtual netsim::bellhop::protobuf::Environment_Sources_SourcePosition::~Environment_Sources_SourcePosition ( )
virtual

◆ Environment_Sources_SourcePosition() [2/2]

netsim::bellhop::protobuf::Environment_Sources_SourcePosition::Environment_Sources_SourcePosition ( const Environment_Sources_SourcePosition from)

Member Function Documentation

◆ ByteSizeLong()

size_t netsim::bellhop::protobuf::Environment_Sources_SourcePosition::ByteSizeLong ( ) const
final

◆ Clear()

void netsim::bellhop::protobuf::Environment_Sources_SourcePosition::Clear ( )
final

◆ clear_depth()

void netsim::bellhop::protobuf::Environment_Sources_SourcePosition::clear_depth ( )
inline

Definition at line 3402 of file environment.pb.h.

◆ CopyFrom() [1/2]

void netsim::bellhop::protobuf::Environment_Sources_SourcePosition::CopyFrom ( const ::google::protobuf::Message &  from)
final

◆ CopyFrom() [2/2]

void netsim::bellhop::protobuf::Environment_Sources_SourcePosition::CopyFrom ( const Environment_Sources_SourcePosition from)

◆ default_instance()

static const Environment_Sources_SourcePosition& netsim::bellhop::protobuf::Environment_Sources_SourcePosition::default_instance ( )
static

◆ depth()

double netsim::bellhop::protobuf::Environment_Sources_SourcePosition::depth ( ) const
inline

Definition at line 3406 of file environment.pb.h.

◆ descriptor()

static const ::google::protobuf::Descriptor* netsim::bellhop::protobuf::Environment_Sources_SourcePosition::descriptor ( )
static

◆ GetCachedSize()

int netsim::bellhop::protobuf::Environment_Sources_SourcePosition::GetCachedSize ( ) const
inlinefinal

Definition at line 1540 of file environment.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata netsim::bellhop::protobuf::Environment_Sources_SourcePosition::GetMetadata ( ) const
final

◆ has_depth()

bool netsim::bellhop::protobuf::Environment_Sources_SourcePosition::has_depth ( ) const
inline

Definition at line 3393 of file environment.pb.h.

◆ InitAsDefaultInstance()

static void netsim::bellhop::protobuf::Environment_Sources_SourcePosition::InitAsDefaultInstance ( )
static

◆ internal_default_instance()

static const Environment_Sources_SourcePosition* netsim::bellhop::protobuf::Environment_Sources_SourcePosition::internal_default_instance ( )
inlinestatic

Definition at line 1505 of file environment.pb.h.

◆ InternalSerializeWithCachedSizesToArray()

::google::protobuf::uint8* netsim::bellhop::protobuf::Environment_Sources_SourcePosition::InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 *  target 
) const
final

◆ IsInitialized()

bool netsim::bellhop::protobuf::Environment_Sources_SourcePosition::IsInitialized ( ) const
final

◆ MergeFrom() [1/2]

void netsim::bellhop::protobuf::Environment_Sources_SourcePosition::MergeFrom ( const ::google::protobuf::Message &  from)
final

◆ MergeFrom() [2/2]

void netsim::bellhop::protobuf::Environment_Sources_SourcePosition::MergeFrom ( const Environment_Sources_SourcePosition from)

◆ MergePartialFromCodedStream()

bool netsim::bellhop::protobuf::Environment_Sources_SourcePosition::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
final

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet* netsim::bellhop::protobuf::Environment_Sources_SourcePosition::mutable_unknown_fields ( )
inline

Definition at line 1497 of file environment.pb.h.

◆ New() [1/2]

Environment_Sources_SourcePosition* netsim::bellhop::protobuf::Environment_Sources_SourcePosition::New ( ) const
inlinefinal

Definition at line 1519 of file environment.pb.h.

◆ New() [2/2]

Environment_Sources_SourcePosition* netsim::bellhop::protobuf::Environment_Sources_SourcePosition::New ( ::google::protobuf::Arena *  arena) const
inlinefinal

Definition at line 1523 of file environment.pb.h.

◆ operator=()

Environment_Sources_SourcePosition& netsim::bellhop::protobuf::Environment_Sources_SourcePosition::operator= ( const Environment_Sources_SourcePosition from)
inline

Definition at line 1475 of file environment.pb.h.

◆ SerializeWithCachedSizes()

void netsim::bellhop::protobuf::Environment_Sources_SourcePosition::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const
final

◆ set_depth()

void netsim::bellhop::protobuf::Environment_Sources_SourcePosition::set_depth ( double  value)
inline

Definition at line 3410 of file environment.pb.h.

◆ Swap()

void netsim::bellhop::protobuf::Environment_Sources_SourcePosition::Swap ( Environment_Sources_SourcePosition other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet& netsim::bellhop::protobuf::Environment_Sources_SourcePosition::unknown_fields ( ) const
inline

Definition at line 1494 of file environment.pb.h.

Friends And Related Function Documentation

◆ ::protobuf_netsim_2facousticstoolbox_2fenvironment_2eproto::TableStruct

◆ swap

Definition at line 1513 of file environment.pb.h.

Member Data Documentation

◆ kDepthFieldNumber

const int netsim::bellhop::protobuf::Environment_Sources_SourcePosition::kDepthFieldNumber = 1
static

Definition at line 1565 of file environment.pb.h.

◆ kIndexInFileMessages

constexpr int netsim::bellhop::protobuf::Environment_Sources_SourcePosition::kIndexInFileMessages
staticconstexpr
Initial value:
=
8

Definition at line 1509 of file environment.pb.h.


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