#ifndef GOOGLE_PROTOBUF_INCLUDED_lens_5foverlay_5fpolygon_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_lens_5foverlay_5fpolygon_2eproto
#include <limits>
#include <string>
#include <google/protobuf/port_def.inc>
#if PROTOBUF_VERSION < 3021000
#error This file was generated by a newer version of protoc which is
#error incompatible with your Protocol Buffer headers. Please update
#error your headers.
#endif
#if 3021012 < PROTOBUF_MIN_PROTOC_VERSION
#error This file was generated by an older version of protoc which is
#error incompatible with your Protocol Buffer headers. Please
#error regenerate this file with a newer version of protoc.
#endif
#include <google/protobuf/port_undef.inc>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/arena.h>
#include <google/protobuf/arenastring.h>
#include <google/protobuf/generated_message_util.h>
#include <google/protobuf/metadata_lite.h>
#include <google/protobuf/message_lite.h>
#include <google/protobuf/repeated_field.h>
#include <google/protobuf/extension_set.h>
#include <google/protobuf/generated_enum_util.h>
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_lens_5foverlay_5fpolygon_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}
PROTOBUF_NAMESPACE_CLOSE
struct TableStruct_lens_5foverlay_5fpolygon_2eproto { … };
namespace lens {
class Polygon;
struct PolygonDefaultTypeInternal;
extern PolygonDefaultTypeInternal _Polygon_default_instance_;
class Polygon_Vertex;
struct Polygon_VertexDefaultTypeInternal;
extern Polygon_VertexDefaultTypeInternal _Polygon_Vertex_default_instance_;
}
PROTOBUF_NAMESPACE_OPEN
template<> ::lens::Polygon* Arena::CreateMaybeMessage<::lens::Polygon>(Arena*);
template<> ::lens::Polygon_Vertex* Arena::CreateMaybeMessage<::lens::Polygon_Vertex>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace lens {
enum Polygon_VertexOrdering : int { … };
bool Polygon_VertexOrdering_IsValid(int value);
constexpr Polygon_VertexOrdering Polygon_VertexOrdering_VertexOrdering_MIN = …;
constexpr Polygon_VertexOrdering Polygon_VertexOrdering_VertexOrdering_MAX = …;
constexpr int Polygon_VertexOrdering_VertexOrdering_ARRAYSIZE = …;
const std::string& Polygon_VertexOrdering_Name(Polygon_VertexOrdering value);
template<typename T>
inline const std::string& Polygon_VertexOrdering_Name(T enum_t_value) { … }
bool Polygon_VertexOrdering_Parse(
::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Polygon_VertexOrdering* value);
enum CoordinateType : int { … };
bool CoordinateType_IsValid(int value);
constexpr CoordinateType CoordinateType_MIN = …;
constexpr CoordinateType CoordinateType_MAX = …;
constexpr int CoordinateType_ARRAYSIZE = …;
const std::string& CoordinateType_Name(CoordinateType value);
template<typename T>
inline const std::string& CoordinateType_Name(T enum_t_value) { … }
bool CoordinateType_Parse(
::PROTOBUF_NAMESPACE_ID::ConstStringParam name, CoordinateType* value);
class Polygon_Vertex final :
public ::PROTOBUF_NAMESPACE_ID::MessageLite { … };
class Polygon final :
public ::PROTOBUF_NAMESPACE_ID::MessageLite { … };
#ifdef __GNUC__
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#endif
inline bool Polygon_Vertex::_internal_has_x() const { … }
inline bool Polygon_Vertex::has_x() const { … }
inline void Polygon_Vertex::clear_x() { … }
inline float Polygon_Vertex::_internal_x() const { … }
inline float Polygon_Vertex::x() const { … }
inline void Polygon_Vertex::_internal_set_x(float value) { … }
inline void Polygon_Vertex::set_x(float value) { … }
inline bool Polygon_Vertex::_internal_has_y() const { … }
inline bool Polygon_Vertex::has_y() const { … }
inline void Polygon_Vertex::clear_y() { … }
inline float Polygon_Vertex::_internal_y() const { … }
inline float Polygon_Vertex::y() const { … }
inline void Polygon_Vertex::_internal_set_y(float value) { … }
inline void Polygon_Vertex::set_y(float value) { … }
inline int Polygon::_internal_vertex_size() const { … }
inline int Polygon::vertex_size() const { … }
inline void Polygon::clear_vertex() { … }
inline ::lens::Polygon_Vertex* Polygon::mutable_vertex(int index) { … }
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::lens::Polygon_Vertex >*
Polygon::mutable_vertex() { … }
inline const ::lens::Polygon_Vertex& Polygon::_internal_vertex(int index) const { … }
inline const ::lens::Polygon_Vertex& Polygon::vertex(int index) const { … }
inline ::lens::Polygon_Vertex* Polygon::_internal_add_vertex() { … }
inline ::lens::Polygon_Vertex* Polygon::add_vertex() { … }
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::lens::Polygon_Vertex >&
Polygon::vertex() const { … }
inline bool Polygon::_internal_has_vertex_ordering() const { … }
inline bool Polygon::has_vertex_ordering() const { … }
inline void Polygon::clear_vertex_ordering() { … }
inline ::lens::Polygon_VertexOrdering Polygon::_internal_vertex_ordering() const { … }
inline ::lens::Polygon_VertexOrdering Polygon::vertex_ordering() const { … }
inline void Polygon::_internal_set_vertex_ordering(::lens::Polygon_VertexOrdering value) { … }
inline void Polygon::set_vertex_ordering(::lens::Polygon_VertexOrdering value) { … }
inline bool Polygon::_internal_has_coordinate_type() const { … }
inline bool Polygon::has_coordinate_type() const { … }
inline void Polygon::clear_coordinate_type() { … }
inline ::lens::CoordinateType Polygon::_internal_coordinate_type() const { … }
inline ::lens::CoordinateType Polygon::coordinate_type() const { … }
inline void Polygon::_internal_set_coordinate_type(::lens::CoordinateType value) { … }
inline void Polygon::set_coordinate_type(::lens::CoordinateType value) { … }
#ifdef __GNUC__
#pragma GCC diagnostic pop
#endif
}
PROTOBUF_NAMESPACE_OPEN
template <> struct is_proto_enum< ::lens::Polygon_VertexOrdering> : ::std::true_type { … };
template <> struct is_proto_enum< ::lens::CoordinateType> : ::std::true_type { … };
PROTOBUF_NAMESPACE_CLOSE
#include <google/protobuf/port_undef.inc>
#endif