Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
bosdyn-api / api / image_geometry_pb2.py
Size: Mime:
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: bosdyn/api/image_geometry.proto
"""Generated protocol buffer code."""
from google.protobuf import descriptor as _descriptor
from google.protobuf import descriptor_pool as _descriptor_pool
from google.protobuf import message as _message
from google.protobuf import reflection as _reflection
from google.protobuf import symbol_database as _symbol_database
# @@protoc_insertion_point(imports)

_sym_db = _symbol_database.Default()




DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1f\x62osdyn/api/image_geometry.proto\x12\nbosdyn.api\"V\n\nRectangleI\x12\t\n\x01x\x18\x05 \x01(\x05\x12\t\n\x01y\x18\x06 \x01(\x05\x12\x0c\n\x04\x63ols\x18\x07 \x01(\x05\x12\x0c\n\x04rows\x18\x08 \x01(\x05J\x04\x08\x01\x10\x02J\x04\x08\x02\x10\x03J\x04\x08\x03\x10\x04J\x04\x08\x04\x10\x05\"@\n\x05\x41reaI\x12+\n\trectangle\x18\x01 \x01(\x0b\x32\x16.bosdyn.api.RectangleIH\x00\x42\n\n\x08geometryB B\x12ImageGeometryProtoZ\nbosdyn/apib\x06proto3')



_RECTANGLEI = DESCRIPTOR.message_types_by_name['RectangleI']
_AREAI = DESCRIPTOR.message_types_by_name['AreaI']
RectangleI = _reflection.GeneratedProtocolMessageType('RectangleI', (_message.Message,), {
  'DESCRIPTOR' : _RECTANGLEI,
  '__module__' : 'bosdyn.api.image_geometry_pb2'
  # @@protoc_insertion_point(class_scope:bosdyn.api.RectangleI)
  })
_sym_db.RegisterMessage(RectangleI)

AreaI = _reflection.GeneratedProtocolMessageType('AreaI', (_message.Message,), {
  'DESCRIPTOR' : _AREAI,
  '__module__' : 'bosdyn.api.image_geometry_pb2'
  # @@protoc_insertion_point(class_scope:bosdyn.api.AreaI)
  })
_sym_db.RegisterMessage(AreaI)

if _descriptor._USE_C_DESCRIPTORS == False:

  DESCRIPTOR._options = None
  DESCRIPTOR._serialized_options = b'B\022ImageGeometryProtoZ\nbosdyn/api'
  _RECTANGLEI._serialized_start=47
  _RECTANGLEI._serialized_end=133
  _AREAI._serialized_start=135
  _AREAI._serialized_end=199
# @@protoc_insertion_point(module_scope)