Skip to content
Snippets Groups Projects
Commit b54fcf4a authored by Christoph.Fischer's avatar Christoph.Fischer
Browse files

made recompilation dependent on id.proto file

parent bb0d5d63
No related branches found
No related tags found
No related merge requests found
......@@ -40,8 +40,8 @@ for path in proto_files_g:
if path_dir == id_path_dir:
continue
# generate if source file newer or output file non existent
if not os.path.exists(output_file) or (os.path.getmtime(path) > os.path.getmtime(output_file)):
# generate if one of source files newer or output file non existent
if not os.path.exists(output_file) or (os.path.getmtime(path) > os.path.getmtime(output_file)) or (os.path.getmtime(id_path) > os.path.getmtime(output_file)):
if protoc is None:
print("Protoc recompilation needed, but no proto-compiler found. Install it, e.g. protobuf-compiler via apt.")
sys.exit(1)
......
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: tmp3mi8p291
# source: tmpcqmo8wl0
"""Generated protocol buffer code."""
from google.protobuf import descriptor as _descriptor
from google.protobuf import descriptor_pool as _descriptor_pool
......@@ -14,7 +14,7 @@ _sym_db = _symbol_database.Default()
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x0btmp3mi8p291\"(\n\x0cLatLonPoints\x12\x0b\n\x03lat\x18\x01 \x01(\x02\x12\x0b\n\x03lon\x18\x02 \x01(\x02\"E\n\x0b\x42oundingBox\x12\x1a\n\x03min\x18\x01 \x01(\x0b\x32\r.LatLonPoints\x12\x1a\n\x03max\x18\x02 \x01(\x0b\x32\r.LatLonPoints\"[\n\nProperties\x12\x1f\n\x08line_pts\x18\x01 \x03(\x0b\x32\r.LatLonPoints\x12\x18\n\x02\x62\x62\x18\x02 \x01(\x0b\x32\x0c.BoundingBox\x12\x12\n\nlength_deg\x18\x03 \x01(\x02\")\n\tVoxelData\x12\r\n\x05index\x18\x01 \x03(\r\x12\r\n\x05value\x18\x02 \x01(\x02\"-\n\nVertexData\x12\x10\n\x08position\x18\x01 \x03(\x02\x12\r\n\x05value\x18\x02 \x01(\x02\"+\n\x08\x46\x61\x63\x65\x44\x61ta\x12\x10\n\x08vertices\x18\x01 \x03(\r\x12\r\n\x05value\x18\x02 \x01(\x02\"C\n\x13VoxelRepresentation\x12\x0c\n\x04\x64\x65sc\x18\x01 \x01(\t\x12\x1e\n\nvoxel_data\x18\x02 \x03(\x0b\x32\n.VoxelData\"D\n\x12LineRepresentation\x12\x0c\n\x04\x64\x65sc\x18\x01 \x01(\t\x12 \n\x0bvertex_data\x18\x02 \x03(\x0b\x32\x0b.VertexData\"f\n\x16\x42oundaryRepresentation\x12\x0c\n\x04\x64\x65sc\x18\x01 \x01(\t\x12 \n\x0bvertex_data\x18\x02 \x03(\x0b\x32\x0b.VertexData\x12\x1c\n\tface_data\x18\x03 \x03(\x0b\x32\t.FaceData\"3\n\nObjectNode\x12\x12\n\ntime_index\x18\x01 \x02(\x05\x12\x11\n\tobject_id\x18\x02 \x02(\x05\">\n\nConnection\x12\x17\n\x02n1\x18\x01 \x02(\x0b\x32\x0b.ObjectNode\x12\x17\n\x02n2\x18\x02 \x02(\x0b\x32\x0b.ObjectNode\"1\n\rTrackingGraph\x12 \n\x0b\x63onnections\x18\x01 \x03(\x0b\x32\x0b.Connection\"\xb4\x01\n\x06Object\x12\n\n\x02id\x18\x01 \x02(\x05\x12%\n\x08line_rep\x18\x02 \x03(\x0b\x32\x13.LineRepresentation\x12\'\n\tvoxel_rep\x18\x03 \x01(\x0b\x32\x14.VoxelRepresentation\x12-\n\x0c\x62oundary_rep\x18\x04 \x03(\x0b\x32\x17.BoundaryRepresentation\x12\x1f\n\nproperties\x18\x05 \x01(\x0b\x32\x0b.Properties\"8\n\x08Timestep\x12\x12\n\nvalid_time\x18\x01 \x01(\t\x12\x18\n\x07objects\x18\x02 \x03(\x0b\x32\x07.Object\"}\n\x0cTrackableSet\x12\x11\n\tinit_time\x18\x01 \x01(\t\x12\x0e\n\x06member\x18\x02 \x01(\x02\x12\r\n\x05level\x18\x03 \x01(\x02\x12\x1c\n\ttimesteps\x18\x04 \x03(\x0b\x32\t.Timestep\x12\x1d\n\x05graph\x18\x05 \x01(\x0b\x32\x0e.TrackingGraph\"_\n\x12\x44\x61tasetDescription\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0c\n\x04\x66ile\x18\x02 \x01(\t\x12\x10\n\x08run_time\x18\x03 \x02(\t\x12\x1b\n\x04sets\x18\x04 \x03(\x0b\x32\r.TrackableSet')
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x0btmpcqmo8wl0\"(\n\x0cLatLonPoints\x12\x0b\n\x03lat\x18\x01 \x01(\x02\x12\x0b\n\x03lon\x18\x02 \x01(\x02\"E\n\x0b\x42oundingBox\x12\x1a\n\x03min\x18\x01 \x01(\x0b\x32\r.LatLonPoints\x12\x1a\n\x03max\x18\x02 \x01(\x0b\x32\r.LatLonPoints\"[\n\nProperties\x12\x1f\n\x08line_pts\x18\x01 \x03(\x0b\x32\r.LatLonPoints\x12\x18\n\x02\x62\x62\x18\x02 \x01(\x0b\x32\x0c.BoundingBox\x12\x12\n\nlength_deg\x18\x03 \x01(\x02\")\n\tVoxelData\x12\r\n\x05index\x18\x01 \x03(\r\x12\r\n\x05value\x18\x02 \x01(\x02\"-\n\nVertexData\x12\x10\n\x08position\x18\x01 \x03(\x02\x12\r\n\x05value\x18\x02 \x01(\x02\"+\n\x08\x46\x61\x63\x65\x44\x61ta\x12\x10\n\x08vertices\x18\x01 \x03(\r\x12\r\n\x05value\x18\x02 \x01(\x02\"C\n\x13VoxelRepresentation\x12\x0c\n\x04\x64\x65sc\x18\x01 \x01(\t\x12\x1e\n\nvoxel_data\x18\x02 \x03(\x0b\x32\n.VoxelData\"D\n\x12LineRepresentation\x12\x0c\n\x04\x64\x65sc\x18\x01 \x01(\t\x12 \n\x0bvertex_data\x18\x02 \x03(\x0b\x32\x0b.VertexData\"f\n\x16\x42oundaryRepresentation\x12\x0c\n\x04\x64\x65sc\x18\x01 \x01(\t\x12 \n\x0bvertex_data\x18\x02 \x03(\x0b\x32\x0b.VertexData\x12\x1c\n\tface_data\x18\x03 \x03(\x0b\x32\t.FaceData\"3\n\nObjectNode\x12\x12\n\ntime_index\x18\x01 \x02(\x05\x12\x11\n\tobject_id\x18\x02 \x02(\x05\">\n\nConnection\x12\x17\n\x02n1\x18\x01 \x02(\x0b\x32\x0b.ObjectNode\x12\x17\n\x02n2\x18\x02 \x02(\x0b\x32\x0b.ObjectNode\"1\n\rTrackingGraph\x12 \n\x0b\x63onnections\x18\x01 \x03(\x0b\x32\x0b.Connection\"\xb4\x01\n\x06Object\x12\n\n\x02id\x18\x01 \x02(\x05\x12%\n\x08line_rep\x18\x02 \x03(\x0b\x32\x13.LineRepresentation\x12\'\n\tvoxel_rep\x18\x03 \x01(\x0b\x32\x14.VoxelRepresentation\x12-\n\x0c\x62oundary_rep\x18\x04 \x03(\x0b\x32\x17.BoundaryRepresentation\x12\x1f\n\nproperties\x18\x05 \x01(\x0b\x32\x0b.Properties\"8\n\x08Timestep\x12\x12\n\nvalid_time\x18\x01 \x01(\t\x12\x18\n\x07objects\x18\x02 \x03(\x0b\x32\x07.Object\"}\n\x0cTrackableSet\x12\x11\n\tinit_time\x18\x01 \x01(\t\x12\x0e\n\x06member\x18\x02 \x01(\x02\x12\r\n\x05level\x18\x03 \x01(\x02\x12\x1c\n\ttimesteps\x18\x04 \x03(\x0b\x32\t.Timestep\x12\x1d\n\x05graph\x18\x05 \x01(\x0b\x32\x0e.TrackingGraph\"_\n\x12\x44\x61tasetDescription\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0c\n\x04\x66ile\x18\x02 \x01(\t\x12\x10\n\x08run_time\x18\x03 \x02(\t\x12\x1b\n\x04sets\x18\x04 \x03(\x0b\x32\r.TrackableSet')
......@@ -36,112 +36,112 @@ _TRACKABLESET = DESCRIPTOR.message_types_by_name['TrackableSet']
_DATASETDESCRIPTION = DESCRIPTOR.message_types_by_name['DatasetDescription']
LatLonPoints = _reflection.GeneratedProtocolMessageType('LatLonPoints', (_message.Message,), {
'DESCRIPTOR' : _LATLONPOINTS,
'__module__' : 'tmp3mi8p291_pb2'
'__module__' : 'tmpcqmo8wl0_pb2'
# @@protoc_insertion_point(class_scope:LatLonPoints)
})
_sym_db.RegisterMessage(LatLonPoints)
BoundingBox = _reflection.GeneratedProtocolMessageType('BoundingBox', (_message.Message,), {
'DESCRIPTOR' : _BOUNDINGBOX,
'__module__' : 'tmp3mi8p291_pb2'
'__module__' : 'tmpcqmo8wl0_pb2'
# @@protoc_insertion_point(class_scope:BoundingBox)
})
_sym_db.RegisterMessage(BoundingBox)
Properties = _reflection.GeneratedProtocolMessageType('Properties', (_message.Message,), {
'DESCRIPTOR' : _PROPERTIES,
'__module__' : 'tmp3mi8p291_pb2'
'__module__' : 'tmpcqmo8wl0_pb2'
# @@protoc_insertion_point(class_scope:Properties)
})
_sym_db.RegisterMessage(Properties)
VoxelData = _reflection.GeneratedProtocolMessageType('VoxelData', (_message.Message,), {
'DESCRIPTOR' : _VOXELDATA,
'__module__' : 'tmp3mi8p291_pb2'
'__module__' : 'tmpcqmo8wl0_pb2'
# @@protoc_insertion_point(class_scope:VoxelData)
})
_sym_db.RegisterMessage(VoxelData)
VertexData = _reflection.GeneratedProtocolMessageType('VertexData', (_message.Message,), {
'DESCRIPTOR' : _VERTEXDATA,
'__module__' : 'tmp3mi8p291_pb2'
'__module__' : 'tmpcqmo8wl0_pb2'
# @@protoc_insertion_point(class_scope:VertexData)
})
_sym_db.RegisterMessage(VertexData)
FaceData = _reflection.GeneratedProtocolMessageType('FaceData', (_message.Message,), {
'DESCRIPTOR' : _FACEDATA,
'__module__' : 'tmp3mi8p291_pb2'
'__module__' : 'tmpcqmo8wl0_pb2'
# @@protoc_insertion_point(class_scope:FaceData)
})
_sym_db.RegisterMessage(FaceData)
VoxelRepresentation = _reflection.GeneratedProtocolMessageType('VoxelRepresentation', (_message.Message,), {
'DESCRIPTOR' : _VOXELREPRESENTATION,
'__module__' : 'tmp3mi8p291_pb2'
'__module__' : 'tmpcqmo8wl0_pb2'
# @@protoc_insertion_point(class_scope:VoxelRepresentation)
})
_sym_db.RegisterMessage(VoxelRepresentation)
LineRepresentation = _reflection.GeneratedProtocolMessageType('LineRepresentation', (_message.Message,), {
'DESCRIPTOR' : _LINEREPRESENTATION,
'__module__' : 'tmp3mi8p291_pb2'
'__module__' : 'tmpcqmo8wl0_pb2'
# @@protoc_insertion_point(class_scope:LineRepresentation)
})
_sym_db.RegisterMessage(LineRepresentation)
BoundaryRepresentation = _reflection.GeneratedProtocolMessageType('BoundaryRepresentation', (_message.Message,), {
'DESCRIPTOR' : _BOUNDARYREPRESENTATION,
'__module__' : 'tmp3mi8p291_pb2'
'__module__' : 'tmpcqmo8wl0_pb2'
# @@protoc_insertion_point(class_scope:BoundaryRepresentation)
})
_sym_db.RegisterMessage(BoundaryRepresentation)
ObjectNode = _reflection.GeneratedProtocolMessageType('ObjectNode', (_message.Message,), {
'DESCRIPTOR' : _OBJECTNODE,
'__module__' : 'tmp3mi8p291_pb2'
'__module__' : 'tmpcqmo8wl0_pb2'
# @@protoc_insertion_point(class_scope:ObjectNode)
})
_sym_db.RegisterMessage(ObjectNode)
Connection = _reflection.GeneratedProtocolMessageType('Connection', (_message.Message,), {
'DESCRIPTOR' : _CONNECTION,
'__module__' : 'tmp3mi8p291_pb2'
'__module__' : 'tmpcqmo8wl0_pb2'
# @@protoc_insertion_point(class_scope:Connection)
})
_sym_db.RegisterMessage(Connection)
TrackingGraph = _reflection.GeneratedProtocolMessageType('TrackingGraph', (_message.Message,), {
'DESCRIPTOR' : _TRACKINGGRAPH,
'__module__' : 'tmp3mi8p291_pb2'
'__module__' : 'tmpcqmo8wl0_pb2'
# @@protoc_insertion_point(class_scope:TrackingGraph)
})
_sym_db.RegisterMessage(TrackingGraph)
Object = _reflection.GeneratedProtocolMessageType('Object', (_message.Message,), {
'DESCRIPTOR' : _OBJECT,
'__module__' : 'tmp3mi8p291_pb2'
'__module__' : 'tmpcqmo8wl0_pb2'
# @@protoc_insertion_point(class_scope:Object)
})
_sym_db.RegisterMessage(Object)
Timestep = _reflection.GeneratedProtocolMessageType('Timestep', (_message.Message,), {
'DESCRIPTOR' : _TIMESTEP,
'__module__' : 'tmp3mi8p291_pb2'
'__module__' : 'tmpcqmo8wl0_pb2'
# @@protoc_insertion_point(class_scope:Timestep)
})
_sym_db.RegisterMessage(Timestep)
TrackableSet = _reflection.GeneratedProtocolMessageType('TrackableSet', (_message.Message,), {
'DESCRIPTOR' : _TRACKABLESET,
'__module__' : 'tmp3mi8p291_pb2'
'__module__' : 'tmpcqmo8wl0_pb2'
# @@protoc_insertion_point(class_scope:TrackableSet)
})
_sym_db.RegisterMessage(TrackableSet)
DatasetDescription = _reflection.GeneratedProtocolMessageType('DatasetDescription', (_message.Message,), {
'DESCRIPTOR' : _DATASETDESCRIPTION,
'__module__' : 'tmp3mi8p291_pb2'
'__module__' : 'tmpcqmo8wl0_pb2'
# @@protoc_insertion_point(class_scope:DatasetDescription)
})
_sym_db.RegisterMessage(DatasetDescription)
......
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: tmpyu9lcbuu
# source: tmp7v7xvfs1
"""Generated protocol buffer code."""
from google.protobuf import descriptor as _descriptor
from google.protobuf import descriptor_pool as _descriptor_pool
......@@ -14,7 +14,7 @@ _sym_db = _symbol_database.Default()
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x0btmpyu9lcbuu\"4\n\tVectorGeo\x12\r\n\x05level\x18\x64 \x01(\x02\x12\x0b\n\x03lat\x18\x65 \x01(\x02\x12\x0b\n\x03lon\x18\x66 \x01(\x02\")\n\x06Vector\x12\t\n\x01z\x18\x01 \x01(\x02\x12\t\n\x01y\x18\x02 \x01(\x02\x12\t\n\x01x\x18\x03 \x01(\x02\"\xf6\x02\n\nProperties\x12\x1c\n\x08\x63\x65ntroid\x18\x01 \x01(\x0b\x32\n.VectorGeo\x12\x12\n\nvolume_km3\x18\x02 \x01(\x02\x12\x13\n\x0bvolume_km2K\x18\x03 \x01(\x02\x12\x10\n\x08\x61rea_km2\x18\x04 \x01(\x02\x12\x1c\n\x08min_bbox\x18\x05 \x01(\x0b\x32\n.VectorGeo\x12\x1c\n\x08max_bbox\x18\x06 \x01(\x0b\x32\n.VectorGeo\x12\x0e\n\x06max_pv\x18\x07 \x01(\x02\x12\x0e\n\x06\x61vg_pv\x18\x08 \x01(\x02\x12\x11\n\tis_cutoff\x18\t \x01(\x08\x12\x0e\n\x06length\x18\n \x01(\x02\x12\x14\n\x0clength_ratio\x18\x0b \x01(\x02\x12\x1b\n\nmajor_axis\x18\x0c \x01(\x0b\x32\x07.Vector\x12\x1c\n\x0bmedium_axis\x18\r \x01(\x0b\x32\x07.Vector\x12\x1b\n\nminor_axis\x18\x0e \x01(\x0b\x32\x07.Vector\x12\"\n\x1amajor_axis_orientation_deg\x18\x0f \x01(\x02\")\n\tVoxelData\x12\r\n\x05index\x18\x01 \x03(\r\x12\r\n\x05value\x18\x02 \x01(\x02\"-\n\nVertexData\x12\x10\n\x08position\x18\x01 \x03(\x02\x12\r\n\x05value\x18\x02 \x01(\x02\"+\n\x08\x46\x61\x63\x65\x44\x61ta\x12\x10\n\x08vertices\x18\x01 \x03(\r\x12\r\n\x05value\x18\x02 \x01(\x02\"C\n\x13VoxelRepresentation\x12\x0c\n\x04\x64\x65sc\x18\x01 \x01(\t\x12\x1e\n\nvoxel_data\x18\x02 \x03(\x0b\x32\n.VoxelData\"D\n\x12LineRepresentation\x12\x0c\n\x04\x64\x65sc\x18\x01 \x01(\t\x12 \n\x0bvertex_data\x18\x02 \x03(\x0b\x32\x0b.VertexData\"f\n\x16\x42oundaryRepresentation\x12\x0c\n\x04\x64\x65sc\x18\x01 \x01(\t\x12 \n\x0bvertex_data\x18\x02 \x03(\x0b\x32\x0b.VertexData\x12\x1c\n\tface_data\x18\x03 \x03(\x0b\x32\t.FaceData\"3\n\nObjectNode\x12\x12\n\ntime_index\x18\x01 \x02(\x05\x12\x11\n\tobject_id\x18\x02 \x02(\x05\">\n\nConnection\x12\x17\n\x02n1\x18\x01 \x02(\x0b\x32\x0b.ObjectNode\x12\x17\n\x02n2\x18\x02 \x02(\x0b\x32\x0b.ObjectNode\"1\n\rTrackingGraph\x12 \n\x0b\x63onnections\x18\x01 \x03(\x0b\x32\x0b.Connection\"\xb4\x01\n\x06Object\x12\n\n\x02id\x18\x01 \x02(\x05\x12%\n\x08line_rep\x18\x02 \x03(\x0b\x32\x13.LineRepresentation\x12\'\n\tvoxel_rep\x18\x03 \x01(\x0b\x32\x14.VoxelRepresentation\x12-\n\x0c\x62oundary_rep\x18\x04 \x03(\x0b\x32\x17.BoundaryRepresentation\x12\x1f\n\nproperties\x18\x05 \x01(\x0b\x32\x0b.Properties\"8\n\x08Timestep\x12\x12\n\nvalid_time\x18\x01 \x01(\t\x12\x18\n\x07objects\x18\x02 \x03(\x0b\x32\x07.Object\"}\n\x0cTrackableSet\x12\x11\n\tinit_time\x18\x01 \x01(\t\x12\x0e\n\x06member\x18\x02 \x01(\x02\x12\r\n\x05level\x18\x03 \x01(\x02\x12\x1c\n\ttimesteps\x18\x04 \x03(\x0b\x32\t.Timestep\x12\x1d\n\x05graph\x18\x05 \x01(\x0b\x32\x0e.TrackingGraph\"_\n\x12\x44\x61tasetDescription\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0c\n\x04\x66ile\x18\x02 \x01(\t\x12\x10\n\x08run_time\x18\x03 \x02(\t\x12\x1b\n\x04sets\x18\x04 \x03(\x0b\x32\r.TrackableSet')
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x0btmp7v7xvfs1\"4\n\tVectorGeo\x12\r\n\x05level\x18\x64 \x01(\x02\x12\x0b\n\x03lat\x18\x65 \x01(\x02\x12\x0b\n\x03lon\x18\x66 \x01(\x02\")\n\x06Vector\x12\t\n\x01z\x18\x01 \x01(\x02\x12\t\n\x01y\x18\x02 \x01(\x02\x12\t\n\x01x\x18\x03 \x01(\x02\"\xf6\x02\n\nProperties\x12\x1c\n\x08\x63\x65ntroid\x18\x01 \x01(\x0b\x32\n.VectorGeo\x12\x12\n\nvolume_km3\x18\x02 \x01(\x02\x12\x13\n\x0bvolume_km2K\x18\x03 \x01(\x02\x12\x10\n\x08\x61rea_km2\x18\x04 \x01(\x02\x12\x1c\n\x08min_bbox\x18\x05 \x01(\x0b\x32\n.VectorGeo\x12\x1c\n\x08max_bbox\x18\x06 \x01(\x0b\x32\n.VectorGeo\x12\x0e\n\x06max_pv\x18\x07 \x01(\x02\x12\x0e\n\x06\x61vg_pv\x18\x08 \x01(\x02\x12\x11\n\tis_cutoff\x18\t \x01(\x08\x12\x0e\n\x06length\x18\n \x01(\x02\x12\x14\n\x0clength_ratio\x18\x0b \x01(\x02\x12\x1b\n\nmajor_axis\x18\x0c \x01(\x0b\x32\x07.Vector\x12\x1c\n\x0bmedium_axis\x18\r \x01(\x0b\x32\x07.Vector\x12\x1b\n\nminor_axis\x18\x0e \x01(\x0b\x32\x07.Vector\x12\"\n\x1amajor_axis_orientation_deg\x18\x0f \x01(\x02\")\n\tVoxelData\x12\r\n\x05index\x18\x01 \x03(\r\x12\r\n\x05value\x18\x02 \x01(\x02\"-\n\nVertexData\x12\x10\n\x08position\x18\x01 \x03(\x02\x12\r\n\x05value\x18\x02 \x01(\x02\"+\n\x08\x46\x61\x63\x65\x44\x61ta\x12\x10\n\x08vertices\x18\x01 \x03(\r\x12\r\n\x05value\x18\x02 \x01(\x02\"C\n\x13VoxelRepresentation\x12\x0c\n\x04\x64\x65sc\x18\x01 \x01(\t\x12\x1e\n\nvoxel_data\x18\x02 \x03(\x0b\x32\n.VoxelData\"D\n\x12LineRepresentation\x12\x0c\n\x04\x64\x65sc\x18\x01 \x01(\t\x12 \n\x0bvertex_data\x18\x02 \x03(\x0b\x32\x0b.VertexData\"f\n\x16\x42oundaryRepresentation\x12\x0c\n\x04\x64\x65sc\x18\x01 \x01(\t\x12 \n\x0bvertex_data\x18\x02 \x03(\x0b\x32\x0b.VertexData\x12\x1c\n\tface_data\x18\x03 \x03(\x0b\x32\t.FaceData\"3\n\nObjectNode\x12\x12\n\ntime_index\x18\x01 \x02(\x05\x12\x11\n\tobject_id\x18\x02 \x02(\x05\">\n\nConnection\x12\x17\n\x02n1\x18\x01 \x02(\x0b\x32\x0b.ObjectNode\x12\x17\n\x02n2\x18\x02 \x02(\x0b\x32\x0b.ObjectNode\"1\n\rTrackingGraph\x12 \n\x0b\x63onnections\x18\x01 \x03(\x0b\x32\x0b.Connection\"\xb4\x01\n\x06Object\x12\n\n\x02id\x18\x01 \x02(\x05\x12%\n\x08line_rep\x18\x02 \x03(\x0b\x32\x13.LineRepresentation\x12\'\n\tvoxel_rep\x18\x03 \x01(\x0b\x32\x14.VoxelRepresentation\x12-\n\x0c\x62oundary_rep\x18\x04 \x03(\x0b\x32\x17.BoundaryRepresentation\x12\x1f\n\nproperties\x18\x05 \x01(\x0b\x32\x0b.Properties\"8\n\x08Timestep\x12\x12\n\nvalid_time\x18\x01 \x01(\t\x12\x18\n\x07objects\x18\x02 \x03(\x0b\x32\x07.Object\"}\n\x0cTrackableSet\x12\x11\n\tinit_time\x18\x01 \x01(\t\x12\x0e\n\x06member\x18\x02 \x01(\x02\x12\r\n\x05level\x18\x03 \x01(\x02\x12\x1c\n\ttimesteps\x18\x04 \x03(\x0b\x32\t.Timestep\x12\x1d\n\x05graph\x18\x05 \x01(\x0b\x32\x0e.TrackingGraph\"_\n\x12\x44\x61tasetDescription\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0c\n\x04\x66ile\x18\x02 \x01(\t\x12\x10\n\x08run_time\x18\x03 \x02(\t\x12\x1b\n\x04sets\x18\x04 \x03(\x0b\x32\r.TrackableSet')
......@@ -36,112 +36,112 @@ _TRACKABLESET = DESCRIPTOR.message_types_by_name['TrackableSet']
_DATASETDESCRIPTION = DESCRIPTOR.message_types_by_name['DatasetDescription']
VectorGeo = _reflection.GeneratedProtocolMessageType('VectorGeo', (_message.Message,), {
'DESCRIPTOR' : _VECTORGEO,
'__module__' : 'tmpyu9lcbuu_pb2'
'__module__' : 'tmp7v7xvfs1_pb2'
# @@protoc_insertion_point(class_scope:VectorGeo)
})
_sym_db.RegisterMessage(VectorGeo)
Vector = _reflection.GeneratedProtocolMessageType('Vector', (_message.Message,), {
'DESCRIPTOR' : _VECTOR,
'__module__' : 'tmpyu9lcbuu_pb2'
'__module__' : 'tmp7v7xvfs1_pb2'
# @@protoc_insertion_point(class_scope:Vector)
})
_sym_db.RegisterMessage(Vector)
Properties = _reflection.GeneratedProtocolMessageType('Properties', (_message.Message,), {
'DESCRIPTOR' : _PROPERTIES,
'__module__' : 'tmpyu9lcbuu_pb2'
'__module__' : 'tmp7v7xvfs1_pb2'
# @@protoc_insertion_point(class_scope:Properties)
})
_sym_db.RegisterMessage(Properties)
VoxelData = _reflection.GeneratedProtocolMessageType('VoxelData', (_message.Message,), {
'DESCRIPTOR' : _VOXELDATA,
'__module__' : 'tmpyu9lcbuu_pb2'
'__module__' : 'tmp7v7xvfs1_pb2'
# @@protoc_insertion_point(class_scope:VoxelData)
})
_sym_db.RegisterMessage(VoxelData)
VertexData = _reflection.GeneratedProtocolMessageType('VertexData', (_message.Message,), {
'DESCRIPTOR' : _VERTEXDATA,
'__module__' : 'tmpyu9lcbuu_pb2'
'__module__' : 'tmp7v7xvfs1_pb2'
# @@protoc_insertion_point(class_scope:VertexData)
})
_sym_db.RegisterMessage(VertexData)
FaceData = _reflection.GeneratedProtocolMessageType('FaceData', (_message.Message,), {
'DESCRIPTOR' : _FACEDATA,
'__module__' : 'tmpyu9lcbuu_pb2'
'__module__' : 'tmp7v7xvfs1_pb2'
# @@protoc_insertion_point(class_scope:FaceData)
})
_sym_db.RegisterMessage(FaceData)
VoxelRepresentation = _reflection.GeneratedProtocolMessageType('VoxelRepresentation', (_message.Message,), {
'DESCRIPTOR' : _VOXELREPRESENTATION,
'__module__' : 'tmpyu9lcbuu_pb2'
'__module__' : 'tmp7v7xvfs1_pb2'
# @@protoc_insertion_point(class_scope:VoxelRepresentation)
})
_sym_db.RegisterMessage(VoxelRepresentation)
LineRepresentation = _reflection.GeneratedProtocolMessageType('LineRepresentation', (_message.Message,), {
'DESCRIPTOR' : _LINEREPRESENTATION,
'__module__' : 'tmpyu9lcbuu_pb2'
'__module__' : 'tmp7v7xvfs1_pb2'
# @@protoc_insertion_point(class_scope:LineRepresentation)
})
_sym_db.RegisterMessage(LineRepresentation)
BoundaryRepresentation = _reflection.GeneratedProtocolMessageType('BoundaryRepresentation', (_message.Message,), {
'DESCRIPTOR' : _BOUNDARYREPRESENTATION,
'__module__' : 'tmpyu9lcbuu_pb2'
'__module__' : 'tmp7v7xvfs1_pb2'
# @@protoc_insertion_point(class_scope:BoundaryRepresentation)
})
_sym_db.RegisterMessage(BoundaryRepresentation)
ObjectNode = _reflection.GeneratedProtocolMessageType('ObjectNode', (_message.Message,), {
'DESCRIPTOR' : _OBJECTNODE,
'__module__' : 'tmpyu9lcbuu_pb2'
'__module__' : 'tmp7v7xvfs1_pb2'
# @@protoc_insertion_point(class_scope:ObjectNode)
})
_sym_db.RegisterMessage(ObjectNode)
Connection = _reflection.GeneratedProtocolMessageType('Connection', (_message.Message,), {
'DESCRIPTOR' : _CONNECTION,
'__module__' : 'tmpyu9lcbuu_pb2'
'__module__' : 'tmp7v7xvfs1_pb2'
# @@protoc_insertion_point(class_scope:Connection)
})
_sym_db.RegisterMessage(Connection)
TrackingGraph = _reflection.GeneratedProtocolMessageType('TrackingGraph', (_message.Message,), {
'DESCRIPTOR' : _TRACKINGGRAPH,
'__module__' : 'tmpyu9lcbuu_pb2'
'__module__' : 'tmp7v7xvfs1_pb2'
# @@protoc_insertion_point(class_scope:TrackingGraph)
})
_sym_db.RegisterMessage(TrackingGraph)
Object = _reflection.GeneratedProtocolMessageType('Object', (_message.Message,), {
'DESCRIPTOR' : _OBJECT,
'__module__' : 'tmpyu9lcbuu_pb2'
'__module__' : 'tmp7v7xvfs1_pb2'
# @@protoc_insertion_point(class_scope:Object)
})
_sym_db.RegisterMessage(Object)
Timestep = _reflection.GeneratedProtocolMessageType('Timestep', (_message.Message,), {
'DESCRIPTOR' : _TIMESTEP,
'__module__' : 'tmpyu9lcbuu_pb2'
'__module__' : 'tmp7v7xvfs1_pb2'
# @@protoc_insertion_point(class_scope:Timestep)
})
_sym_db.RegisterMessage(Timestep)
TrackableSet = _reflection.GeneratedProtocolMessageType('TrackableSet', (_message.Message,), {
'DESCRIPTOR' : _TRACKABLESET,
'__module__' : 'tmpyu9lcbuu_pb2'
'__module__' : 'tmp7v7xvfs1_pb2'
# @@protoc_insertion_point(class_scope:TrackableSet)
})
_sym_db.RegisterMessage(TrackableSet)
DatasetDescription = _reflection.GeneratedProtocolMessageType('DatasetDescription', (_message.Message,), {
'DESCRIPTOR' : _DATASETDESCRIPTION,
'__module__' : 'tmpyu9lcbuu_pb2'
'__module__' : 'tmp7v7xvfs1_pb2'
# @@protoc_insertion_point(class_scope:DatasetDescription)
})
_sym_db.RegisterMessage(DatasetDescription)
......
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: tmpot0dng7a
# source: tmpnscpdktu
"""Generated protocol buffer code."""
from google.protobuf import descriptor as _descriptor
from google.protobuf import descriptor_pool as _descriptor_pool
......@@ -14,7 +14,7 @@ _sym_db = _symbol_database.Default()
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x0btmpot0dng7a\"P\n\nProperties\x12\x19\n\x08\x63\x65ntroid\x18\x01 \x01(\x0b\x32\x07.Vector\x12\x0c\n\x04size\x18\x02 \x01(\x05\x12\x19\n\x11list_of_something\x18\x03 \x03(\t\")\n\x06Vector\x12\t\n\x01x\x18\x01 \x02(\x02\x12\t\n\x01y\x18\x02 \x02(\x02\x12\t\n\x01z\x18\x03 \x01(\x02\")\n\tVoxelData\x12\r\n\x05index\x18\x01 \x03(\r\x12\r\n\x05value\x18\x02 \x01(\x02\"-\n\nVertexData\x12\x10\n\x08position\x18\x01 \x03(\x02\x12\r\n\x05value\x18\x02 \x01(\x02\"+\n\x08\x46\x61\x63\x65\x44\x61ta\x12\x10\n\x08vertices\x18\x01 \x03(\r\x12\r\n\x05value\x18\x02 \x01(\x02\"C\n\x13VoxelRepresentation\x12\x0c\n\x04\x64\x65sc\x18\x01 \x01(\t\x12\x1e\n\nvoxel_data\x18\x02 \x03(\x0b\x32\n.VoxelData\"D\n\x12LineRepresentation\x12\x0c\n\x04\x64\x65sc\x18\x01 \x01(\t\x12 \n\x0bvertex_data\x18\x02 \x03(\x0b\x32\x0b.VertexData\"f\n\x16\x42oundaryRepresentation\x12\x0c\n\x04\x64\x65sc\x18\x01 \x01(\t\x12 \n\x0bvertex_data\x18\x02 \x03(\x0b\x32\x0b.VertexData\x12\x1c\n\tface_data\x18\x03 \x03(\x0b\x32\t.FaceData\"3\n\nObjectNode\x12\x12\n\ntime_index\x18\x01 \x02(\x05\x12\x11\n\tobject_id\x18\x02 \x02(\x05\">\n\nConnection\x12\x17\n\x02n1\x18\x01 \x02(\x0b\x32\x0b.ObjectNode\x12\x17\n\x02n2\x18\x02 \x02(\x0b\x32\x0b.ObjectNode\"1\n\rTrackingGraph\x12 \n\x0b\x63onnections\x18\x01 \x03(\x0b\x32\x0b.Connection\"\xb4\x01\n\x06Object\x12\n\n\x02id\x18\x01 \x02(\x05\x12%\n\x08line_rep\x18\x02 \x03(\x0b\x32\x13.LineRepresentation\x12\'\n\tvoxel_rep\x18\x03 \x01(\x0b\x32\x14.VoxelRepresentation\x12-\n\x0c\x62oundary_rep\x18\x04 \x03(\x0b\x32\x17.BoundaryRepresentation\x12\x1f\n\nproperties\x18\x05 \x01(\x0b\x32\x0b.Properties\"8\n\x08Timestep\x12\x12\n\nvalid_time\x18\x01 \x01(\t\x12\x18\n\x07objects\x18\x02 \x03(\x0b\x32\x07.Object\"}\n\x0cTrackableSet\x12\x11\n\tinit_time\x18\x01 \x01(\t\x12\x0e\n\x06member\x18\x02 \x01(\x02\x12\r\n\x05level\x18\x03 \x01(\x02\x12\x1c\n\ttimesteps\x18\x04 \x03(\x0b\x32\t.Timestep\x12\x1d\n\x05graph\x18\x05 \x01(\x0b\x32\x0e.TrackingGraph\"_\n\x12\x44\x61tasetDescription\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0c\n\x04\x66ile\x18\x02 \x01(\t\x12\x10\n\x08run_time\x18\x03 \x02(\t\x12\x1b\n\x04sets\x18\x04 \x03(\x0b\x32\r.TrackableSet')
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x0btmpnscpdktu\"P\n\nProperties\x12\x19\n\x08\x63\x65ntroid\x18\x01 \x01(\x0b\x32\x07.Vector\x12\x0c\n\x04size\x18\x02 \x01(\x05\x12\x19\n\x11list_of_something\x18\x03 \x03(\t\")\n\x06Vector\x12\t\n\x01x\x18\x01 \x02(\x02\x12\t\n\x01y\x18\x02 \x02(\x02\x12\t\n\x01z\x18\x03 \x01(\x02\")\n\tVoxelData\x12\r\n\x05index\x18\x01 \x03(\r\x12\r\n\x05value\x18\x02 \x01(\x02\"-\n\nVertexData\x12\x10\n\x08position\x18\x01 \x03(\x02\x12\r\n\x05value\x18\x02 \x01(\x02\"+\n\x08\x46\x61\x63\x65\x44\x61ta\x12\x10\n\x08vertices\x18\x01 \x03(\r\x12\r\n\x05value\x18\x02 \x01(\x02\"C\n\x13VoxelRepresentation\x12\x0c\n\x04\x64\x65sc\x18\x01 \x01(\t\x12\x1e\n\nvoxel_data\x18\x02 \x03(\x0b\x32\n.VoxelData\"D\n\x12LineRepresentation\x12\x0c\n\x04\x64\x65sc\x18\x01 \x01(\t\x12 \n\x0bvertex_data\x18\x02 \x03(\x0b\x32\x0b.VertexData\"f\n\x16\x42oundaryRepresentation\x12\x0c\n\x04\x64\x65sc\x18\x01 \x01(\t\x12 \n\x0bvertex_data\x18\x02 \x03(\x0b\x32\x0b.VertexData\x12\x1c\n\tface_data\x18\x03 \x03(\x0b\x32\t.FaceData\"3\n\nObjectNode\x12\x12\n\ntime_index\x18\x01 \x02(\x05\x12\x11\n\tobject_id\x18\x02 \x02(\x05\">\n\nConnection\x12\x17\n\x02n1\x18\x01 \x02(\x0b\x32\x0b.ObjectNode\x12\x17\n\x02n2\x18\x02 \x02(\x0b\x32\x0b.ObjectNode\"1\n\rTrackingGraph\x12 \n\x0b\x63onnections\x18\x01 \x03(\x0b\x32\x0b.Connection\"\xb4\x01\n\x06Object\x12\n\n\x02id\x18\x01 \x02(\x05\x12%\n\x08line_rep\x18\x02 \x03(\x0b\x32\x13.LineRepresentation\x12\'\n\tvoxel_rep\x18\x03 \x01(\x0b\x32\x14.VoxelRepresentation\x12-\n\x0c\x62oundary_rep\x18\x04 \x03(\x0b\x32\x17.BoundaryRepresentation\x12\x1f\n\nproperties\x18\x05 \x01(\x0b\x32\x0b.Properties\"8\n\x08Timestep\x12\x12\n\nvalid_time\x18\x01 \x01(\t\x12\x18\n\x07objects\x18\x02 \x03(\x0b\x32\x07.Object\"}\n\x0cTrackableSet\x12\x11\n\tinit_time\x18\x01 \x01(\t\x12\x0e\n\x06member\x18\x02 \x01(\x02\x12\r\n\x05level\x18\x03 \x01(\x02\x12\x1c\n\ttimesteps\x18\x04 \x03(\x0b\x32\t.Timestep\x12\x1d\n\x05graph\x18\x05 \x01(\x0b\x32\x0e.TrackingGraph\"_\n\x12\x44\x61tasetDescription\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0c\n\x04\x66ile\x18\x02 \x01(\t\x12\x10\n\x08run_time\x18\x03 \x02(\t\x12\x1b\n\x04sets\x18\x04 \x03(\x0b\x32\r.TrackableSet')
......@@ -35,105 +35,105 @@ _TRACKABLESET = DESCRIPTOR.message_types_by_name['TrackableSet']
_DATASETDESCRIPTION = DESCRIPTOR.message_types_by_name['DatasetDescription']
Properties = _reflection.GeneratedProtocolMessageType('Properties', (_message.Message,), {
'DESCRIPTOR' : _PROPERTIES,
'__module__' : 'tmpot0dng7a_pb2'
'__module__' : 'tmpnscpdktu_pb2'
# @@protoc_insertion_point(class_scope:Properties)
})
_sym_db.RegisterMessage(Properties)
Vector = _reflection.GeneratedProtocolMessageType('Vector', (_message.Message,), {
'DESCRIPTOR' : _VECTOR,
'__module__' : 'tmpot0dng7a_pb2'
'__module__' : 'tmpnscpdktu_pb2'
# @@protoc_insertion_point(class_scope:Vector)
})
_sym_db.RegisterMessage(Vector)
VoxelData = _reflection.GeneratedProtocolMessageType('VoxelData', (_message.Message,), {
'DESCRIPTOR' : _VOXELDATA,
'__module__' : 'tmpot0dng7a_pb2'
'__module__' : 'tmpnscpdktu_pb2'
# @@protoc_insertion_point(class_scope:VoxelData)
})
_sym_db.RegisterMessage(VoxelData)
VertexData = _reflection.GeneratedProtocolMessageType('VertexData', (_message.Message,), {
'DESCRIPTOR' : _VERTEXDATA,
'__module__' : 'tmpot0dng7a_pb2'
'__module__' : 'tmpnscpdktu_pb2'
# @@protoc_insertion_point(class_scope:VertexData)
})
_sym_db.RegisterMessage(VertexData)
FaceData = _reflection.GeneratedProtocolMessageType('FaceData', (_message.Message,), {
'DESCRIPTOR' : _FACEDATA,
'__module__' : 'tmpot0dng7a_pb2'
'__module__' : 'tmpnscpdktu_pb2'
# @@protoc_insertion_point(class_scope:FaceData)
})
_sym_db.RegisterMessage(FaceData)
VoxelRepresentation = _reflection.GeneratedProtocolMessageType('VoxelRepresentation', (_message.Message,), {
'DESCRIPTOR' : _VOXELREPRESENTATION,
'__module__' : 'tmpot0dng7a_pb2'
'__module__' : 'tmpnscpdktu_pb2'
# @@protoc_insertion_point(class_scope:VoxelRepresentation)
})
_sym_db.RegisterMessage(VoxelRepresentation)
LineRepresentation = _reflection.GeneratedProtocolMessageType('LineRepresentation', (_message.Message,), {
'DESCRIPTOR' : _LINEREPRESENTATION,
'__module__' : 'tmpot0dng7a_pb2'
'__module__' : 'tmpnscpdktu_pb2'
# @@protoc_insertion_point(class_scope:LineRepresentation)
})
_sym_db.RegisterMessage(LineRepresentation)
BoundaryRepresentation = _reflection.GeneratedProtocolMessageType('BoundaryRepresentation', (_message.Message,), {
'DESCRIPTOR' : _BOUNDARYREPRESENTATION,
'__module__' : 'tmpot0dng7a_pb2'
'__module__' : 'tmpnscpdktu_pb2'
# @@protoc_insertion_point(class_scope:BoundaryRepresentation)
})
_sym_db.RegisterMessage(BoundaryRepresentation)
ObjectNode = _reflection.GeneratedProtocolMessageType('ObjectNode', (_message.Message,), {
'DESCRIPTOR' : _OBJECTNODE,
'__module__' : 'tmpot0dng7a_pb2'
'__module__' : 'tmpnscpdktu_pb2'
# @@protoc_insertion_point(class_scope:ObjectNode)
})
_sym_db.RegisterMessage(ObjectNode)
Connection = _reflection.GeneratedProtocolMessageType('Connection', (_message.Message,), {
'DESCRIPTOR' : _CONNECTION,
'__module__' : 'tmpot0dng7a_pb2'
'__module__' : 'tmpnscpdktu_pb2'
# @@protoc_insertion_point(class_scope:Connection)
})
_sym_db.RegisterMessage(Connection)
TrackingGraph = _reflection.GeneratedProtocolMessageType('TrackingGraph', (_message.Message,), {
'DESCRIPTOR' : _TRACKINGGRAPH,
'__module__' : 'tmpot0dng7a_pb2'
'__module__' : 'tmpnscpdktu_pb2'
# @@protoc_insertion_point(class_scope:TrackingGraph)
})
_sym_db.RegisterMessage(TrackingGraph)
Object = _reflection.GeneratedProtocolMessageType('Object', (_message.Message,), {
'DESCRIPTOR' : _OBJECT,
'__module__' : 'tmpot0dng7a_pb2'
'__module__' : 'tmpnscpdktu_pb2'
# @@protoc_insertion_point(class_scope:Object)
})
_sym_db.RegisterMessage(Object)
Timestep = _reflection.GeneratedProtocolMessageType('Timestep', (_message.Message,), {
'DESCRIPTOR' : _TIMESTEP,
'__module__' : 'tmpot0dng7a_pb2'
'__module__' : 'tmpnscpdktu_pb2'
# @@protoc_insertion_point(class_scope:Timestep)
})
_sym_db.RegisterMessage(Timestep)
TrackableSet = _reflection.GeneratedProtocolMessageType('TrackableSet', (_message.Message,), {
'DESCRIPTOR' : _TRACKABLESET,
'__module__' : 'tmpot0dng7a_pb2'
'__module__' : 'tmpnscpdktu_pb2'
# @@protoc_insertion_point(class_scope:TrackableSet)
})
_sym_db.RegisterMessage(TrackableSet)
DatasetDescription = _reflection.GeneratedProtocolMessageType('DatasetDescription', (_message.Message,), {
'DESCRIPTOR' : _DATASETDESCRIPTION,
'__module__' : 'tmpot0dng7a_pb2'
'__module__' : 'tmpnscpdktu_pb2'
# @@protoc_insertion_point(class_scope:DatasetDescription)
})
_sym_db.RegisterMessage(DatasetDescription)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment