Go to the documentation of this file.
4 #ifndef PROTOBUF_INCLUDED_ignition_2fmsgs_2fvector3d_2eproto
5 #define PROTOBUF_INCLUDED_ignition_2fmsgs_2fvector3d_2eproto
9 #include <google/protobuf/stubs/common.h>
11 #if GOOGLE_PROTOBUF_VERSION < 3006001
12 #error This file was generated by a newer version of protoc which is
13 #error incompatible with your Protocol Buffer headers. Please update
16 #if 3006001 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION
17 #error This file was generated by an older version of protoc which is
18 #error incompatible with your Protocol Buffer headers. Please
19 #error regenerate this file with a newer version of protoc.
22 #include <google/protobuf/io/coded_stream.h>
23 #include <google/protobuf/arena.h>
24 #include <google/protobuf/arenastring.h>
25 #include <google/protobuf/generated_message_table_driven.h>
26 #include <google/protobuf/generated_message_util.h>
27 #include <google/protobuf/inlined_string_field.h>
28 #include <google/protobuf/metadata.h>
29 #include <google/protobuf/message.h>
30 #include <google/protobuf/repeated_field.h>
31 #include <google/protobuf/extension_set.h>
32 #include <google/protobuf/unknown_field_set.h>
35 #pragma GCC system_header
38 #pragma warning(disable: 4244 4267 4100 4244 4512 4127 4068 4275 4251)
41 #include <sys/sysmacros.h>
46 #define PROTOBUF_INTERNAL_EXPORT_protobuf_ignition_2fmsgs_2fvector3d_2eproto IGNITION_MSGS_VISIBLE
51 static const ::google::protobuf::internal::ParseTableField entries[];
52 static const ::google::protobuf::internal::AuxillaryParseTableField aux[];
53 static const ::google::protobuf::internal::ParseTable schema[1];
54 static const ::google::protobuf::internal::FieldMetadata field_metadata[];
55 static const ::google::protobuf::internal::SerializationTable serialization_table[];
56 static const ::google::protobuf::uint32 offsets[];
63 class Vector3dDefaultTypeInternal;
69 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::Vector3d* Arena::CreateMaybeMessage<::ignition::msgs::Vector3d>(Arena*);
77 class IGNITION_MSGS_VISIBLE
Vector3d :
public ::google::protobuf::Message {
91 *
this = ::std::move(from);
95 if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
96 if (
this != &from) InternalSwap(&from);
103 static const ::google::protobuf::Descriptor* descriptor();
104 static const Vector3d& default_instance();
106 static void InitAsDefaultInstance();
108 return reinterpret_cast<const Vector3d*
>(
111 static constexpr
int kIndexInFileMessages =
122 return CreateMaybeMessage<Vector3d>(NULL);
126 return CreateMaybeMessage<Vector3d>(arena);
128 void CopyFrom(const ::google::protobuf::Message& from)
final;
129 void MergeFrom(const ::google::protobuf::Message& from)
final;
130 void CopyFrom(
const Vector3d& from);
131 void MergeFrom(
const Vector3d& from);
133 bool IsInitialized() const final;
135 size_t ByteSizeLong() const final;
136 bool MergePartialFromCodedStream(
137 ::
google::protobuf::io::CodedInputStream* input) final;
138 void SerializeWithCachedSizes(
139 ::
google::protobuf::io::CodedOutputStream* output) const final;
140 ::
google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
141 bool deterministic, ::
google::protobuf::uint8* target) const final;
142 int GetCachedSize() const final {
return _cached_size_.Get(); }
147 void SetCachedSize(
int size)
const final;
150 inline ::google::protobuf::Arena* GetArenaNoVirtual()
const {
153 inline void* MaybeArenaPtr()
const {
158 ::google::protobuf::Metadata GetMetadata() const final;
165 bool has_header() const;
167 static const
int kHeaderFieldNumber = 1;
178 static const
int kXFieldNumber = 2;
180 void set_x(
double value);
184 static const
int kYFieldNumber = 3;
186 void set_y(
double value);
190 static const
int kZFieldNumber = 4;
192 void set_z(
double value);
197 ::
google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
202 mutable ::
google::protobuf::internal::CachedSize _cached_size_;
211 #pragma GCC diagnostic push
212 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
218 return this != internal_default_instance() && header_ != NULL;
220 inline const ::ignition::msgs::Header& Vector3d::_internal_header()
const {
224 const ::ignition::msgs::Header* p = header_;
238 if (header_ == NULL) {
239 auto* p = CreateMaybeMessage<::ignition::msgs::Header>(GetArenaNoVirtual());
246 ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
247 if (message_arena == NULL) {
248 delete reinterpret_cast< ::google::protobuf::MessageLite*
>(header_);
251 ::google::protobuf::Arena* submessage_arena = NULL;
252 if (message_arena != submessage_arena) {
253 header = ::google::protobuf::internal::GetOwnedMessage(
254 message_arena, header, submessage_arena);
307 #pragma GCC diagnostic pop
324 #endif // PROTOBUF_INCLUDED_ignition_2fmsgs_2fvector3d_2eproto
Vector3d & operator=(const Vector3d &from)
Definition: build/ignition-msgs5/include/ignition/msgs/vector3d.pb.h:84
Definition: build/ignition-msgs5/include/ignition/msgs/vector3d.pb.h:77
Definition: build/ignition-msgs5/include/ignition/msgs/vector3d.pb.h:50
::ignition::msgs::Header * release_header()
Definition: build/ignition-msgs5/include/ignition/msgs/vector3d.pb.h:229
const ::ignition::msgs::Header & header() const
Definition: build/ignition-msgs5/include/ignition/msgs/vector3d.pb.h:223
Vector3d * New(::google::protobuf::Arena *arena) const final
Definition: build/ignition-msgs5/include/ignition/msgs/vector3d.pb.h:125
void set_x(double value)
Definition: build/ignition-msgs5/include/ignition/msgs/vector3d.pb.h:272
double z() const
Definition: build/ignition-msgs5/include/ignition/msgs/vector3d.pb.h:296
std::unique_ptr< Vector3d > Vector3dUniquePtr
Definition: build/ignition-msgs5/include/ignition/msgs/vector3d.pb.h:310
double y() const
Definition: build/ignition-msgs5/include/ignition/msgs/vector3d.pb.h:282
::ignition::msgs::Header * mutable_header()
Definition: build/ignition-msgs5/include/ignition/msgs/vector3d.pb.h:236
void set_allocated_header(::ignition::msgs::Header *header)
Definition: build/ignition-msgs5/include/ignition/msgs/vector3d.pb.h:245
std::unique_ptr< const Vector3d > ConstVector3dUniquePtr
Definition: build/ignition-msgs5/include/ignition/msgs/vector3d.pb.h:311
void clear_y()
Definition: build/ignition-msgs5/include/ignition/msgs/vector3d.pb.h:279
double x() const
Definition: build/ignition-msgs5/include/ignition/msgs/vector3d.pb.h:268
std::shared_ptr< const Vector3d > ConstVector3dSharedPtr
Definition: build/ignition-msgs5/include/ignition/msgs/vector3d.pb.h:313
void IGNITION_MSGS_VISIBLE AddDescriptors()
void Swap(Vector3d *other)
IGNITION_MSGS_VISIBLE Vector3dDefaultTypeInternal _Vector3d_default_instance_
IGNITION_MSGS_VISIBLE HeaderDefaultTypeInternal _Header_default_instance_
Vector3d * New() const final
Definition: build/ignition-msgs5/include/ignition/msgs/vector3d.pb.h:121
static const Vector3d * internal_default_instance()
Definition: build/ignition-msgs5/include/ignition/msgs/vector3d.pb.h:107
void set_y(double value)
Definition: build/ignition-msgs5/include/ignition/msgs/vector3d.pb.h:286
void set_z(double value)
Definition: build/ignition-msgs5/include/ignition/msgs/vector3d.pb.h:300
std::shared_ptr< Vector3d > Vector3dSharedPtr
Definition: build/ignition-msgs5/include/ignition/msgs/vector3d.pb.h:312
Vector3< double > Vector3d
void clear_z()
Definition: build/ignition-msgs5/include/ignition/msgs/vector3d.pb.h:293
bool has_header() const
Definition: build/ignition-msgs5/include/ignition/msgs/vector3d.pb.h:217
Definition: build/ignition-msgs5/include/ignition/msgs/actor.pb.h:78
friend void swap(Vector3d &a, Vector3d &b)
Definition: build/ignition-msgs5/include/ignition/msgs/vector3d.pb.h:115
Definition: build/ignition-msgs5/include/ignition/msgs/vector3d.pb.h:48
void clear_x()
Definition: build/ignition-msgs5/include/ignition/msgs/vector3d.pb.h:265