chromium/out/Default/gen/third_party/lens_server_proto/lens_overlay_geometry.pb.h

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: lens_overlay_geometry.proto

#ifndef GOOGLE_PROTOBUF_INCLUDED_lens_5foverlay_5fgeometry_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_lens_5foverlay_5fgeometry_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>  // IWYU pragma: export
#include <google/protobuf/extension_set.h>  // IWYU pragma: export
#include "lens_overlay_polygon.pb.h"
// @@protoc_insertion_point(includes)
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_lens_5foverlay_5fgeometry_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}  // namespace internal
PROTOBUF_NAMESPACE_CLOSE

// Internal implementation detail -- do not use these members.
struct TableStruct_lens_5foverlay_5fgeometry_2eproto {};
namespace lens {
class CenterRotatedBox;
struct CenterRotatedBoxDefaultTypeInternal;
extern CenterRotatedBoxDefaultTypeInternal _CenterRotatedBox_default_instance_;
class Geometry;
struct GeometryDefaultTypeInternal;
extern GeometryDefaultTypeInternal _Geometry_default_instance_;
class ZoomedCrop;
struct ZoomedCropDefaultTypeInternal;
extern ZoomedCropDefaultTypeInternal _ZoomedCrop_default_instance_;
}  // namespace lens
PROTOBUF_NAMESPACE_OPEN
template<> ::lens::CenterRotatedBox* Arena::CreateMaybeMessage<::lens::CenterRotatedBox>(Arena*);
template<> ::lens::Geometry* Arena::CreateMaybeMessage<::lens::Geometry>(Arena*);
template<> ::lens::ZoomedCrop* Arena::CreateMaybeMessage<::lens::ZoomedCrop>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace lens {

// ===================================================================

class CenterRotatedBox final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:lens.CenterRotatedBox) */ {};
// -------------------------------------------------------------------

class Geometry final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:lens.Geometry) */ {};
// -------------------------------------------------------------------

class ZoomedCrop final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:lens.ZoomedCrop) */ {};
// ===================================================================


// ===================================================================

#ifdef __GNUC__
  #pragma GCC diagnostic push
  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
#endif  // __GNUC__
// CenterRotatedBox

// optional float center_x = 1;
inline bool CenterRotatedBox::_internal_has_center_x() const {}
inline bool CenterRotatedBox::has_center_x() const {}
inline void CenterRotatedBox::clear_center_x() {}
inline float CenterRotatedBox::_internal_center_x() const {}
inline float CenterRotatedBox::center_x() const {}
inline void CenterRotatedBox::_internal_set_center_x(float value) {}
inline void CenterRotatedBox::set_center_x(float value) {}

// optional float center_y = 2;
inline bool CenterRotatedBox::_internal_has_center_y() const {}
inline bool CenterRotatedBox::has_center_y() const {}
inline void CenterRotatedBox::clear_center_y() {}
inline float CenterRotatedBox::_internal_center_y() const {}
inline float CenterRotatedBox::center_y() const {}
inline void CenterRotatedBox::_internal_set_center_y(float value) {}
inline void CenterRotatedBox::set_center_y(float value) {}

// optional float width = 3;
inline bool CenterRotatedBox::_internal_has_width() const {}
inline bool CenterRotatedBox::has_width() const {}
inline void CenterRotatedBox::clear_width() {}
inline float CenterRotatedBox::_internal_width() const {}
inline float CenterRotatedBox::width() const {}
inline void CenterRotatedBox::_internal_set_width(float value) {}
inline void CenterRotatedBox::set_width(float value) {}

// optional float height = 4;
inline bool CenterRotatedBox::_internal_has_height() const {}
inline bool CenterRotatedBox::has_height() const {}
inline void CenterRotatedBox::clear_height() {}
inline float CenterRotatedBox::_internal_height() const {}
inline float CenterRotatedBox::height() const {}
inline void CenterRotatedBox::_internal_set_height(float value) {}
inline void CenterRotatedBox::set_height(float value) {}

// optional float rotation_z = 5;
inline bool CenterRotatedBox::_internal_has_rotation_z() const {}
inline bool CenterRotatedBox::has_rotation_z() const {}
inline void CenterRotatedBox::clear_rotation_z() {}
inline float CenterRotatedBox::_internal_rotation_z() const {}
inline float CenterRotatedBox::rotation_z() const {}
inline void CenterRotatedBox::_internal_set_rotation_z(float value) {}
inline void CenterRotatedBox::set_rotation_z(float value) {}

// optional .lens.CoordinateType coordinate_type = 6;
inline bool CenterRotatedBox::_internal_has_coordinate_type() const {}
inline bool CenterRotatedBox::has_coordinate_type() const {}
inline void CenterRotatedBox::clear_coordinate_type() {}
inline ::lens::CoordinateType CenterRotatedBox::_internal_coordinate_type() const {}
inline ::lens::CoordinateType CenterRotatedBox::coordinate_type() const {}
inline void CenterRotatedBox::_internal_set_coordinate_type(::lens::CoordinateType value) {}
inline void CenterRotatedBox::set_coordinate_type(::lens::CoordinateType value) {}

