Gazebo Msgs

API Reference

8.7.0
build/ignition-msgs8/include/ignition/msgs/polylinegeom.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: ignition/msgs/polylinegeom.proto
3 
4 #ifndef PROTOBUF_INCLUDED_ignition_2fmsgs_2fpolylinegeom_2eproto
5 #define PROTOBUF_INCLUDED_ignition_2fmsgs_2fpolylinegeom_2eproto
6 
7 #include <string>
8 
9 #include <google/protobuf/stubs/common.h>
10 
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
14 #error your headers.
15 #endif
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.
20 #endif
21 
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> // IWYU pragma: export
31 #include <google/protobuf/extension_set.h> // IWYU pragma: export
32 #include <google/protobuf/unknown_field_set.h>
35 #ifndef _MSC_VER
36 #pragma GCC system_header
37 #else
38 #pragma warning(push)
39 #pragma warning(disable: 4244 4267 4100 4244 4512 4127 4068 4275 4251)
40 #endif
41 #ifdef __linux__
42 #include <sys/sysmacros.h>
43 #endif
44 #include <memory>
45 #include <ignition/msgs/Export.hh>
46 // @@protoc_insertion_point(includes)
47 #define PROTOBUF_INTERNAL_EXPORT_protobuf_ignition_2fmsgs_2fpolylinegeom_2eproto IGNITION_MSGS_VISIBLE
48 
50 // Internal implementation detail -- do not use these members.
51 struct IGNITION_MSGS_VISIBLE TableStruct {
52  static const ::google::protobuf::internal::ParseTableField entries[];
53  static const ::google::protobuf::internal::AuxillaryParseTableField aux[];
54  static const ::google::protobuf::internal::ParseTable schema[1];
55  static const ::google::protobuf::internal::FieldMetadata field_metadata[];
56  static const ::google::protobuf::internal::SerializationTable serialization_table[];
57  static const ::google::protobuf::uint32 offsets[];
58 };
59 void IGNITION_MSGS_VISIBLE AddDescriptors();
60 } // namespace protobuf_ignition_2fmsgs_2fpolylinegeom_2eproto
61 namespace ignition {
62 namespace msgs {
63 class Polyline;
64 class PolylineDefaultTypeInternal;
65 IGNITION_MSGS_VISIBLE extern PolylineDefaultTypeInternal _Polyline_default_instance_;
66 } // namespace msgs
67 } // namespace ignition
68 namespace google {
69 namespace protobuf {
70 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::Polyline* Arena::CreateMaybeMessage<::ignition::msgs::Polyline>(Arena*);
71 } // namespace protobuf
72 } // namespace google
73 namespace ignition {
74 namespace msgs {
75 
76 // ===================================================================
77 
78 class IGNITION_MSGS_VISIBLE Polyline : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.Polyline) */ {
79  public:
80  Polyline();
81  virtual ~Polyline();
82 
83  Polyline(const Polyline& from);
84 
85  inline Polyline& operator=(const Polyline& from) {
86  CopyFrom(from);
87  return *this;
88  }
89  #if LANG_CXX11
90  Polyline(Polyline&& from) noexcept
91  : Polyline() {
92  *this = ::std::move(from);
93  }
94 
95  inline Polyline& operator=(Polyline&& from) noexcept {
96  if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
97  if (this != &from) InternalSwap(&from);
98  } else {
99  CopyFrom(from);
100  }
101  return *this;
102  }
103  #endif
104  static const ::google::protobuf::Descriptor* descriptor();
105  static const Polyline& default_instance();
106 
107  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
108  static inline const Polyline* internal_default_instance() {
109  return reinterpret_cast<const Polyline*>(
111  }
112  static constexpr int kIndexInFileMessages =
113  0;
114 
115  void Swap(Polyline* other);
116  friend void swap(Polyline& a, Polyline& b) {
117  a.Swap(&b);
118  }
119 
120  // implements Message ----------------------------------------------
121 
122  inline Polyline* New() const final {
123  return CreateMaybeMessage<Polyline>(NULL);
124  }
125 
126  Polyline* New(::google::protobuf::Arena* arena) const final {
127  return CreateMaybeMessage<Polyline>(arena);
128  }
129  void CopyFrom(const ::google::protobuf::Message& from) final;
130  void MergeFrom(const ::google::protobuf::Message& from) final;
131  void CopyFrom(const Polyline& from);
132  void MergeFrom(const Polyline& from);
133  void Clear() final;
134  bool IsInitialized() const final;
135 
136  size_t ByteSizeLong() const final;
137  bool MergePartialFromCodedStream(
138  ::google::protobuf::io::CodedInputStream* input) final;
139  void SerializeWithCachedSizes(
140  ::google::protobuf::io::CodedOutputStream* output) const final;
141  ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
142  bool deterministic, ::google::protobuf::uint8* target) const final;
143  int GetCachedSize() const final { return _cached_size_.Get(); }
144 
145  private:
146  void SharedCtor();
147  void SharedDtor();
148  void SetCachedSize(int size) const final;
149  void InternalSwap(Polyline* other);
150  private:
151  inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
152  return NULL;
153  }
154  inline void* MaybeArenaPtr() const {
155  return NULL;
156  }
157  public:
158 
159  ::google::protobuf::Metadata GetMetadata() const final;
160 
161  // nested types ----------------------------------------------------
162 
163  // accessors -------------------------------------------------------
164 
165  // repeated .ignition.msgs.Vector2d point = 3;
166  int point_size() const;
167  void clear_point();
168  static const int kPointFieldNumber = 3;
169  ::ignition::msgs::Vector2d* mutable_point(int index);
170  ::google::protobuf::RepeatedPtrField< ::ignition::msgs::Vector2d >*
171  mutable_point();
172  const ::ignition::msgs::Vector2d& point(int index) const;
173  ::ignition::msgs::Vector2d* add_point();
174  const ::google::protobuf::RepeatedPtrField< ::ignition::msgs::Vector2d >&
175  point() const;
176 
177  // .ignition.msgs.Header header = 1;
178  bool has_header() const;
179  void clear_header();
180  static const int kHeaderFieldNumber = 1;
181  private:
182  const ::ignition::msgs::Header& _internal_header() const;
183  public:
184  const ::ignition::msgs::Header& header() const;
185  ::ignition::msgs::Header* release_header();
186  ::ignition::msgs::Header* mutable_header();
187  void set_allocated_header(::ignition::msgs::Header* header);
188 
189  // double height = 2;
190  void clear_height();
191  static const int kHeightFieldNumber = 2;
192  double height() const;
193  void set_height(double value);
194 
195  // @@protoc_insertion_point(class_scope:ignition.msgs.Polyline)
196  private:
197 
198  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
199  ::google::protobuf::RepeatedPtrField< ::ignition::msgs::Vector2d > point_;
200  ::ignition::msgs::Header* header_;
201  double height_;
202  mutable ::google::protobuf::internal::CachedSize _cached_size_;
204 };
205 // ===================================================================
206 
207 
208 // ===================================================================
209 
210 #ifdef __GNUC__
211  #pragma GCC diagnostic push
212  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
213 #endif // __GNUC__
214 // Polyline
215 
216 // .ignition.msgs.Header header = 1;
217 inline bool Polyline::has_header() const {
218  return this != internal_default_instance() && header_ != NULL;
219 }
220 inline const ::ignition::msgs::Header& Polyline::_internal_header() const {
221  return *header_;
222 }
223 inline const ::ignition::msgs::Header& Polyline::header() const {
224  const ::ignition::msgs::Header* p = header_;
225  // @@protoc_insertion_point(field_get:ignition.msgs.Polyline.header)
226  return p != NULL ? *p : *reinterpret_cast<const ::ignition::msgs::Header*>(
228 }
229 inline ::ignition::msgs::Header* Polyline::release_header() {
230  // @@protoc_insertion_point(field_release:ignition.msgs.Polyline.header)
231 
232  ::ignition::msgs::Header* temp = header_;
233  header_ = NULL;
234  return temp;
235 }
236 inline ::ignition::msgs::Header* Polyline::mutable_header() {
237 
238  if (header_ == NULL) {
239  auto* p = CreateMaybeMessage<::ignition::msgs::Header>(GetArenaNoVirtual());
240  header_ = p;
241  }
242  // @@protoc_insertion_point(field_mutable:ignition.msgs.Polyline.header)
243  return header_;
244 }
246  ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
247  if (message_arena == NULL) {
248  delete reinterpret_cast< ::google::protobuf::MessageLite*>(header_);
249  }
250  if (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);
255  }
256 
257  } else {
258 
259  }
260  header_ = header;
261  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.Polyline.header)
262 }
263 
264 // double height = 2;
265 inline void Polyline::clear_height() {
266  height_ = 0;
267 }
268 inline double Polyline::height() const {
269  // @@protoc_insertion_point(field_get:ignition.msgs.Polyline.height)
270  return height_;
271 }
272 inline void Polyline::set_height(double value) {
273 
274  height_ = value;
275  // @@protoc_insertion_point(field_set:ignition.msgs.Polyline.height)
276 }
277 
278 // repeated .ignition.msgs.Vector2d point = 3;
279 inline int Polyline::point_size() const {
280  return point_.size();
281 }
282 inline ::ignition::msgs::Vector2d* Polyline::mutable_point(int index) {
283  // @@protoc_insertion_point(field_mutable:ignition.msgs.Polyline.point)
284  return point_.Mutable(index);
285 }
286 inline ::google::protobuf::RepeatedPtrField< ::ignition::msgs::Vector2d >*
288  // @@protoc_insertion_point(field_mutable_list:ignition.msgs.Polyline.point)
289  return &point_;
290 }
291 inline const ::ignition::msgs::Vector2d& Polyline::point(int index) const {
292  // @@protoc_insertion_point(field_get:ignition.msgs.Polyline.point)
293  return point_.Get(index);
294 }
295 inline ::ignition::msgs::Vector2d* Polyline::add_point() {
296  // @@protoc_insertion_point(field_add:ignition.msgs.Polyline.point)
297  return point_.Add();
298 }
299 inline const ::google::protobuf::RepeatedPtrField< ::ignition::msgs::Vector2d >&
301  // @@protoc_insertion_point(field_list:ignition.msgs.Polyline.point)
302  return point_;
303 }
304 
305 #ifdef __GNUC__
306  #pragma GCC diagnostic pop
307 #endif // __GNUC__
308 
313 // @@protoc_insertion_point(namespace_scope)
314 
315 } // namespace msgs
316 } // namespace ignition
317 
318 #ifdef _MSC_VER
319 #pragma warning(pop)
320 #endif
321 // @@protoc_insertion_point(global_scope)
322 
323 #endif // PROTOBUF_INCLUDED_ignition_2fmsgs_2fpolylinegeom_2eproto
std::unique_ptr< Polyline > PolylineUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/polylinegeom.pb.h:309
Polyline & operator=(const Polyline &from)
Definition: build/ignition-msgs8/include/ignition/msgs/polylinegeom.pb.h:85
STL class.
static const Polyline * internal_default_instance()
Definition: build/ignition-msgs8/include/ignition/msgs/polylinegeom.pb.h:108
std::unique_ptr< const Polyline > ConstPolylineUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/polylinegeom.pb.h:310
Definition: build/ignition-msgs8/include/ignition/msgs/polylinegeom.pb.h:78
void IGNITION_MSGS_VISIBLE AddDescriptors()
friend void swap(Polyline &a, Polyline &b)
Definition: build/ignition-msgs8/include/ignition/msgs/polylinegeom.pb.h:116
const ::ignition::msgs::Header & header() const
Definition: build/ignition-msgs8/include/ignition/msgs/polylinegeom.pb.h:223
const ::google::protobuf::RepeatedPtrField< ::ignition::msgs::Vector2d > & point() const
Definition: build/ignition-msgs8/include/ignition/msgs/polylinegeom.pb.h:300
int point_size() const
Definition: build/ignition-msgs8/include/ignition/msgs/polylinegeom.pb.h:279
IGNITION_MSGS_VISIBLE PolylineDefaultTypeInternal _Polyline_default_instance_
bool has_header() const
Definition: build/ignition-msgs8/include/ignition/msgs/polylinegeom.pb.h:217
void set_allocated_header(::ignition::msgs::Header *header)
Definition: build/ignition-msgs8/include/ignition/msgs/polylinegeom.pb.h:245
void Swap(Polyline *other)
::google::protobuf::RepeatedPtrField< ::ignition::msgs::Vector2d > * mutable_point()
Definition: build/ignition-msgs8/include/ignition/msgs/polylinegeom.pb.h:287
Definition: build/ignition-msgs8/include/ignition/msgs/vector2d.pb.h:77
::ignition::msgs::Header * mutable_header()
Definition: build/ignition-msgs8/include/ignition/msgs/polylinegeom.pb.h:236
IGNITION_MSGS_VISIBLE HeaderDefaultTypeInternal _Header_default_instance_
Definition: build/ignition-msgs8/include/ignition/msgs/header.pb.h:215
::ignition::msgs::Header * release_header()
Definition: build/ignition-msgs8/include/ignition/msgs/polylinegeom.pb.h:229
void clear_height()
Definition: build/ignition-msgs8/include/ignition/msgs/polylinegeom.pb.h:265
std::shared_ptr< Polyline > PolylineSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/polylinegeom.pb.h:311
void set_height(double value)
Definition: build/ignition-msgs8/include/ignition/msgs/polylinegeom.pb.h:272
::ignition::msgs::Vector2d * add_point()
Definition: build/ignition-msgs8/include/ignition/msgs/polylinegeom.pb.h:295
Definition: build/ignition-msgs8/include/ignition/msgs/polylinegeom.pb.h:49
STL class.
Polyline * New(::google::protobuf::Arena *arena) const final
Definition: build/ignition-msgs8/include/ignition/msgs/polylinegeom.pb.h:126
Polyline * New() const final
Definition: build/ignition-msgs8/include/ignition/msgs/polylinegeom.pb.h:122
std::shared_ptr< const Polyline > ConstPolylineSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/polylinegeom.pb.h:312
double height() const
Definition: build/ignition-msgs8/include/ignition/msgs/polylinegeom.pb.h:268
Definition: build/ignition-msgs8/include/ignition/msgs/actor.pb.h:78
Definition: build/ignition-msgs8/include/ignition/msgs/polylinegeom.pb.h:51