// -------------------------------------------------------------------

// Geometry

// optional .lens.CenterRotatedBox bounding_box = 1;
inline bool Geometry::_internal_has_bounding_box() const {}
inline bool Geometry::has_bounding_box() const {}
inline void Geometry::clear_bounding_box() {}
inline const ::lens::CenterRotatedBox& Geometry::_internal_bounding_box() const {}
inline const ::lens::CenterRotatedBox& Geometry::bounding_box() const {}
inline void Geometry::unsafe_arena_set_allocated_bounding_box(
    ::lens::CenterRotatedBox* bounding_box) {}
inline ::lens::CenterRotatedBox* Geometry::release_bounding_box() {}
inline ::lens::CenterRotatedBox* Geometry::unsafe_arena_release_bounding_box() {}
inline ::lens::CenterRotatedBox* Geometry::_internal_mutable_bounding_box() {}
inline ::lens::CenterRotatedBox* Geometry::mutable_bounding_box() {}
inline void Geometry::set_allocated_bounding_box(::lens::CenterRotatedBox* bounding_box) {}

// repeated .lens.Polygon segmentation_polygon = 5;
inline int Geometry::_internal_segmentation_polygon_size() const {}
inline int Geometry::segmentation_polygon_size() const {}
inline ::lens::Polygon* Geometry::mutable_segmentation_polygon(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::lens::Polygon >*
Geometry::mutable_segmentation_polygon() {}
inline const ::lens::Polygon& Geometry::_internal_segmentation_polygon(int index) const {}
inline const ::lens::Polygon& Geometry::segmentation_polygon(int index) const {}
inline ::lens::Polygon* Geometry::_internal_add_segmentation_polygon() {}
inline ::lens::Polygon* Geometry::add_segmentation_polygon() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::lens::Polygon >&
Geometry::segmentation_polygon() const {}

// -------------------------------------------------------------------

// ZoomedCrop

// optional .lens.CenterRotatedBox crop = 1;
inline bool ZoomedCrop::_internal_has_crop() const {}
inline bool ZoomedCrop::has_crop() const {}
inline void ZoomedCrop::clear_crop() {}
inline const ::lens::CenterRotatedBox& ZoomedCrop::_internal_crop() const {}
inline const ::lens::CenterRotatedBox& ZoomedCrop::crop() const {}
inline void ZoomedCrop::unsafe_arena_set_allocated_crop(
    ::lens::CenterRotatedBox* crop) {}
inline ::lens::CenterRotatedBox* ZoomedCrop::release_crop() {}
inline ::lens::CenterRotatedBox* ZoomedCrop::unsafe_arena_release_crop() {}
inline ::lens::CenterRotatedBox* ZoomedCrop::_internal_mutable_crop() {}
inline ::lens::CenterRotatedBox* ZoomedCrop::mutable_crop() {}
inline void ZoomedCrop::set_allocated_crop(::lens::CenterRotatedBox* crop) {}

// optional int32 parent_width = 2;
inline bool ZoomedCrop::_internal_has_parent_width() const {}
inline bool ZoomedCrop::has_parent_width() const {}
inline void ZoomedCrop::clear_parent_width() {}
inline int32_t ZoomedCrop::_internal_parent_width() const {}
inline int32_t ZoomedCrop::parent_width() const {}
inline void ZoomedCrop::_internal_set_parent_width(int32_t value) {}
inline void ZoomedCrop::set_parent_width(int32_t value) {}

// optional int32 parent_height = 3;
inline bool ZoomedCrop::_internal_has_parent_height() const {}
inline bool ZoomedCrop::has_parent_height() const {}
inline void ZoomedCrop::clear_parent_height() {}
inline int32_t ZoomedCrop::_internal_parent_height() const {}
inline int32_t ZoomedCrop::parent_height() const {}
inline void ZoomedCrop::_internal_set_parent_height(int32_t value) {}
inline void ZoomedCrop::set_parent_height(int32_t value) {}

// optional float zoom = 4;
inline bool ZoomedCrop::_internal_has_zoom() const {}
inline bool ZoomedCrop::has_zoom() const {}
inline void ZoomedCrop::clear_zoom() {}
inline float ZoomedCrop::_internal_zoom() const {}
inline float ZoomedCrop::zoom() const {}
inline void ZoomedCrop::_internal_set_zoom(float value) {}
inline void ZoomedCrop::set_zoom(float value) {}

#ifdef __GNUC__
  #pragma GCC diagnostic pop
#endif  // __GNUC__
// -------------------------------------------------------------------

// -------------------------------------------------------------------


// @@protoc_insertion_point(namespace_scope)

}  // namespace lens

// @@protoc_insertion_point(global_scope)

#include <google/protobuf/port_undef.inc>
#endif  // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_lens_5foverlay_5fgeometry_2eproto