@vertexvis/viewer 0.22.1-testing.0 → 0.22.1-testing.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (119) hide show
  1. package/dist/cjs/{entities-a0db2d78.js → entities-9fad8808.js} +2 -2
  2. package/dist/cjs/{entities-a0db2d78.js.map → entities-9fad8808.js.map} +1 -1
  3. package/dist/cjs/index.cjs.js +5 -4
  4. package/dist/cjs/index.cjs.js.map +1 -1
  5. package/dist/cjs/loader.cjs.js +1 -1
  6. package/dist/cjs/mapper-ac34f608.js +27 -0
  7. package/dist/cjs/mapper-ac34f608.js.map +1 -0
  8. package/dist/cjs/{queries-d31d23d4.js → queries-ea895dd6.js} +34 -3
  9. package/dist/cjs/queries-ea895dd6.js.map +1 -0
  10. package/dist/cjs/{scene_view_api_pb-0c5fdc13.js → scene_view_api_pb-61f663af.js} +605 -1
  11. package/dist/cjs/scene_view_api_pb-61f663af.js.map +1 -0
  12. package/dist/cjs/{scene_view_api_pb_service-4f9e3f90.js → scene_view_api_pb_service-bd6f25d0.js} +42 -2
  13. package/dist/cjs/scene_view_api_pb_service-bd6f25d0.js.map +1 -0
  14. package/dist/cjs/vertex-viewer-measurement-distance.cjs.entry.js +1 -1
  15. package/dist/cjs/vertex-viewer-measurement-line_2.cjs.entry.js +1 -1
  16. package/dist/cjs/vertex-viewer-measurement-precise.cjs.entry.js +3 -3
  17. package/dist/cjs/vertex-viewer-pin-group.cjs.entry.js +2 -2
  18. package/dist/cjs/vertex-viewer.cjs.entry.js +5 -4
  19. package/dist/cjs/vertex-viewer.cjs.entry.js.map +1 -1
  20. package/dist/cjs/viewer.cjs.js +1 -1
  21. package/dist/collection/components/viewer/viewer.js +25 -0
  22. package/dist/collection/components/viewer/viewer.js.map +1 -1
  23. package/dist/collection/index.js +1 -0
  24. package/dist/collection/index.js.map +1 -1
  25. package/dist/collection/lib/pmi/controller.js +39 -0
  26. package/dist/collection/lib/pmi/controller.js.map +1 -0
  27. package/dist/collection/lib/pmi/index.js +6 -0
  28. package/dist/collection/lib/pmi/index.js.map +1 -0
  29. package/dist/collection/lib/pmi/mapper.js +9 -0
  30. package/dist/collection/lib/pmi/mapper.js.map +1 -0
  31. package/dist/collection/lib/pmi/types.js +5 -0
  32. package/dist/collection/lib/pmi/types.js.map +1 -0
  33. package/dist/collection/testing/pmi.js +20 -0
  34. package/dist/collection/testing/pmi.js.map +1 -0
  35. package/dist/components/index.js +1 -1
  36. package/dist/components/mapper2.js +7 -3
  37. package/dist/components/mapper2.js.map +1 -1
  38. package/dist/components/queries.js +32 -2
  39. package/dist/components/queries.js.map +1 -1
  40. package/dist/components/scene_view_api_pb.js +604 -0
  41. package/dist/components/scene_view_api_pb.js.map +1 -1
  42. package/dist/components/scene_view_api_pb_service.js +40 -0
  43. package/dist/components/scene_view_api_pb_service.js.map +1 -1
  44. package/dist/components/vertex-viewer.js +3 -1
  45. package/dist/components/vertex-viewer.js.map +1 -1
  46. package/dist/esm/{entities-632f31f3.js → entities-9d4e336b.js} +2 -2
  47. package/dist/esm/{entities-632f31f3.js.map → entities-9d4e336b.js.map} +1 -1
  48. package/dist/esm/index.js +4 -4
  49. package/dist/esm/index.mjs +4 -4
  50. package/dist/esm/loader.js +1 -1
  51. package/dist/esm/loader.mjs +1 -1
  52. package/dist/esm/mapper-b3a6eca5.js +23 -0
  53. package/dist/esm/mapper-b3a6eca5.js.map +1 -0
  54. package/dist/esm/{queries-40a25625.js → queries-f2b5a440.js} +34 -4
  55. package/dist/esm/queries-f2b5a440.js.map +1 -0
  56. package/dist/esm/{scene_view_api_pb-1d91cc93.js → scene_view_api_pb-c030fd23.js} +605 -1
  57. package/dist/esm/scene_view_api_pb-c030fd23.js.map +1 -0
  58. package/dist/esm/{scene_view_api_pb_service-9f20d437.js → scene_view_api_pb_service-65caee11.js} +42 -2
  59. package/dist/esm/scene_view_api_pb_service-65caee11.js.map +1 -0
  60. package/dist/esm/vertex-viewer-measurement-distance.entry.js +1 -1
  61. package/dist/esm/vertex-viewer-measurement-line_2.entry.js +1 -1
  62. package/dist/esm/vertex-viewer-measurement-precise.entry.js +3 -3
  63. package/dist/esm/vertex-viewer-pin-group.entry.js +2 -2
  64. package/dist/esm/vertex-viewer.entry.js +5 -4
  65. package/dist/esm/vertex-viewer.entry.js.map +1 -1
  66. package/dist/esm/viewer.js +1 -1
  67. package/dist/types/components/viewer/viewer.d.ts +7 -0
  68. package/dist/types/components.d.ts +11 -0
  69. package/dist/types/index.d.ts +1 -0
  70. package/dist/types/lib/pmi/controller.d.ts +16 -0
  71. package/dist/types/lib/pmi/index.d.ts +2 -0
  72. package/dist/types/lib/pmi/mapper.d.ts +4 -0
  73. package/dist/types/lib/pmi/types.d.ts +10 -0
  74. package/dist/types/testing/pmi.d.ts +5 -0
  75. package/dist/viewer/index.esm.js +1 -1
  76. package/dist/viewer/index.esm.js.map +1 -1
  77. package/dist/viewer/p-187f783f.entry.js +5 -0
  78. package/dist/viewer/p-187f783f.entry.js.map +1 -0
  79. package/dist/viewer/p-32bff740.js +5 -0
  80. package/dist/viewer/p-32bff740.js.map +1 -0
  81. package/dist/viewer/{p-9d0c84ab.entry.js → p-4b7b629a.entry.js} +2 -2
  82. package/dist/viewer/p-8af6917b.js +5 -0
  83. package/dist/viewer/p-8af6917b.js.map +1 -0
  84. package/dist/viewer/{p-34dce39f.js → p-90bbb5f6.js} +2 -2
  85. package/dist/viewer/{p-9094c563.entry.js → p-9de90d0e.entry.js} +2 -2
  86. package/dist/viewer/{p-b9965b9b.entry.js → p-b3257f48.entry.js} +2 -2
  87. package/dist/viewer/{p-076e9e65.entry.js → p-d10f7459.entry.js} +2 -2
  88. package/dist/viewer/p-d36d5971.js +5 -0
  89. package/dist/viewer/p-d36d5971.js.map +1 -0
  90. package/dist/viewer/p-f0c0cf0b.js +5 -0
  91. package/dist/viewer/p-f0c0cf0b.js.map +1 -0
  92. package/dist/viewer/viewer.esm.js +1 -1
  93. package/dist/viewer/viewer.esm.js.map +1 -1
  94. package/package.json +8 -8
  95. package/dist/cjs/mapper-f168a1a5.js +0 -22
  96. package/dist/cjs/mapper-f168a1a5.js.map +0 -1
  97. package/dist/cjs/queries-d31d23d4.js.map +0 -1
  98. package/dist/cjs/scene_view_api_pb-0c5fdc13.js.map +0 -1
  99. package/dist/cjs/scene_view_api_pb_service-4f9e3f90.js.map +0 -1
  100. package/dist/esm/mapper-826430a2.js +0 -19
  101. package/dist/esm/mapper-826430a2.js.map +0 -1
  102. package/dist/esm/queries-40a25625.js.map +0 -1
  103. package/dist/esm/scene_view_api_pb-1d91cc93.js.map +0 -1
  104. package/dist/esm/scene_view_api_pb_service-9f20d437.js.map +0 -1
  105. package/dist/viewer/p-2800111a.js +0 -5
  106. package/dist/viewer/p-2800111a.js.map +0 -1
  107. package/dist/viewer/p-2924ed4a.entry.js +0 -5
  108. package/dist/viewer/p-2924ed4a.entry.js.map +0 -1
  109. package/dist/viewer/p-9f190847.js +0 -5
  110. package/dist/viewer/p-9f190847.js.map +0 -1
  111. package/dist/viewer/p-a297836a.js +0 -5
  112. package/dist/viewer/p-a297836a.js.map +0 -1
  113. package/dist/viewer/p-aeaafe7f.js +0 -5
  114. package/dist/viewer/p-aeaafe7f.js.map +0 -1
  115. /package/dist/viewer/{p-9d0c84ab.entry.js.map → p-4b7b629a.entry.js.map} +0 -0
  116. /package/dist/viewer/{p-34dce39f.js.map → p-90bbb5f6.js.map} +0 -0
  117. /package/dist/viewer/{p-9094c563.entry.js.map → p-9de90d0e.entry.js.map} +0 -0
  118. /package/dist/viewer/{p-b9965b9b.entry.js.map → p-b3257f48.entry.js.map} +0 -0
  119. /package/dist/viewer/{p-076e9e65.entry.js.map → p-d10f7459.entry.js.map} +0 -0
@@ -0,0 +1,5 @@
1
+ /*!
2
+ * Copyright (c) 2024 Vertex Software LLC. All rights reserved.
3
+ */
4
+ import{c as o}from"./p-8ac79dd1.js";import{g as t,w as r}from"./p-df8d721e.js";var n=o((function(o,r){var n=t;var i=Function("return this")();n.exportSymbol("proto.vertexvis.protobuf.core.Uuid",null,i);n.exportSymbol("proto.vertexvis.protobuf.core.Uuid2l",null,i);n.exportSymbol("proto.vertexvis.protobuf.core.UuidArray",null,i);proto.vertexvis.protobuf.core.Uuid=function(o){t.Message.initialize(this,o,0,-1,null,null)};n.inherits(proto.vertexvis.protobuf.core.Uuid,t.Message);if(n.DEBUG&&!COMPILED){proto.vertexvis.protobuf.core.Uuid.displayName="proto.vertexvis.protobuf.core.Uuid"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.core.Uuid.prototype.toObject=function(o){return proto.vertexvis.protobuf.core.Uuid.toObject(o,this)};proto.vertexvis.protobuf.core.Uuid.toObject=function(o,r){var n={hex:t.Message.getFieldWithDefault(r,1,"")};if(o){n.$jspbMessageInstance=r}return n}}proto.vertexvis.protobuf.core.Uuid.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.core.Uuid;return proto.vertexvis.protobuf.core.Uuid.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.core.Uuid.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=t.readString();o.setHex(n);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.core.Uuid.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.core.Uuid.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.core.Uuid.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getHex();if(r.length>0){t.writeString(1,r)}};proto.vertexvis.protobuf.core.Uuid.prototype.getHex=function(){return t.Message.getFieldWithDefault(this,1,"")};proto.vertexvis.protobuf.core.Uuid.prototype.setHex=function(o){t.Message.setProto3StringField(this,1,o)};proto.vertexvis.protobuf.core.Uuid2l=function(o){t.Message.initialize(this,o,0,-1,null,null)};n.inherits(proto.vertexvis.protobuf.core.Uuid2l,t.Message);if(n.DEBUG&&!COMPILED){proto.vertexvis.protobuf.core.Uuid2l.displayName="proto.vertexvis.protobuf.core.Uuid2l"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.core.Uuid2l.prototype.toObject=function(o){return proto.vertexvis.protobuf.core.Uuid2l.toObject(o,this)};proto.vertexvis.protobuf.core.Uuid2l.toObject=function(o,r){var n={msb:t.Message.getFieldWithDefault(r,1,"0"),lsb:t.Message.getFieldWithDefault(r,2,"0")};if(o){n.$jspbMessageInstance=r}return n}}proto.vertexvis.protobuf.core.Uuid2l.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.core.Uuid2l;return proto.vertexvis.protobuf.core.Uuid2l.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.core.Uuid2l.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=t.readSfixed64String();o.setMsb(n);break;case 2:var n=t.readSfixed64String();o.setLsb(n);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.core.Uuid2l.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.core.Uuid2l.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.core.Uuid2l.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getMsb();if(parseInt(r,10)!==0){t.writeSfixed64String(1,r)}r=o.getLsb();if(parseInt(r,10)!==0){t.writeSfixed64String(2,r)}};proto.vertexvis.protobuf.core.Uuid2l.prototype.getMsb=function(){return t.Message.getFieldWithDefault(this,1,"0")};proto.vertexvis.protobuf.core.Uuid2l.prototype.setMsb=function(o){t.Message.setProto3StringIntField(this,1,o)};proto.vertexvis.protobuf.core.Uuid2l.prototype.getLsb=function(){return t.Message.getFieldWithDefault(this,2,"0")};proto.vertexvis.protobuf.core.Uuid2l.prototype.setLsb=function(o){t.Message.setProto3StringIntField(this,2,o)};proto.vertexvis.protobuf.core.UuidArray=function(o){t.Message.initialize(this,o,0,-1,proto.vertexvis.protobuf.core.UuidArray.repeatedFields_,null)};n.inherits(proto.vertexvis.protobuf.core.UuidArray,t.Message);if(n.DEBUG&&!COMPILED){proto.vertexvis.protobuf.core.UuidArray.displayName="proto.vertexvis.protobuf.core.UuidArray"}proto.vertexvis.protobuf.core.UuidArray.repeatedFields_=[1,2];if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.core.UuidArray.prototype.toObject=function(o){return proto.vertexvis.protobuf.core.UuidArray.toObject(o,this)};proto.vertexvis.protobuf.core.UuidArray.toObject=function(o,r){var n={msbsList:t.Message.getRepeatedField(r,1),lsbsList:t.Message.getRepeatedField(r,2)};if(o){n.$jspbMessageInstance=r}return n}}proto.vertexvis.protobuf.core.UuidArray.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.core.UuidArray;return proto.vertexvis.protobuf.core.UuidArray.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.core.UuidArray.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=t.readPackedSfixed64String();o.setMsbsList(n);break;case 2:var n=t.readPackedSfixed64String();o.setLsbsList(n);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.core.UuidArray.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.core.UuidArray.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.core.UuidArray.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getMsbsList();if(r.length>0){t.writePackedSfixed64String(1,r)}r=o.getLsbsList();if(r.length>0){t.writePackedSfixed64String(2,r)}};proto.vertexvis.protobuf.core.UuidArray.prototype.getMsbsList=function(){return t.Message.getRepeatedField(this,1)};proto.vertexvis.protobuf.core.UuidArray.prototype.setMsbsList=function(o){t.Message.setField(this,1,o||[])};proto.vertexvis.protobuf.core.UuidArray.prototype.addMsbs=function(o,r){t.Message.addToRepeatedField(this,1,o,r)};proto.vertexvis.protobuf.core.UuidArray.prototype.clearMsbsList=function(){this.setMsbsList([])};proto.vertexvis.protobuf.core.UuidArray.prototype.getLsbsList=function(){return t.Message.getRepeatedField(this,2)};proto.vertexvis.protobuf.core.UuidArray.prototype.setLsbsList=function(o){t.Message.setField(this,2,o||[])};proto.vertexvis.protobuf.core.UuidArray.prototype.addLsbs=function(o,r){t.Message.addToRepeatedField(this,2,o,r)};proto.vertexvis.protobuf.core.UuidArray.prototype.clearLsbsList=function(){this.setLsbsList([])};n.object.extend(r,proto.vertexvis.protobuf.core)}));var i=o((function(o,r){var n=t;var i=function(){if(this){return this}if(typeof window!=="undefined"){return window}if(typeof i!=="undefined"){return i}if(typeof self!=="undefined"){return self}return Function("return this")()}.call(null);n.exportSymbol("proto.google.protobuf.Any",null,i);proto.google.protobuf.Any=function(o){t.Message.initialize(this,o,0,-1,null,null)};n.inherits(proto.google.protobuf.Any,t.Message);if(n.DEBUG&&!COMPILED){proto.google.protobuf.Any.displayName="proto.google.protobuf.Any"}if(t.Message.GENERATE_TO_OBJECT){proto.google.protobuf.Any.prototype.toObject=function(o){return proto.google.protobuf.Any.toObject(o,this)};proto.google.protobuf.Any.toObject=function(o,r){var n={typeUrl:t.Message.getFieldWithDefault(r,1,""),value:r.getValue_asB64()};if(o){n.$jspbMessageInstance=r}return n}}proto.google.protobuf.Any.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.google.protobuf.Any;return proto.google.protobuf.Any.deserializeBinaryFromReader(n,r)};proto.google.protobuf.Any.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=t.readString();o.setTypeUrl(n);break;case 2:var n=t.readBytes();o.setValue(n);break;default:t.skipField();break}}return o};proto.google.protobuf.Any.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.google.protobuf.Any.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.google.protobuf.Any.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getTypeUrl();if(r.length>0){t.writeString(1,r)}r=o.getValue_asU8();if(r.length>0){t.writeBytes(2,r)}};proto.google.protobuf.Any.prototype.getTypeUrl=function(){return t.Message.getFieldWithDefault(this,1,"")};proto.google.protobuf.Any.prototype.setTypeUrl=function(o){return t.Message.setProto3StringField(this,1,o)};proto.google.protobuf.Any.prototype.getValue=function(){return t.Message.getFieldWithDefault(this,2,"")};proto.google.protobuf.Any.prototype.getValue_asB64=function(){return t.Message.bytesAsB64(this.getValue())};proto.google.protobuf.Any.prototype.getValue_asU8=function(){return t.Message.bytesAsU8(this.getValue())};proto.google.protobuf.Any.prototype.setValue=function(o){return t.Message.setProto3BytesField(this,2,o)};n.object.extend(r,proto.google.protobuf);proto.google.protobuf.Any.prototype.getTypeName=function(){return this.getTypeUrl().split("/").pop()};proto.google.protobuf.Any.prototype.pack=function(o,t,r){if(!r){r="type.googleapis.com/"}if(r.substr(-1)!="/"){this.setTypeUrl(r+"/"+t)}else{this.setTypeUrl(r+t)}this.setValue(o)};proto.google.protobuf.Any.prototype.unpack=function(o,t){if(this.getTypeName()==t){return o(this.getValue_asU8())}else{return null}}}));var e=o((function(o,r){var e=t;var u=Function("return this")();e.exportSymbol("proto.vertexvis.protobuf.core.ModelEntity",null,u);proto.vertexvis.protobuf.core.ModelEntity=function(o){t.Message.initialize(this,o,0,-1,proto.vertexvis.protobuf.core.ModelEntity.repeatedFields_,null)};e.inherits(proto.vertexvis.protobuf.core.ModelEntity,t.Message);if(e.DEBUG&&!COMPILED){proto.vertexvis.protobuf.core.ModelEntity.displayName="proto.vertexvis.protobuf.core.ModelEntity"}proto.vertexvis.protobuf.core.ModelEntity.repeatedFields_=[3];if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.core.ModelEntity.prototype.toObject=function(o){return proto.vertexvis.protobuf.core.ModelEntity.toObject(o,this)};proto.vertexvis.protobuf.core.ModelEntity.toObject=function(o,r){var e,u={entityId:t.Message.getFieldWithDefault(r,1,0),sceneItemId:(e=r.getSceneItemId())&&n.Uuid.toObject(o,e),detailsList:t.Message.toObjectList(r.getDetailsList(),i.Any.toObject,o)};if(o){u.$jspbMessageInstance=r}return u}}proto.vertexvis.protobuf.core.ModelEntity.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.core.ModelEntity;return proto.vertexvis.protobuf.core.ModelEntity.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.core.ModelEntity.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var e=t.readInt64();o.setEntityId(e);break;case 2:var e=new n.Uuid;t.readMessage(e,n.Uuid.deserializeBinaryFromReader);o.setSceneItemId(e);break;case 3:var e=new i.Any;t.readMessage(e,i.Any.deserializeBinaryFromReader);o.addDetails(e);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.core.ModelEntity.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.core.ModelEntity.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.core.ModelEntity.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getEntityId();if(r!==0){t.writeInt64(1,r)}r=o.getSceneItemId();if(r!=null){t.writeMessage(2,r,n.Uuid.serializeBinaryToWriter)}r=o.getDetailsList();if(r.length>0){t.writeRepeatedMessage(3,r,i.Any.serializeBinaryToWriter)}};proto.vertexvis.protobuf.core.ModelEntity.prototype.getEntityId=function(){return t.Message.getFieldWithDefault(this,1,0)};proto.vertexvis.protobuf.core.ModelEntity.prototype.setEntityId=function(o){t.Message.setProto3IntField(this,1,o)};proto.vertexvis.protobuf.core.ModelEntity.prototype.getSceneItemId=function(){return t.Message.getWrapperField(this,n.Uuid,2)};proto.vertexvis.protobuf.core.ModelEntity.prototype.setSceneItemId=function(o){t.Message.setWrapperField(this,2,o)};proto.vertexvis.protobuf.core.ModelEntity.prototype.clearSceneItemId=function(){this.setSceneItemId(undefined)};proto.vertexvis.protobuf.core.ModelEntity.prototype.hasSceneItemId=function(){return t.Message.getField(this,2)!=null};proto.vertexvis.protobuf.core.ModelEntity.prototype.getDetailsList=function(){return t.Message.getRepeatedWrapperField(this,i.Any,3)};proto.vertexvis.protobuf.core.ModelEntity.prototype.setDetailsList=function(o){t.Message.setRepeatedWrapperField(this,3,o)};proto.vertexvis.protobuf.core.ModelEntity.prototype.addDetails=function(o,r){return t.Message.addToRepeatedWrapperField(this,3,o,proto.google.protobuf.Any,r)};proto.vertexvis.protobuf.core.ModelEntity.prototype.clearDetailsList=function(){this.setDetailsList([])};e.object.extend(r,proto.vertexvis.protobuf.core)}));var u=o((function(o,r){var n=t;var i=Function("return this")();n.exportSymbol("proto.vertexvis.protobuf.core.AffineMatrix4d",null,i);n.exportSymbol("proto.vertexvis.protobuf.core.AffineMatrix4f",null,i);n.exportSymbol("proto.vertexvis.protobuf.core.AffineTransform2d",null,i);n.exportSymbol("proto.vertexvis.protobuf.core.AffineTransform2f",null,i);n.exportSymbol("proto.vertexvis.protobuf.core.AffineTransform3d",null,i);n.exportSymbol("proto.vertexvis.protobuf.core.AffineTransform3f",null,i);n.exportSymbol("proto.vertexvis.protobuf.core.BBox2d",null,i);n.exportSymbol("proto.vertexvis.protobuf.core.BBox2f",null,i);n.exportSymbol("proto.vertexvis.protobuf.core.BBox2i",null,i);n.exportSymbol("proto.vertexvis.protobuf.core.BBox3d",null,i);n.exportSymbol("proto.vertexvis.protobuf.core.BBox3f",null,i);n.exportSymbol("proto.vertexvis.protobuf.core.BoundingBox3f",null,i);n.exportSymbol("proto.vertexvis.protobuf.core.Dimension2i",null,i);n.exportSymbol("proto.vertexvis.protobuf.core.Indexed3DTriangleSet",null,i);n.exportSymbol("proto.vertexvis.protobuf.core.IndexedVector3fArray",null,i);n.exportSymbol("proto.vertexvis.protobuf.core.LinearTransform2d",null,i);n.exportSymbol("proto.vertexvis.protobuf.core.LinearTransform2f",null,i);n.exportSymbol("proto.vertexvis.protobuf.core.LinearTransform3d",null,i);n.exportSymbol("proto.vertexvis.protobuf.core.LinearTransform3f",null,i);n.exportSymbol("proto.vertexvis.protobuf.core.Matrix4x4d",null,i);n.exportSymbol("proto.vertexvis.protobuf.core.Matrix4x4f",null,i);n.exportSymbol("proto.vertexvis.protobuf.core.Plane",null,i);n.exportSymbol("proto.vertexvis.protobuf.core.Point2i",null,i);n.exportSymbol("proto.vertexvis.protobuf.core.Vector2d",null,i);n.exportSymbol("proto.vertexvis.protobuf.core.Vector2f",null,i);n.exportSymbol("proto.vertexvis.protobuf.core.Vector2i",null,i);n.exportSymbol("proto.vertexvis.protobuf.core.Vector3d",null,i);n.exportSymbol("proto.vertexvis.protobuf.core.Vector3f",null,i);n.exportSymbol("proto.vertexvis.protobuf.core.Vector4d",null,i);n.exportSymbol("proto.vertexvis.protobuf.core.Vector4f",null,i);proto.vertexvis.protobuf.core.Vector2i=function(o){t.Message.initialize(this,o,0,-1,null,null)};n.inherits(proto.vertexvis.protobuf.core.Vector2i,t.Message);if(n.DEBUG&&!COMPILED){proto.vertexvis.protobuf.core.Vector2i.displayName="proto.vertexvis.protobuf.core.Vector2i"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.core.Vector2i.prototype.toObject=function(o){return proto.vertexvis.protobuf.core.Vector2i.toObject(o,this)};proto.vertexvis.protobuf.core.Vector2i.toObject=function(o,r){var n={x:t.Message.getFieldWithDefault(r,1,0),y:t.Message.getFieldWithDefault(r,2,0)};if(o){n.$jspbMessageInstance=r}return n}}proto.vertexvis.protobuf.core.Vector2i.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.core.Vector2i;return proto.vertexvis.protobuf.core.Vector2i.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.core.Vector2i.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=t.readInt32();o.setX(n);break;case 2:var n=t.readInt32();o.setY(n);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.core.Vector2i.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.core.Vector2i.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.core.Vector2i.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getX();if(r!==0){t.writeInt32(1,r)}r=o.getY();if(r!==0){t.writeInt32(2,r)}};proto.vertexvis.protobuf.core.Vector2i.prototype.getX=function(){return t.Message.getFieldWithDefault(this,1,0)};proto.vertexvis.protobuf.core.Vector2i.prototype.setX=function(o){t.Message.setProto3IntField(this,1,o)};proto.vertexvis.protobuf.core.Vector2i.prototype.getY=function(){return t.Message.getFieldWithDefault(this,2,0)};proto.vertexvis.protobuf.core.Vector2i.prototype.setY=function(o){t.Message.setProto3IntField(this,2,o)};proto.vertexvis.protobuf.core.Vector2f=function(o){t.Message.initialize(this,o,0,-1,null,null)};n.inherits(proto.vertexvis.protobuf.core.Vector2f,t.Message);if(n.DEBUG&&!COMPILED){proto.vertexvis.protobuf.core.Vector2f.displayName="proto.vertexvis.protobuf.core.Vector2f"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.core.Vector2f.prototype.toObject=function(o){return proto.vertexvis.protobuf.core.Vector2f.toObject(o,this)};proto.vertexvis.protobuf.core.Vector2f.toObject=function(o,r){var n={x:+t.Message.getFieldWithDefault(r,1,0),y:+t.Message.getFieldWithDefault(r,2,0)};if(o){n.$jspbMessageInstance=r}return n}}proto.vertexvis.protobuf.core.Vector2f.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.core.Vector2f;return proto.vertexvis.protobuf.core.Vector2f.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.core.Vector2f.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=t.readFloat();o.setX(n);break;case 2:var n=t.readFloat();o.setY(n);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.core.Vector2f.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.core.Vector2f.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.core.Vector2f.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getX();if(r!==0){t.writeFloat(1,r)}r=o.getY();if(r!==0){t.writeFloat(2,r)}};proto.vertexvis.protobuf.core.Vector2f.prototype.getX=function(){return+t.Message.getFieldWithDefault(this,1,0)};proto.vertexvis.protobuf.core.Vector2f.prototype.setX=function(o){t.Message.setProto3FloatField(this,1,o)};proto.vertexvis.protobuf.core.Vector2f.prototype.getY=function(){return+t.Message.getFieldWithDefault(this,2,0)};proto.vertexvis.protobuf.core.Vector2f.prototype.setY=function(o){t.Message.setProto3FloatField(this,2,o)};proto.vertexvis.protobuf.core.Vector2d=function(o){t.Message.initialize(this,o,0,-1,null,null)};n.inherits(proto.vertexvis.protobuf.core.Vector2d,t.Message);if(n.DEBUG&&!COMPILED){proto.vertexvis.protobuf.core.Vector2d.displayName="proto.vertexvis.protobuf.core.Vector2d"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.core.Vector2d.prototype.toObject=function(o){return proto.vertexvis.protobuf.core.Vector2d.toObject(o,this)};proto.vertexvis.protobuf.core.Vector2d.toObject=function(o,r){var n={x:+t.Message.getFieldWithDefault(r,1,0),y:+t.Message.getFieldWithDefault(r,2,0)};if(o){n.$jspbMessageInstance=r}return n}}proto.vertexvis.protobuf.core.Vector2d.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.core.Vector2d;return proto.vertexvis.protobuf.core.Vector2d.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.core.Vector2d.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=t.readDouble();o.setX(n);break;case 2:var n=t.readDouble();o.setY(n);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.core.Vector2d.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.core.Vector2d.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.core.Vector2d.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getX();if(r!==0){t.writeDouble(1,r)}r=o.getY();if(r!==0){t.writeDouble(2,r)}};proto.vertexvis.protobuf.core.Vector2d.prototype.getX=function(){return+t.Message.getFieldWithDefault(this,1,0)};proto.vertexvis.protobuf.core.Vector2d.prototype.setX=function(o){t.Message.setProto3FloatField(this,1,o)};proto.vertexvis.protobuf.core.Vector2d.prototype.getY=function(){return+t.Message.getFieldWithDefault(this,2,0)};proto.vertexvis.protobuf.core.Vector2d.prototype.setY=function(o){t.Message.setProto3FloatField(this,2,o)};proto.vertexvis.protobuf.core.Vector3f=function(o){t.Message.initialize(this,o,0,-1,null,null)};n.inherits(proto.vertexvis.protobuf.core.Vector3f,t.Message);if(n.DEBUG&&!COMPILED){proto.vertexvis.protobuf.core.Vector3f.displayName="proto.vertexvis.protobuf.core.Vector3f"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.core.Vector3f.prototype.toObject=function(o){return proto.vertexvis.protobuf.core.Vector3f.toObject(o,this)};proto.vertexvis.protobuf.core.Vector3f.toObject=function(o,r){var n={x:+t.Message.getFieldWithDefault(r,1,0),y:+t.Message.getFieldWithDefault(r,2,0),z:+t.Message.getFieldWithDefault(r,3,0)};if(o){n.$jspbMessageInstance=r}return n}}proto.vertexvis.protobuf.core.Vector3f.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.core.Vector3f;return proto.vertexvis.protobuf.core.Vector3f.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.core.Vector3f.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=t.readFloat();o.setX(n);break;case 2:var n=t.readFloat();o.setY(n);break;case 3:var n=t.readFloat();o.setZ(n);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.core.Vector3f.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.core.Vector3f.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.core.Vector3f.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getX();if(r!==0){t.writeFloat(1,r)}r=o.getY();if(r!==0){t.writeFloat(2,r)}r=o.getZ();if(r!==0){t.writeFloat(3,r)}};proto.vertexvis.protobuf.core.Vector3f.prototype.getX=function(){return+t.Message.getFieldWithDefault(this,1,0)};proto.vertexvis.protobuf.core.Vector3f.prototype.setX=function(o){t.Message.setProto3FloatField(this,1,o)};proto.vertexvis.protobuf.core.Vector3f.prototype.getY=function(){return+t.Message.getFieldWithDefault(this,2,0)};proto.vertexvis.protobuf.core.Vector3f.prototype.setY=function(o){t.Message.setProto3FloatField(this,2,o)};proto.vertexvis.protobuf.core.Vector3f.prototype.getZ=function(){return+t.Message.getFieldWithDefault(this,3,0)};proto.vertexvis.protobuf.core.Vector3f.prototype.setZ=function(o){t.Message.setProto3FloatField(this,3,o)};proto.vertexvis.protobuf.core.Vector3d=function(o){t.Message.initialize(this,o,0,-1,null,null)};n.inherits(proto.vertexvis.protobuf.core.Vector3d,t.Message);if(n.DEBUG&&!COMPILED){proto.vertexvis.protobuf.core.Vector3d.displayName="proto.vertexvis.protobuf.core.Vector3d"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.core.Vector3d.prototype.toObject=function(o){return proto.vertexvis.protobuf.core.Vector3d.toObject(o,this)};proto.vertexvis.protobuf.core.Vector3d.toObject=function(o,r){var n={x:+t.Message.getFieldWithDefault(r,1,0),y:+t.Message.getFieldWithDefault(r,2,0),z:+t.Message.getFieldWithDefault(r,3,0)};if(o){n.$jspbMessageInstance=r}return n}}proto.vertexvis.protobuf.core.Vector3d.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.core.Vector3d;return proto.vertexvis.protobuf.core.Vector3d.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.core.Vector3d.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=t.readDouble();o.setX(n);break;case 2:var n=t.readDouble();o.setY(n);break;case 3:var n=t.readDouble();o.setZ(n);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.core.Vector3d.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.core.Vector3d.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.core.Vector3d.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getX();if(r!==0){t.writeDouble(1,r)}r=o.getY();if(r!==0){t.writeDouble(2,r)}r=o.getZ();if(r!==0){t.writeDouble(3,r)}};proto.vertexvis.protobuf.core.Vector3d.prototype.getX=function(){return+t.Message.getFieldWithDefault(this,1,0)};proto.vertexvis.protobuf.core.Vector3d.prototype.setX=function(o){t.Message.setProto3FloatField(this,1,o)};proto.vertexvis.protobuf.core.Vector3d.prototype.getY=function(){return+t.Message.getFieldWithDefault(this,2,0)};proto.vertexvis.protobuf.core.Vector3d.prototype.setY=function(o){t.Message.setProto3FloatField(this,2,o)};proto.vertexvis.protobuf.core.Vector3d.prototype.getZ=function(){return+t.Message.getFieldWithDefault(this,3,0)};proto.vertexvis.protobuf.core.Vector3d.prototype.setZ=function(o){t.Message.setProto3FloatField(this,3,o)};proto.vertexvis.protobuf.core.Vector4f=function(o){t.Message.initialize(this,o,0,-1,null,null)};n.inherits(proto.vertexvis.protobuf.core.Vector4f,t.Message);if(n.DEBUG&&!COMPILED){proto.vertexvis.protobuf.core.Vector4f.displayName="proto.vertexvis.protobuf.core.Vector4f"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.core.Vector4f.prototype.toObject=function(o){return proto.vertexvis.protobuf.core.Vector4f.toObject(o,this)};proto.vertexvis.protobuf.core.Vector4f.toObject=function(o,r){var n={x:+t.Message.getFieldWithDefault(r,1,0),y:+t.Message.getFieldWithDefault(r,2,0),z:+t.Message.getFieldWithDefault(r,3,0),w:+t.Message.getFieldWithDefault(r,4,0)};if(o){n.$jspbMessageInstance=r}return n}}proto.vertexvis.protobuf.core.Vector4f.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.core.Vector4f;return proto.vertexvis.protobuf.core.Vector4f.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.core.Vector4f.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=t.readFloat();o.setX(n);break;case 2:var n=t.readFloat();o.setY(n);break;case 3:var n=t.readFloat();o.setZ(n);break;case 4:var n=t.readFloat();o.setW(n);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.core.Vector4f.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.core.Vector4f.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.core.Vector4f.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getX();if(r!==0){t.writeFloat(1,r)}r=o.getY();if(r!==0){t.writeFloat(2,r)}r=o.getZ();if(r!==0){t.writeFloat(3,r)}r=o.getW();if(r!==0){t.writeFloat(4,r)}};proto.vertexvis.protobuf.core.Vector4f.prototype.getX=function(){return+t.Message.getFieldWithDefault(this,1,0)};proto.vertexvis.protobuf.core.Vector4f.prototype.setX=function(o){t.Message.setProto3FloatField(this,1,o)};proto.vertexvis.protobuf.core.Vector4f.prototype.getY=function(){return+t.Message.getFieldWithDefault(this,2,0)};proto.vertexvis.protobuf.core.Vector4f.prototype.setY=function(o){t.Message.setProto3FloatField(this,2,o)};proto.vertexvis.protobuf.core.Vector4f.prototype.getZ=function(){return+t.Message.getFieldWithDefault(this,3,0)};proto.vertexvis.protobuf.core.Vector4f.prototype.setZ=function(o){t.Message.setProto3FloatField(this,3,o)};proto.vertexvis.protobuf.core.Vector4f.prototype.getW=function(){return+t.Message.getFieldWithDefault(this,4,0)};proto.vertexvis.protobuf.core.Vector4f.prototype.setW=function(o){t.Message.setProto3FloatField(this,4,o)};proto.vertexvis.protobuf.core.Vector4d=function(o){t.Message.initialize(this,o,0,-1,null,null)};n.inherits(proto.vertexvis.protobuf.core.Vector4d,t.Message);if(n.DEBUG&&!COMPILED){proto.vertexvis.protobuf.core.Vector4d.displayName="proto.vertexvis.protobuf.core.Vector4d"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.core.Vector4d.prototype.toObject=function(o){return proto.vertexvis.protobuf.core.Vector4d.toObject(o,this)};proto.vertexvis.protobuf.core.Vector4d.toObject=function(o,r){var n={x:+t.Message.getFieldWithDefault(r,1,0),y:+t.Message.getFieldWithDefault(r,2,0),z:+t.Message.getFieldWithDefault(r,3,0),w:+t.Message.getFieldWithDefault(r,4,0)};if(o){n.$jspbMessageInstance=r}return n}}proto.vertexvis.protobuf.core.Vector4d.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.core.Vector4d;return proto.vertexvis.protobuf.core.Vector4d.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.core.Vector4d.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=t.readDouble();o.setX(n);break;case 2:var n=t.readDouble();o.setY(n);break;case 3:var n=t.readDouble();o.setZ(n);break;case 4:var n=t.readDouble();o.setW(n);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.core.Vector4d.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.core.Vector4d.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.core.Vector4d.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getX();if(r!==0){t.writeDouble(1,r)}r=o.getY();if(r!==0){t.writeDouble(2,r)}r=o.getZ();if(r!==0){t.writeDouble(3,r)}r=o.getW();if(r!==0){t.writeDouble(4,r)}};proto.vertexvis.protobuf.core.Vector4d.prototype.getX=function(){return+t.Message.getFieldWithDefault(this,1,0)};proto.vertexvis.protobuf.core.Vector4d.prototype.setX=function(o){t.Message.setProto3FloatField(this,1,o)};proto.vertexvis.protobuf.core.Vector4d.prototype.getY=function(){return+t.Message.getFieldWithDefault(this,2,0)};proto.vertexvis.protobuf.core.Vector4d.prototype.setY=function(o){t.Message.setProto3FloatField(this,2,o)};proto.vertexvis.protobuf.core.Vector4d.prototype.getZ=function(){return+t.Message.getFieldWithDefault(this,3,0)};proto.vertexvis.protobuf.core.Vector4d.prototype.setZ=function(o){t.Message.setProto3FloatField(this,3,o)};proto.vertexvis.protobuf.core.Vector4d.prototype.getW=function(){return+t.Message.getFieldWithDefault(this,4,0)};proto.vertexvis.protobuf.core.Vector4d.prototype.setW=function(o){t.Message.setProto3FloatField(this,4,o)};proto.vertexvis.protobuf.core.BoundingBox3f=function(o){t.Message.initialize(this,o,0,-1,null,null)};n.inherits(proto.vertexvis.protobuf.core.BoundingBox3f,t.Message);if(n.DEBUG&&!COMPILED){proto.vertexvis.protobuf.core.BoundingBox3f.displayName="proto.vertexvis.protobuf.core.BoundingBox3f"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.core.BoundingBox3f.prototype.toObject=function(o){return proto.vertexvis.protobuf.core.BoundingBox3f.toObject(o,this)};proto.vertexvis.protobuf.core.BoundingBox3f.toObject=function(o,r){var n={xmin:+t.Message.getFieldWithDefault(r,1,0),xmax:+t.Message.getFieldWithDefault(r,2,0),ymin:+t.Message.getFieldWithDefault(r,3,0),ymax:+t.Message.getFieldWithDefault(r,4,0),zmin:+t.Message.getFieldWithDefault(r,5,0),zmax:+t.Message.getFieldWithDefault(r,6,0)};if(o){n.$jspbMessageInstance=r}return n}}proto.vertexvis.protobuf.core.BoundingBox3f.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.core.BoundingBox3f;return proto.vertexvis.protobuf.core.BoundingBox3f.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.core.BoundingBox3f.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=t.readFloat();o.setXmin(n);break;case 2:var n=t.readFloat();o.setXmax(n);break;case 3:var n=t.readFloat();o.setYmin(n);break;case 4:var n=t.readFloat();o.setYmax(n);break;case 5:var n=t.readFloat();o.setZmin(n);break;case 6:var n=t.readFloat();o.setZmax(n);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.core.BoundingBox3f.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.core.BoundingBox3f.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.core.BoundingBox3f.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getXmin();if(r!==0){t.writeFloat(1,r)}r=o.getXmax();if(r!==0){t.writeFloat(2,r)}r=o.getYmin();if(r!==0){t.writeFloat(3,r)}r=o.getYmax();if(r!==0){t.writeFloat(4,r)}r=o.getZmin();if(r!==0){t.writeFloat(5,r)}r=o.getZmax();if(r!==0){t.writeFloat(6,r)}};proto.vertexvis.protobuf.core.BoundingBox3f.prototype.getXmin=function(){return+t.Message.getFieldWithDefault(this,1,0)};proto.vertexvis.protobuf.core.BoundingBox3f.prototype.setXmin=function(o){t.Message.setProto3FloatField(this,1,o)};proto.vertexvis.protobuf.core.BoundingBox3f.prototype.getXmax=function(){return+t.Message.getFieldWithDefault(this,2,0)};proto.vertexvis.protobuf.core.BoundingBox3f.prototype.setXmax=function(o){t.Message.setProto3FloatField(this,2,o)};proto.vertexvis.protobuf.core.BoundingBox3f.prototype.getYmin=function(){return+t.Message.getFieldWithDefault(this,3,0)};proto.vertexvis.protobuf.core.BoundingBox3f.prototype.setYmin=function(o){t.Message.setProto3FloatField(this,3,o)};proto.vertexvis.protobuf.core.BoundingBox3f.prototype.getYmax=function(){return+t.Message.getFieldWithDefault(this,4,0)};proto.vertexvis.protobuf.core.BoundingBox3f.prototype.setYmax=function(o){t.Message.setProto3FloatField(this,4,o)};proto.vertexvis.protobuf.core.BoundingBox3f.prototype.getZmin=function(){return+t.Message.getFieldWithDefault(this,5,0)};proto.vertexvis.protobuf.core.BoundingBox3f.prototype.setZmin=function(o){t.Message.setProto3FloatField(this,5,o)};proto.vertexvis.protobuf.core.BoundingBox3f.prototype.getZmax=function(){return+t.Message.getFieldWithDefault(this,6,0)};proto.vertexvis.protobuf.core.BoundingBox3f.prototype.setZmax=function(o){t.Message.setProto3FloatField(this,6,o)};proto.vertexvis.protobuf.core.AffineMatrix4f=function(o){t.Message.initialize(this,o,0,-1,null,null)};n.inherits(proto.vertexvis.protobuf.core.AffineMatrix4f,t.Message);if(n.DEBUG&&!COMPILED){proto.vertexvis.protobuf.core.AffineMatrix4f.displayName="proto.vertexvis.protobuf.core.AffineMatrix4f"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.core.AffineMatrix4f.prototype.toObject=function(o){return proto.vertexvis.protobuf.core.AffineMatrix4f.toObject(o,this)};proto.vertexvis.protobuf.core.AffineMatrix4f.toObject=function(o,r){var n,i={basisX:(n=r.getBasisX())&&proto.vertexvis.protobuf.core.Vector3f.toObject(o,n),basisY:(n=r.getBasisY())&&proto.vertexvis.protobuf.core.Vector3f.toObject(o,n),xlate:(n=r.getXlate())&&proto.vertexvis.protobuf.core.Vector3f.toObject(o,n),scale:+t.Message.getFieldWithDefault(r,4,0),basisZ:(n=r.getBasisZ())&&proto.vertexvis.protobuf.core.Vector3f.toObject(o,n)};if(o){i.$jspbMessageInstance=r}return i}}proto.vertexvis.protobuf.core.AffineMatrix4f.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.core.AffineMatrix4f;return proto.vertexvis.protobuf.core.AffineMatrix4f.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.core.AffineMatrix4f.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=new proto.vertexvis.protobuf.core.Vector3f;t.readMessage(n,proto.vertexvis.protobuf.core.Vector3f.deserializeBinaryFromReader);o.setBasisX(n);break;case 2:var n=new proto.vertexvis.protobuf.core.Vector3f;t.readMessage(n,proto.vertexvis.protobuf.core.Vector3f.deserializeBinaryFromReader);o.setBasisY(n);break;case 3:var n=new proto.vertexvis.protobuf.core.Vector3f;t.readMessage(n,proto.vertexvis.protobuf.core.Vector3f.deserializeBinaryFromReader);o.setXlate(n);break;case 4:var n=t.readFloat();o.setScale(n);break;case 5:var n=new proto.vertexvis.protobuf.core.Vector3f;t.readMessage(n,proto.vertexvis.protobuf.core.Vector3f.deserializeBinaryFromReader);o.setBasisZ(n);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.core.AffineMatrix4f.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.core.AffineMatrix4f.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.core.AffineMatrix4f.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getBasisX();if(r!=null){t.writeMessage(1,r,proto.vertexvis.protobuf.core.Vector3f.serializeBinaryToWriter)}r=o.getBasisY();if(r!=null){t.writeMessage(2,r,proto.vertexvis.protobuf.core.Vector3f.serializeBinaryToWriter)}r=o.getXlate();if(r!=null){t.writeMessage(3,r,proto.vertexvis.protobuf.core.Vector3f.serializeBinaryToWriter)}r=o.getScale();if(r!==0){t.writeFloat(4,r)}r=o.getBasisZ();if(r!=null){t.writeMessage(5,r,proto.vertexvis.protobuf.core.Vector3f.serializeBinaryToWriter)}};proto.vertexvis.protobuf.core.AffineMatrix4f.prototype.getBasisX=function(){return t.Message.getWrapperField(this,proto.vertexvis.protobuf.core.Vector3f,1)};proto.vertexvis.protobuf.core.AffineMatrix4f.prototype.setBasisX=function(o){t.Message.setWrapperField(this,1,o)};proto.vertexvis.protobuf.core.AffineMatrix4f.prototype.clearBasisX=function(){this.setBasisX(undefined)};proto.vertexvis.protobuf.core.AffineMatrix4f.prototype.hasBasisX=function(){return t.Message.getField(this,1)!=null};proto.vertexvis.protobuf.core.AffineMatrix4f.prototype.getBasisY=function(){return t.Message.getWrapperField(this,proto.vertexvis.protobuf.core.Vector3f,2)};proto.vertexvis.protobuf.core.AffineMatrix4f.prototype.setBasisY=function(o){t.Message.setWrapperField(this,2,o)};proto.vertexvis.protobuf.core.AffineMatrix4f.prototype.clearBasisY=function(){this.setBasisY(undefined)};proto.vertexvis.protobuf.core.AffineMatrix4f.prototype.hasBasisY=function(){return t.Message.getField(this,2)!=null};proto.vertexvis.protobuf.core.AffineMatrix4f.prototype.getXlate=function(){return t.Message.getWrapperField(this,proto.vertexvis.protobuf.core.Vector3f,3)};proto.vertexvis.protobuf.core.AffineMatrix4f.prototype.setXlate=function(o){t.Message.setWrapperField(this,3,o)};proto.vertexvis.protobuf.core.AffineMatrix4f.prototype.clearXlate=function(){this.setXlate(undefined)};proto.vertexvis.protobuf.core.AffineMatrix4f.prototype.hasXlate=function(){return t.Message.getField(this,3)!=null};proto.vertexvis.protobuf.core.AffineMatrix4f.prototype.getScale=function(){return+t.Message.getFieldWithDefault(this,4,0)};proto.vertexvis.protobuf.core.AffineMatrix4f.prototype.setScale=function(o){t.Message.setProto3FloatField(this,4,o)};proto.vertexvis.protobuf.core.AffineMatrix4f.prototype.getBasisZ=function(){return t.Message.getWrapperField(this,proto.vertexvis.protobuf.core.Vector3f,5)};proto.vertexvis.protobuf.core.AffineMatrix4f.prototype.setBasisZ=function(o){t.Message.setWrapperField(this,5,o)};proto.vertexvis.protobuf.core.AffineMatrix4f.prototype.clearBasisZ=function(){this.setBasisZ(undefined)};proto.vertexvis.protobuf.core.AffineMatrix4f.prototype.hasBasisZ=function(){return t.Message.getField(this,5)!=null};proto.vertexvis.protobuf.core.AffineMatrix4d=function(o){t.Message.initialize(this,o,0,-1,null,null)};n.inherits(proto.vertexvis.protobuf.core.AffineMatrix4d,t.Message);if(n.DEBUG&&!COMPILED){proto.vertexvis.protobuf.core.AffineMatrix4d.displayName="proto.vertexvis.protobuf.core.AffineMatrix4d"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.core.AffineMatrix4d.prototype.toObject=function(o){return proto.vertexvis.protobuf.core.AffineMatrix4d.toObject(o,this)};proto.vertexvis.protobuf.core.AffineMatrix4d.toObject=function(o,r){var n,i={basisX:(n=r.getBasisX())&&proto.vertexvis.protobuf.core.Vector3d.toObject(o,n),basisY:(n=r.getBasisY())&&proto.vertexvis.protobuf.core.Vector3d.toObject(o,n),xlate:(n=r.getXlate())&&proto.vertexvis.protobuf.core.Vector3d.toObject(o,n),scale:+t.Message.getFieldWithDefault(r,4,0),basisZ:(n=r.getBasisZ())&&proto.vertexvis.protobuf.core.Vector3d.toObject(o,n)};if(o){i.$jspbMessageInstance=r}return i}}proto.vertexvis.protobuf.core.AffineMatrix4d.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.core.AffineMatrix4d;return proto.vertexvis.protobuf.core.AffineMatrix4d.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.core.AffineMatrix4d.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=new proto.vertexvis.protobuf.core.Vector3d;t.readMessage(n,proto.vertexvis.protobuf.core.Vector3d.deserializeBinaryFromReader);o.setBasisX(n);break;case 2:var n=new proto.vertexvis.protobuf.core.Vector3d;t.readMessage(n,proto.vertexvis.protobuf.core.Vector3d.deserializeBinaryFromReader);o.setBasisY(n);break;case 3:var n=new proto.vertexvis.protobuf.core.Vector3d;t.readMessage(n,proto.vertexvis.protobuf.core.Vector3d.deserializeBinaryFromReader);o.setXlate(n);break;case 4:var n=t.readDouble();o.setScale(n);break;case 5:var n=new proto.vertexvis.protobuf.core.Vector3d;t.readMessage(n,proto.vertexvis.protobuf.core.Vector3d.deserializeBinaryFromReader);o.setBasisZ(n);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.core.AffineMatrix4d.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.core.AffineMatrix4d.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.core.AffineMatrix4d.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getBasisX();if(r!=null){t.writeMessage(1,r,proto.vertexvis.protobuf.core.Vector3d.serializeBinaryToWriter)}r=o.getBasisY();if(r!=null){t.writeMessage(2,r,proto.vertexvis.protobuf.core.Vector3d.serializeBinaryToWriter)}r=o.getXlate();if(r!=null){t.writeMessage(3,r,proto.vertexvis.protobuf.core.Vector3d.serializeBinaryToWriter)}r=o.getScale();if(r!==0){t.writeDouble(4,r)}r=o.getBasisZ();if(r!=null){t.writeMessage(5,r,proto.vertexvis.protobuf.core.Vector3d.serializeBinaryToWriter)}};proto.vertexvis.protobuf.core.AffineMatrix4d.prototype.getBasisX=function(){return t.Message.getWrapperField(this,proto.vertexvis.protobuf.core.Vector3d,1)};proto.vertexvis.protobuf.core.AffineMatrix4d.prototype.setBasisX=function(o){t.Message.setWrapperField(this,1,o)};proto.vertexvis.protobuf.core.AffineMatrix4d.prototype.clearBasisX=function(){this.setBasisX(undefined)};proto.vertexvis.protobuf.core.AffineMatrix4d.prototype.hasBasisX=function(){return t.Message.getField(this,1)!=null};proto.vertexvis.protobuf.core.AffineMatrix4d.prototype.getBasisY=function(){return t.Message.getWrapperField(this,proto.vertexvis.protobuf.core.Vector3d,2)};proto.vertexvis.protobuf.core.AffineMatrix4d.prototype.setBasisY=function(o){t.Message.setWrapperField(this,2,o)};proto.vertexvis.protobuf.core.AffineMatrix4d.prototype.clearBasisY=function(){this.setBasisY(undefined)};proto.vertexvis.protobuf.core.AffineMatrix4d.prototype.hasBasisY=function(){return t.Message.getField(this,2)!=null};proto.vertexvis.protobuf.core.AffineMatrix4d.prototype.getXlate=function(){return t.Message.getWrapperField(this,proto.vertexvis.protobuf.core.Vector3d,3)};proto.vertexvis.protobuf.core.AffineMatrix4d.prototype.setXlate=function(o){t.Message.setWrapperField(this,3,o)};proto.vertexvis.protobuf.core.AffineMatrix4d.prototype.clearXlate=function(){this.setXlate(undefined)};proto.vertexvis.protobuf.core.AffineMatrix4d.prototype.hasXlate=function(){return t.Message.getField(this,3)!=null};proto.vertexvis.protobuf.core.AffineMatrix4d.prototype.getScale=function(){return+t.Message.getFieldWithDefault(this,4,0)};proto.vertexvis.protobuf.core.AffineMatrix4d.prototype.setScale=function(o){t.Message.setProto3FloatField(this,4,o)};proto.vertexvis.protobuf.core.AffineMatrix4d.prototype.getBasisZ=function(){return t.Message.getWrapperField(this,proto.vertexvis.protobuf.core.Vector3d,5)};proto.vertexvis.protobuf.core.AffineMatrix4d.prototype.setBasisZ=function(o){t.Message.setWrapperField(this,5,o)};proto.vertexvis.protobuf.core.AffineMatrix4d.prototype.clearBasisZ=function(){this.setBasisZ(undefined)};proto.vertexvis.protobuf.core.AffineMatrix4d.prototype.hasBasisZ=function(){return t.Message.getField(this,5)!=null};proto.vertexvis.protobuf.core.IndexedVector3fArray=function(o){t.Message.initialize(this,o,0,-1,proto.vertexvis.protobuf.core.IndexedVector3fArray.repeatedFields_,null)};n.inherits(proto.vertexvis.protobuf.core.IndexedVector3fArray,t.Message);if(n.DEBUG&&!COMPILED){proto.vertexvis.protobuf.core.IndexedVector3fArray.displayName="proto.vertexvis.protobuf.core.IndexedVector3fArray"}proto.vertexvis.protobuf.core.IndexedVector3fArray.repeatedFields_=[1,2];if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.core.IndexedVector3fArray.prototype.toObject=function(o){return proto.vertexvis.protobuf.core.IndexedVector3fArray.toObject(o,this)};proto.vertexvis.protobuf.core.IndexedVector3fArray.toObject=function(o,r){var n={valuesList:t.Message.toObjectList(r.getValuesList(),proto.vertexvis.protobuf.core.Vector3f.toObject,o),indicesList:t.Message.getRepeatedField(r,2)};if(o){n.$jspbMessageInstance=r}return n}}proto.vertexvis.protobuf.core.IndexedVector3fArray.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.core.IndexedVector3fArray;return proto.vertexvis.protobuf.core.IndexedVector3fArray.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.core.IndexedVector3fArray.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=new proto.vertexvis.protobuf.core.Vector3f;t.readMessage(n,proto.vertexvis.protobuf.core.Vector3f.deserializeBinaryFromReader);o.addValues(n);break;case 2:var n=t.readPackedUint32();o.setIndicesList(n);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.core.IndexedVector3fArray.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.core.IndexedVector3fArray.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.core.IndexedVector3fArray.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getValuesList();if(r.length>0){t.writeRepeatedMessage(1,r,proto.vertexvis.protobuf.core.Vector3f.serializeBinaryToWriter)}r=o.getIndicesList();if(r.length>0){t.writePackedUint32(2,r)}};proto.vertexvis.protobuf.core.IndexedVector3fArray.prototype.getValuesList=function(){return t.Message.getRepeatedWrapperField(this,proto.vertexvis.protobuf.core.Vector3f,1)};proto.vertexvis.protobuf.core.IndexedVector3fArray.prototype.setValuesList=function(o){t.Message.setRepeatedWrapperField(this,1,o)};proto.vertexvis.protobuf.core.IndexedVector3fArray.prototype.addValues=function(o,r){return t.Message.addToRepeatedWrapperField(this,1,o,proto.vertexvis.protobuf.core.Vector3f,r)};proto.vertexvis.protobuf.core.IndexedVector3fArray.prototype.clearValuesList=function(){this.setValuesList([])};proto.vertexvis.protobuf.core.IndexedVector3fArray.prototype.getIndicesList=function(){return t.Message.getRepeatedField(this,2)};proto.vertexvis.protobuf.core.IndexedVector3fArray.prototype.setIndicesList=function(o){t.Message.setField(this,2,o||[])};proto.vertexvis.protobuf.core.IndexedVector3fArray.prototype.addIndices=function(o,r){t.Message.addToRepeatedField(this,2,o,r)};proto.vertexvis.protobuf.core.IndexedVector3fArray.prototype.clearIndicesList=function(){this.setIndicesList([])};proto.vertexvis.protobuf.core.Indexed3DTriangleSet=function(o){t.Message.initialize(this,o,0,-1,null,null)};n.inherits(proto.vertexvis.protobuf.core.Indexed3DTriangleSet,t.Message);if(n.DEBUG&&!COMPILED){proto.vertexvis.protobuf.core.Indexed3DTriangleSet.displayName="proto.vertexvis.protobuf.core.Indexed3DTriangleSet"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.core.Indexed3DTriangleSet.prototype.toObject=function(o){return proto.vertexvis.protobuf.core.Indexed3DTriangleSet.toObject(o,this)};proto.vertexvis.protobuf.core.Indexed3DTriangleSet.toObject=function(o,t){var r,n={vertices:(r=t.getVertices())&&proto.vertexvis.protobuf.core.IndexedVector3fArray.toObject(o,r),normals:(r=t.getNormals())&&proto.vertexvis.protobuf.core.IndexedVector3fArray.toObject(o,r)};if(o){n.$jspbMessageInstance=t}return n}}proto.vertexvis.protobuf.core.Indexed3DTriangleSet.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.core.Indexed3DTriangleSet;return proto.vertexvis.protobuf.core.Indexed3DTriangleSet.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.core.Indexed3DTriangleSet.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=new proto.vertexvis.protobuf.core.IndexedVector3fArray;t.readMessage(n,proto.vertexvis.protobuf.core.IndexedVector3fArray.deserializeBinaryFromReader);o.setVertices(n);break;case 2:var n=new proto.vertexvis.protobuf.core.IndexedVector3fArray;t.readMessage(n,proto.vertexvis.protobuf.core.IndexedVector3fArray.deserializeBinaryFromReader);o.setNormals(n);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.core.Indexed3DTriangleSet.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.core.Indexed3DTriangleSet.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.core.Indexed3DTriangleSet.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getVertices();if(r!=null){t.writeMessage(1,r,proto.vertexvis.protobuf.core.IndexedVector3fArray.serializeBinaryToWriter)}r=o.getNormals();if(r!=null){t.writeMessage(2,r,proto.vertexvis.protobuf.core.IndexedVector3fArray.serializeBinaryToWriter)}};proto.vertexvis.protobuf.core.Indexed3DTriangleSet.prototype.getVertices=function(){return t.Message.getWrapperField(this,proto.vertexvis.protobuf.core.IndexedVector3fArray,1)};proto.vertexvis.protobuf.core.Indexed3DTriangleSet.prototype.setVertices=function(o){t.Message.setWrapperField(this,1,o)};proto.vertexvis.protobuf.core.Indexed3DTriangleSet.prototype.clearVertices=function(){this.setVertices(undefined)};proto.vertexvis.protobuf.core.Indexed3DTriangleSet.prototype.hasVertices=function(){return t.Message.getField(this,1)!=null};proto.vertexvis.protobuf.core.Indexed3DTriangleSet.prototype.getNormals=function(){return t.Message.getWrapperField(this,proto.vertexvis.protobuf.core.IndexedVector3fArray,2)};proto.vertexvis.protobuf.core.Indexed3DTriangleSet.prototype.setNormals=function(o){t.Message.setWrapperField(this,2,o)};proto.vertexvis.protobuf.core.Indexed3DTriangleSet.prototype.clearNormals=function(){this.setNormals(undefined)};proto.vertexvis.protobuf.core.Indexed3DTriangleSet.prototype.hasNormals=function(){return t.Message.getField(this,2)!=null};proto.vertexvis.protobuf.core.Matrix4x4f=function(o){t.Message.initialize(this,o,0,-1,null,null)};n.inherits(proto.vertexvis.protobuf.core.Matrix4x4f,t.Message);if(n.DEBUG&&!COMPILED){proto.vertexvis.protobuf.core.Matrix4x4f.displayName="proto.vertexvis.protobuf.core.Matrix4x4f"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.core.Matrix4x4f.prototype.toObject=function(o){return proto.vertexvis.protobuf.core.Matrix4x4f.toObject(o,this)};proto.vertexvis.protobuf.core.Matrix4x4f.toObject=function(o,t){var r,n={r0:(r=t.getR0())&&proto.vertexvis.protobuf.core.Vector4f.toObject(o,r),r1:(r=t.getR1())&&proto.vertexvis.protobuf.core.Vector4f.toObject(o,r),r2:(r=t.getR2())&&proto.vertexvis.protobuf.core.Vector4f.toObject(o,r),r3:(r=t.getR3())&&proto.vertexvis.protobuf.core.Vector4f.toObject(o,r)};if(o){n.$jspbMessageInstance=t}return n}}proto.vertexvis.protobuf.core.Matrix4x4f.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.core.Matrix4x4f;return proto.vertexvis.protobuf.core.Matrix4x4f.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.core.Matrix4x4f.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=new proto.vertexvis.protobuf.core.Vector4f;t.readMessage(n,proto.vertexvis.protobuf.core.Vector4f.deserializeBinaryFromReader);o.setR0(n);break;case 2:var n=new proto.vertexvis.protobuf.core.Vector4f;t.readMessage(n,proto.vertexvis.protobuf.core.Vector4f.deserializeBinaryFromReader);o.setR1(n);break;case 3:var n=new proto.vertexvis.protobuf.core.Vector4f;t.readMessage(n,proto.vertexvis.protobuf.core.Vector4f.deserializeBinaryFromReader);o.setR2(n);break;case 4:var n=new proto.vertexvis.protobuf.core.Vector4f;t.readMessage(n,proto.vertexvis.protobuf.core.Vector4f.deserializeBinaryFromReader);o.setR3(n);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.core.Matrix4x4f.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.core.Matrix4x4f.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.core.Matrix4x4f.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getR0();if(r!=null){t.writeMessage(1,r,proto.vertexvis.protobuf.core.Vector4f.serializeBinaryToWriter)}r=o.getR1();if(r!=null){t.writeMessage(2,r,proto.vertexvis.protobuf.core.Vector4f.serializeBinaryToWriter)}r=o.getR2();if(r!=null){t.writeMessage(3,r,proto.vertexvis.protobuf.core.Vector4f.serializeBinaryToWriter)}r=o.getR3();if(r!=null){t.writeMessage(4,r,proto.vertexvis.protobuf.core.Vector4f.serializeBinaryToWriter)}};proto.vertexvis.protobuf.core.Matrix4x4f.prototype.getR0=function(){return t.Message.getWrapperField(this,proto.vertexvis.protobuf.core.Vector4f,1)};proto.vertexvis.protobuf.core.Matrix4x4f.prototype.setR0=function(o){t.Message.setWrapperField(this,1,o)};proto.vertexvis.protobuf.core.Matrix4x4f.prototype.clearR0=function(){this.setR0(undefined)};proto.vertexvis.protobuf.core.Matrix4x4f.prototype.hasR0=function(){return t.Message.getField(this,1)!=null};proto.vertexvis.protobuf.core.Matrix4x4f.prototype.getR1=function(){return t.Message.getWrapperField(this,proto.vertexvis.protobuf.core.Vector4f,2)};proto.vertexvis.protobuf.core.Matrix4x4f.prototype.setR1=function(o){t.Message.setWrapperField(this,2,o)};proto.vertexvis.protobuf.core.Matrix4x4f.prototype.clearR1=function(){this.setR1(undefined)};proto.vertexvis.protobuf.core.Matrix4x4f.prototype.hasR1=function(){return t.Message.getField(this,2)!=null};proto.vertexvis.protobuf.core.Matrix4x4f.prototype.getR2=function(){return t.Message.getWrapperField(this,proto.vertexvis.protobuf.core.Vector4f,3)};proto.vertexvis.protobuf.core.Matrix4x4f.prototype.setR2=function(o){t.Message.setWrapperField(this,3,o)};proto.vertexvis.protobuf.core.Matrix4x4f.prototype.clearR2=function(){this.setR2(undefined)};proto.vertexvis.protobuf.core.Matrix4x4f.prototype.hasR2=function(){return t.Message.getField(this,3)!=null};proto.vertexvis.protobuf.core.Matrix4x4f.prototype.getR3=function(){return t.Message.getWrapperField(this,proto.vertexvis.protobuf.core.Vector4f,4)};proto.vertexvis.protobuf.core.Matrix4x4f.prototype.setR3=function(o){t.Message.setWrapperField(this,4,o)};proto.vertexvis.protobuf.core.Matrix4x4f.prototype.clearR3=function(){this.setR3(undefined)};proto.vertexvis.protobuf.core.Matrix4x4f.prototype.hasR3=function(){return t.Message.getField(this,4)!=null};proto.vertexvis.protobuf.core.Matrix4x4d=function(o){t.Message.initialize(this,o,0,-1,null,null)};n.inherits(proto.vertexvis.protobuf.core.Matrix4x4d,t.Message);if(n.DEBUG&&!COMPILED){proto.vertexvis.protobuf.core.Matrix4x4d.displayName="proto.vertexvis.protobuf.core.Matrix4x4d"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.core.Matrix4x4d.prototype.toObject=function(o){return proto.vertexvis.protobuf.core.Matrix4x4d.toObject(o,this)};proto.vertexvis.protobuf.core.Matrix4x4d.toObject=function(o,t){var r,n={r0:(r=t.getR0())&&proto.vertexvis.protobuf.core.Vector4d.toObject(o,r),r1:(r=t.getR1())&&proto.vertexvis.protobuf.core.Vector4d.toObject(o,r),r2:(r=t.getR2())&&proto.vertexvis.protobuf.core.Vector4d.toObject(o,r),r3:(r=t.getR3())&&proto.vertexvis.protobuf.core.Vector4d.toObject(o,r)};if(o){n.$jspbMessageInstance=t}return n}}proto.vertexvis.protobuf.core.Matrix4x4d.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.core.Matrix4x4d;return proto.vertexvis.protobuf.core.Matrix4x4d.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.core.Matrix4x4d.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=new proto.vertexvis.protobuf.core.Vector4d;t.readMessage(n,proto.vertexvis.protobuf.core.Vector4d.deserializeBinaryFromReader);o.setR0(n);break;case 2:var n=new proto.vertexvis.protobuf.core.Vector4d;t.readMessage(n,proto.vertexvis.protobuf.core.Vector4d.deserializeBinaryFromReader);o.setR1(n);break;case 3:var n=new proto.vertexvis.protobuf.core.Vector4d;t.readMessage(n,proto.vertexvis.protobuf.core.Vector4d.deserializeBinaryFromReader);o.setR2(n);break;case 4:var n=new proto.vertexvis.protobuf.core.Vector4d;t.readMessage(n,proto.vertexvis.protobuf.core.Vector4d.deserializeBinaryFromReader);o.setR3(n);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.core.Matrix4x4d.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.core.Matrix4x4d.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.core.Matrix4x4d.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getR0();if(r!=null){t.writeMessage(1,r,proto.vertexvis.protobuf.core.Vector4d.serializeBinaryToWriter)}r=o.getR1();if(r!=null){t.writeMessage(2,r,proto.vertexvis.protobuf.core.Vector4d.serializeBinaryToWriter)}r=o.getR2();if(r!=null){t.writeMessage(3,r,proto.vertexvis.protobuf.core.Vector4d.serializeBinaryToWriter)}r=o.getR3();if(r!=null){t.writeMessage(4,r,proto.vertexvis.protobuf.core.Vector4d.serializeBinaryToWriter)}};proto.vertexvis.protobuf.core.Matrix4x4d.prototype.getR0=function(){return t.Message.getWrapperField(this,proto.vertexvis.protobuf.core.Vector4d,1)};proto.vertexvis.protobuf.core.Matrix4x4d.prototype.setR0=function(o){t.Message.setWrapperField(this,1,o)};proto.vertexvis.protobuf.core.Matrix4x4d.prototype.clearR0=function(){this.setR0(undefined)};proto.vertexvis.protobuf.core.Matrix4x4d.prototype.hasR0=function(){return t.Message.getField(this,1)!=null};proto.vertexvis.protobuf.core.Matrix4x4d.prototype.getR1=function(){return t.Message.getWrapperField(this,proto.vertexvis.protobuf.core.Vector4d,2)};proto.vertexvis.protobuf.core.Matrix4x4d.prototype.setR1=function(o){t.Message.setWrapperField(this,2,o)};proto.vertexvis.protobuf.core.Matrix4x4d.prototype.clearR1=function(){this.setR1(undefined)};proto.vertexvis.protobuf.core.Matrix4x4d.prototype.hasR1=function(){return t.Message.getField(this,2)!=null};proto.vertexvis.protobuf.core.Matrix4x4d.prototype.getR2=function(){return t.Message.getWrapperField(this,proto.vertexvis.protobuf.core.Vector4d,3)};proto.vertexvis.protobuf.core.Matrix4x4d.prototype.setR2=function(o){t.Message.setWrapperField(this,3,o)};proto.vertexvis.protobuf.core.Matrix4x4d.prototype.clearR2=function(){this.setR2(undefined)};proto.vertexvis.protobuf.core.Matrix4x4d.prototype.hasR2=function(){return t.Message.getField(this,3)!=null};proto.vertexvis.protobuf.core.Matrix4x4d.prototype.getR3=function(){return t.Message.getWrapperField(this,proto.vertexvis.protobuf.core.Vector4d,4)};proto.vertexvis.protobuf.core.Matrix4x4d.prototype.setR3=function(o){t.Message.setWrapperField(this,4,o)};proto.vertexvis.protobuf.core.Matrix4x4d.prototype.clearR3=function(){this.setR3(undefined)};proto.vertexvis.protobuf.core.Matrix4x4d.prototype.hasR3=function(){return t.Message.getField(this,4)!=null};proto.vertexvis.protobuf.core.Dimension2i=function(o){t.Message.initialize(this,o,0,-1,null,null)};n.inherits(proto.vertexvis.protobuf.core.Dimension2i,t.Message);if(n.DEBUG&&!COMPILED){proto.vertexvis.protobuf.core.Dimension2i.displayName="proto.vertexvis.protobuf.core.Dimension2i"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.core.Dimension2i.prototype.toObject=function(o){return proto.vertexvis.protobuf.core.Dimension2i.toObject(o,this)};proto.vertexvis.protobuf.core.Dimension2i.toObject=function(o,r){var n={width:t.Message.getFieldWithDefault(r,1,0),height:t.Message.getFieldWithDefault(r,2,0)};if(o){n.$jspbMessageInstance=r}return n}}proto.vertexvis.protobuf.core.Dimension2i.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.core.Dimension2i;return proto.vertexvis.protobuf.core.Dimension2i.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.core.Dimension2i.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=t.readInt32();o.setWidth(n);break;case 2:var n=t.readInt32();o.setHeight(n);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.core.Dimension2i.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.core.Dimension2i.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.core.Dimension2i.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getWidth();if(r!==0){t.writeInt32(1,r)}r=o.getHeight();if(r!==0){t.writeInt32(2,r)}};proto.vertexvis.protobuf.core.Dimension2i.prototype.getWidth=function(){return t.Message.getFieldWithDefault(this,1,0)};proto.vertexvis.protobuf.core.Dimension2i.prototype.setWidth=function(o){t.Message.setProto3IntField(this,1,o)};proto.vertexvis.protobuf.core.Dimension2i.prototype.getHeight=function(){return t.Message.getFieldWithDefault(this,2,0)};proto.vertexvis.protobuf.core.Dimension2i.prototype.setHeight=function(o){t.Message.setProto3IntField(this,2,o)};proto.vertexvis.protobuf.core.Point2i=function(o){t.Message.initialize(this,o,0,-1,null,null)};n.inherits(proto.vertexvis.protobuf.core.Point2i,t.Message);if(n.DEBUG&&!COMPILED){proto.vertexvis.protobuf.core.Point2i.displayName="proto.vertexvis.protobuf.core.Point2i"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.core.Point2i.prototype.toObject=function(o){return proto.vertexvis.protobuf.core.Point2i.toObject(o,this)};proto.vertexvis.protobuf.core.Point2i.toObject=function(o,r){var n={dx:t.Message.getFieldWithDefault(r,1,0),dy:t.Message.getFieldWithDefault(r,2,0)};if(o){n.$jspbMessageInstance=r}return n}}proto.vertexvis.protobuf.core.Point2i.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.core.Point2i;return proto.vertexvis.protobuf.core.Point2i.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.core.Point2i.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=t.readInt32();o.setDx(n);break;case 2:var n=t.readInt32();o.setDy(n);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.core.Point2i.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.core.Point2i.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.core.Point2i.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getDx();if(r!==0){t.writeInt32(1,r)}r=o.getDy();if(r!==0){t.writeInt32(2,r)}};proto.vertexvis.protobuf.core.Point2i.prototype.getDx=function(){return t.Message.getFieldWithDefault(this,1,0)};proto.vertexvis.protobuf.core.Point2i.prototype.setDx=function(o){t.Message.setProto3IntField(this,1,o)};proto.vertexvis.protobuf.core.Point2i.prototype.getDy=function(){return t.Message.getFieldWithDefault(this,2,0)};proto.vertexvis.protobuf.core.Point2i.prototype.setDy=function(o){t.Message.setProto3IntField(this,2,o)};proto.vertexvis.protobuf.core.BBox2f=function(o){t.Message.initialize(this,o,0,-1,null,null)};n.inherits(proto.vertexvis.protobuf.core.BBox2f,t.Message);if(n.DEBUG&&!COMPILED){proto.vertexvis.protobuf.core.BBox2f.displayName="proto.vertexvis.protobuf.core.BBox2f"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.core.BBox2f.prototype.toObject=function(o){return proto.vertexvis.protobuf.core.BBox2f.toObject(o,this)};proto.vertexvis.protobuf.core.BBox2f.toObject=function(o,t){var r,n={min:(r=t.getMin())&&proto.vertexvis.protobuf.core.Vector2f.toObject(o,r),max:(r=t.getMax())&&proto.vertexvis.protobuf.core.Vector2f.toObject(o,r)};if(o){n.$jspbMessageInstance=t}return n}}proto.vertexvis.protobuf.core.BBox2f.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.core.BBox2f;return proto.vertexvis.protobuf.core.BBox2f.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.core.BBox2f.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=new proto.vertexvis.protobuf.core.Vector2f;t.readMessage(n,proto.vertexvis.protobuf.core.Vector2f.deserializeBinaryFromReader);o.setMin(n);break;case 2:var n=new proto.vertexvis.protobuf.core.Vector2f;t.readMessage(n,proto.vertexvis.protobuf.core.Vector2f.deserializeBinaryFromReader);o.setMax(n);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.core.BBox2f.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.core.BBox2f.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.core.BBox2f.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getMin();if(r!=null){t.writeMessage(1,r,proto.vertexvis.protobuf.core.Vector2f.serializeBinaryToWriter)}r=o.getMax();if(r!=null){t.writeMessage(2,r,proto.vertexvis.protobuf.core.Vector2f.serializeBinaryToWriter)}};proto.vertexvis.protobuf.core.BBox2f.prototype.getMin=function(){return t.Message.getWrapperField(this,proto.vertexvis.protobuf.core.Vector2f,1)};proto.vertexvis.protobuf.core.BBox2f.prototype.setMin=function(o){t.Message.setWrapperField(this,1,o)};proto.vertexvis.protobuf.core.BBox2f.prototype.clearMin=function(){this.setMin(undefined)};proto.vertexvis.protobuf.core.BBox2f.prototype.hasMin=function(){return t.Message.getField(this,1)!=null};proto.vertexvis.protobuf.core.BBox2f.prototype.getMax=function(){return t.Message.getWrapperField(this,proto.vertexvis.protobuf.core.Vector2f,2)};proto.vertexvis.protobuf.core.BBox2f.prototype.setMax=function(o){t.Message.setWrapperField(this,2,o)};proto.vertexvis.protobuf.core.BBox2f.prototype.clearMax=function(){this.setMax(undefined)};proto.vertexvis.protobuf.core.BBox2f.prototype.hasMax=function(){return t.Message.getField(this,2)!=null};proto.vertexvis.protobuf.core.BBox2d=function(o){t.Message.initialize(this,o,0,-1,null,null)};n.inherits(proto.vertexvis.protobuf.core.BBox2d,t.Message);if(n.DEBUG&&!COMPILED){proto.vertexvis.protobuf.core.BBox2d.displayName="proto.vertexvis.protobuf.core.BBox2d"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.core.BBox2d.prototype.toObject=function(o){return proto.vertexvis.protobuf.core.BBox2d.toObject(o,this)};proto.vertexvis.protobuf.core.BBox2d.toObject=function(o,t){var r,n={min:(r=t.getMin())&&proto.vertexvis.protobuf.core.Vector2d.toObject(o,r),max:(r=t.getMax())&&proto.vertexvis.protobuf.core.Vector2d.toObject(o,r)};if(o){n.$jspbMessageInstance=t}return n}}proto.vertexvis.protobuf.core.BBox2d.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.core.BBox2d;return proto.vertexvis.protobuf.core.BBox2d.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.core.BBox2d.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=new proto.vertexvis.protobuf.core.Vector2d;t.readMessage(n,proto.vertexvis.protobuf.core.Vector2d.deserializeBinaryFromReader);o.setMin(n);break;case 2:var n=new proto.vertexvis.protobuf.core.Vector2d;t.readMessage(n,proto.vertexvis.protobuf.core.Vector2d.deserializeBinaryFromReader);o.setMax(n);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.core.BBox2d.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.core.BBox2d.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.core.BBox2d.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getMin();if(r!=null){t.writeMessage(1,r,proto.vertexvis.protobuf.core.Vector2d.serializeBinaryToWriter)}r=o.getMax();if(r!=null){t.writeMessage(2,r,proto.vertexvis.protobuf.core.Vector2d.serializeBinaryToWriter)}};proto.vertexvis.protobuf.core.BBox2d.prototype.getMin=function(){return t.Message.getWrapperField(this,proto.vertexvis.protobuf.core.Vector2d,1)};proto.vertexvis.protobuf.core.BBox2d.prototype.setMin=function(o){t.Message.setWrapperField(this,1,o)};proto.vertexvis.protobuf.core.BBox2d.prototype.clearMin=function(){this.setMin(undefined)};proto.vertexvis.protobuf.core.BBox2d.prototype.hasMin=function(){return t.Message.getField(this,1)!=null};proto.vertexvis.protobuf.core.BBox2d.prototype.getMax=function(){return t.Message.getWrapperField(this,proto.vertexvis.protobuf.core.Vector2d,2)};proto.vertexvis.protobuf.core.BBox2d.prototype.setMax=function(o){t.Message.setWrapperField(this,2,o)};proto.vertexvis.protobuf.core.BBox2d.prototype.clearMax=function(){this.setMax(undefined)};proto.vertexvis.protobuf.core.BBox2d.prototype.hasMax=function(){return t.Message.getField(this,2)!=null};proto.vertexvis.protobuf.core.BBox2i=function(o){t.Message.initialize(this,o,0,-1,null,null)};n.inherits(proto.vertexvis.protobuf.core.BBox2i,t.Message);if(n.DEBUG&&!COMPILED){proto.vertexvis.protobuf.core.BBox2i.displayName="proto.vertexvis.protobuf.core.BBox2i"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.core.BBox2i.prototype.toObject=function(o){return proto.vertexvis.protobuf.core.BBox2i.toObject(o,this)};proto.vertexvis.protobuf.core.BBox2i.toObject=function(o,t){var r,n={min:(r=t.getMin())&&proto.vertexvis.protobuf.core.Vector2i.toObject(o,r),max:(r=t.getMax())&&proto.vertexvis.protobuf.core.Vector2i.toObject(o,r)};if(o){n.$jspbMessageInstance=t}return n}}proto.vertexvis.protobuf.core.BBox2i.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.core.BBox2i;return proto.vertexvis.protobuf.core.BBox2i.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.core.BBox2i.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=new proto.vertexvis.protobuf.core.Vector2i;t.readMessage(n,proto.vertexvis.protobuf.core.Vector2i.deserializeBinaryFromReader);o.setMin(n);break;case 2:var n=new proto.vertexvis.protobuf.core.Vector2i;t.readMessage(n,proto.vertexvis.protobuf.core.Vector2i.deserializeBinaryFromReader);o.setMax(n);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.core.BBox2i.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.core.BBox2i.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.core.BBox2i.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getMin();if(r!=null){t.writeMessage(1,r,proto.vertexvis.protobuf.core.Vector2i.serializeBinaryToWriter)}r=o.getMax();if(r!=null){t.writeMessage(2,r,proto.vertexvis.protobuf.core.Vector2i.serializeBinaryToWriter)}};proto.vertexvis.protobuf.core.BBox2i.prototype.getMin=function(){return t.Message.getWrapperField(this,proto.vertexvis.protobuf.core.Vector2i,1)};proto.vertexvis.protobuf.core.BBox2i.prototype.setMin=function(o){t.Message.setWrapperField(this,1,o)};proto.vertexvis.protobuf.core.BBox2i.prototype.clearMin=function(){this.setMin(undefined)};proto.vertexvis.protobuf.core.BBox2i.prototype.hasMin=function(){return t.Message.getField(this,1)!=null};proto.vertexvis.protobuf.core.BBox2i.prototype.getMax=function(){return t.Message.getWrapperField(this,proto.vertexvis.protobuf.core.Vector2i,2)};proto.vertexvis.protobuf.core.BBox2i.prototype.setMax=function(o){t.Message.setWrapperField(this,2,o)};proto.vertexvis.protobuf.core.BBox2i.prototype.clearMax=function(){this.setMax(undefined)};proto.vertexvis.protobuf.core.BBox2i.prototype.hasMax=function(){return t.Message.getField(this,2)!=null};proto.vertexvis.protobuf.core.BBox3f=function(o){t.Message.initialize(this,o,0,-1,null,null)};n.inherits(proto.vertexvis.protobuf.core.BBox3f,t.Message);if(n.DEBUG&&!COMPILED){proto.vertexvis.protobuf.core.BBox3f.displayName="proto.vertexvis.protobuf.core.BBox3f"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.core.BBox3f.prototype.toObject=function(o){return proto.vertexvis.protobuf.core.BBox3f.toObject(o,this)};proto.vertexvis.protobuf.core.BBox3f.toObject=function(o,t){var r,n={min:(r=t.getMin())&&proto.vertexvis.protobuf.core.Vector3f.toObject(o,r),max:(r=t.getMax())&&proto.vertexvis.protobuf.core.Vector3f.toObject(o,r)};if(o){n.$jspbMessageInstance=t}return n}}proto.vertexvis.protobuf.core.BBox3f.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.core.BBox3f;return proto.vertexvis.protobuf.core.BBox3f.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.core.BBox3f.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=new proto.vertexvis.protobuf.core.Vector3f;t.readMessage(n,proto.vertexvis.protobuf.core.Vector3f.deserializeBinaryFromReader);o.setMin(n);break;case 2:var n=new proto.vertexvis.protobuf.core.Vector3f;t.readMessage(n,proto.vertexvis.protobuf.core.Vector3f.deserializeBinaryFromReader);o.setMax(n);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.core.BBox3f.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.core.BBox3f.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.core.BBox3f.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getMin();if(r!=null){t.writeMessage(1,r,proto.vertexvis.protobuf.core.Vector3f.serializeBinaryToWriter)}r=o.getMax();if(r!=null){t.writeMessage(2,r,proto.vertexvis.protobuf.core.Vector3f.serializeBinaryToWriter)}};proto.vertexvis.protobuf.core.BBox3f.prototype.getMin=function(){return t.Message.getWrapperField(this,proto.vertexvis.protobuf.core.Vector3f,1)};proto.vertexvis.protobuf.core.BBox3f.prototype.setMin=function(o){t.Message.setWrapperField(this,1,o)};proto.vertexvis.protobuf.core.BBox3f.prototype.clearMin=function(){this.setMin(undefined)};proto.vertexvis.protobuf.core.BBox3f.prototype.hasMin=function(){return t.Message.getField(this,1)!=null};proto.vertexvis.protobuf.core.BBox3f.prototype.getMax=function(){return t.Message.getWrapperField(this,proto.vertexvis.protobuf.core.Vector3f,2)};proto.vertexvis.protobuf.core.BBox3f.prototype.setMax=function(o){t.Message.setWrapperField(this,2,o)};proto.vertexvis.protobuf.core.BBox3f.prototype.clearMax=function(){this.setMax(undefined)};proto.vertexvis.protobuf.core.BBox3f.prototype.hasMax=function(){return t.Message.getField(this,2)!=null};proto.vertexvis.protobuf.core.BBox3d=function(o){t.Message.initialize(this,o,0,-1,null,null)};n.inherits(proto.vertexvis.protobuf.core.BBox3d,t.Message);if(n.DEBUG&&!COMPILED){proto.vertexvis.protobuf.core.BBox3d.displayName="proto.vertexvis.protobuf.core.BBox3d"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.core.BBox3d.prototype.toObject=function(o){return proto.vertexvis.protobuf.core.BBox3d.toObject(o,this)};proto.vertexvis.protobuf.core.BBox3d.toObject=function(o,t){var r,n={min:(r=t.getMin())&&proto.vertexvis.protobuf.core.Vector3d.toObject(o,r),max:(r=t.getMax())&&proto.vertexvis.protobuf.core.Vector3d.toObject(o,r)};if(o){n.$jspbMessageInstance=t}return n}}proto.vertexvis.protobuf.core.BBox3d.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.core.BBox3d;return proto.vertexvis.protobuf.core.BBox3d.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.core.BBox3d.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=new proto.vertexvis.protobuf.core.Vector3d;t.readMessage(n,proto.vertexvis.protobuf.core.Vector3d.deserializeBinaryFromReader);o.setMin(n);break;case 2:var n=new proto.vertexvis.protobuf.core.Vector3d;t.readMessage(n,proto.vertexvis.protobuf.core.Vector3d.deserializeBinaryFromReader);o.setMax(n);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.core.BBox3d.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.core.BBox3d.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.core.BBox3d.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getMin();if(r!=null){t.writeMessage(1,r,proto.vertexvis.protobuf.core.Vector3d.serializeBinaryToWriter)}r=o.getMax();if(r!=null){t.writeMessage(2,r,proto.vertexvis.protobuf.core.Vector3d.serializeBinaryToWriter)}};proto.vertexvis.protobuf.core.BBox3d.prototype.getMin=function(){return t.Message.getWrapperField(this,proto.vertexvis.protobuf.core.Vector3d,1)};proto.vertexvis.protobuf.core.BBox3d.prototype.setMin=function(o){t.Message.setWrapperField(this,1,o)};proto.vertexvis.protobuf.core.BBox3d.prototype.clearMin=function(){this.setMin(undefined)};proto.vertexvis.protobuf.core.BBox3d.prototype.hasMin=function(){return t.Message.getField(this,1)!=null};proto.vertexvis.protobuf.core.BBox3d.prototype.getMax=function(){return t.Message.getWrapperField(this,proto.vertexvis.protobuf.core.Vector3d,2)};proto.vertexvis.protobuf.core.BBox3d.prototype.setMax=function(o){t.Message.setWrapperField(this,2,o)};proto.vertexvis.protobuf.core.BBox3d.prototype.clearMax=function(){this.setMax(undefined)};proto.vertexvis.protobuf.core.BBox3d.prototype.hasMax=function(){return t.Message.getField(this,2)!=null};proto.vertexvis.protobuf.core.LinearTransform2f=function(o){t.Message.initialize(this,o,0,-1,null,null)};n.inherits(proto.vertexvis.protobuf.core.LinearTransform2f,t.Message);if(n.DEBUG&&!COMPILED){proto.vertexvis.protobuf.core.LinearTransform2f.displayName="proto.vertexvis.protobuf.core.LinearTransform2f"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.core.LinearTransform2f.prototype.toObject=function(o){return proto.vertexvis.protobuf.core.LinearTransform2f.toObject(o,this)};proto.vertexvis.protobuf.core.LinearTransform2f.toObject=function(o,t){var r,n={basisX:(r=t.getBasisX())&&proto.vertexvis.protobuf.core.Vector2f.toObject(o,r),basisY:(r=t.getBasisY())&&proto.vertexvis.protobuf.core.Vector2f.toObject(o,r)};if(o){n.$jspbMessageInstance=t}return n}}proto.vertexvis.protobuf.core.LinearTransform2f.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.core.LinearTransform2f;return proto.vertexvis.protobuf.core.LinearTransform2f.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.core.LinearTransform2f.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=new proto.vertexvis.protobuf.core.Vector2f;t.readMessage(n,proto.vertexvis.protobuf.core.Vector2f.deserializeBinaryFromReader);o.setBasisX(n);break;case 2:var n=new proto.vertexvis.protobuf.core.Vector2f;t.readMessage(n,proto.vertexvis.protobuf.core.Vector2f.deserializeBinaryFromReader);o.setBasisY(n);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.core.LinearTransform2f.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.core.LinearTransform2f.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.core.LinearTransform2f.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getBasisX();if(r!=null){t.writeMessage(1,r,proto.vertexvis.protobuf.core.Vector2f.serializeBinaryToWriter)}r=o.getBasisY();if(r!=null){t.writeMessage(2,r,proto.vertexvis.protobuf.core.Vector2f.serializeBinaryToWriter)}};proto.vertexvis.protobuf.core.LinearTransform2f.prototype.getBasisX=function(){return t.Message.getWrapperField(this,proto.vertexvis.protobuf.core.Vector2f,1)};proto.vertexvis.protobuf.core.LinearTransform2f.prototype.setBasisX=function(o){t.Message.setWrapperField(this,1,o)};proto.vertexvis.protobuf.core.LinearTransform2f.prototype.clearBasisX=function(){this.setBasisX(undefined)};proto.vertexvis.protobuf.core.LinearTransform2f.prototype.hasBasisX=function(){return t.Message.getField(this,1)!=null};proto.vertexvis.protobuf.core.LinearTransform2f.prototype.getBasisY=function(){return t.Message.getWrapperField(this,proto.vertexvis.protobuf.core.Vector2f,2)};proto.vertexvis.protobuf.core.LinearTransform2f.prototype.setBasisY=function(o){t.Message.setWrapperField(this,2,o)};proto.vertexvis.protobuf.core.LinearTransform2f.prototype.clearBasisY=function(){this.setBasisY(undefined)};proto.vertexvis.protobuf.core.LinearTransform2f.prototype.hasBasisY=function(){return t.Message.getField(this,2)!=null};proto.vertexvis.protobuf.core.LinearTransform2d=function(o){t.Message.initialize(this,o,0,-1,null,null)};n.inherits(proto.vertexvis.protobuf.core.LinearTransform2d,t.Message);if(n.DEBUG&&!COMPILED){proto.vertexvis.protobuf.core.LinearTransform2d.displayName="proto.vertexvis.protobuf.core.LinearTransform2d"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.core.LinearTransform2d.prototype.toObject=function(o){return proto.vertexvis.protobuf.core.LinearTransform2d.toObject(o,this)};proto.vertexvis.protobuf.core.LinearTransform2d.toObject=function(o,t){var r,n={basisX:(r=t.getBasisX())&&proto.vertexvis.protobuf.core.Vector2d.toObject(o,r),basisY:(r=t.getBasisY())&&proto.vertexvis.protobuf.core.Vector2d.toObject(o,r)};if(o){n.$jspbMessageInstance=t}return n}}proto.vertexvis.protobuf.core.LinearTransform2d.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.core.LinearTransform2d;return proto.vertexvis.protobuf.core.LinearTransform2d.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.core.LinearTransform2d.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=new proto.vertexvis.protobuf.core.Vector2d;t.readMessage(n,proto.vertexvis.protobuf.core.Vector2d.deserializeBinaryFromReader);o.setBasisX(n);break;case 2:var n=new proto.vertexvis.protobuf.core.Vector2d;t.readMessage(n,proto.vertexvis.protobuf.core.Vector2d.deserializeBinaryFromReader);o.setBasisY(n);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.core.LinearTransform2d.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.core.LinearTransform2d.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.core.LinearTransform2d.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getBasisX();if(r!=null){t.writeMessage(1,r,proto.vertexvis.protobuf.core.Vector2d.serializeBinaryToWriter)}r=o.getBasisY();if(r!=null){t.writeMessage(2,r,proto.vertexvis.protobuf.core.Vector2d.serializeBinaryToWriter)}};proto.vertexvis.protobuf.core.LinearTransform2d.prototype.getBasisX=function(){return t.Message.getWrapperField(this,proto.vertexvis.protobuf.core.Vector2d,1)};proto.vertexvis.protobuf.core.LinearTransform2d.prototype.setBasisX=function(o){t.Message.setWrapperField(this,1,o)};proto.vertexvis.protobuf.core.LinearTransform2d.prototype.clearBasisX=function(){this.setBasisX(undefined)};proto.vertexvis.protobuf.core.LinearTransform2d.prototype.hasBasisX=function(){return t.Message.getField(this,1)!=null};proto.vertexvis.protobuf.core.LinearTransform2d.prototype.getBasisY=function(){return t.Message.getWrapperField(this,proto.vertexvis.protobuf.core.Vector2d,2)};proto.vertexvis.protobuf.core.LinearTransform2d.prototype.setBasisY=function(o){t.Message.setWrapperField(this,2,o)};proto.vertexvis.protobuf.core.LinearTransform2d.prototype.clearBasisY=function(){this.setBasisY(undefined)};proto.vertexvis.protobuf.core.LinearTransform2d.prototype.hasBasisY=function(){return t.Message.getField(this,2)!=null};proto.vertexvis.protobuf.core.LinearTransform3f=function(o){t.Message.initialize(this,o,0,-1,null,null)};n.inherits(proto.vertexvis.protobuf.core.LinearTransform3f,t.Message);if(n.DEBUG&&!COMPILED){proto.vertexvis.protobuf.core.LinearTransform3f.displayName="proto.vertexvis.protobuf.core.LinearTransform3f"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.core.LinearTransform3f.prototype.toObject=function(o){return proto.vertexvis.protobuf.core.LinearTransform3f.toObject(o,this)};proto.vertexvis.protobuf.core.LinearTransform3f.toObject=function(o,t){var r,n={basisX:(r=t.getBasisX())&&proto.vertexvis.protobuf.core.Vector3f.toObject(o,r),basisY:(r=t.getBasisY())&&proto.vertexvis.protobuf.core.Vector3f.toObject(o,r),basisZ:(r=t.getBasisZ())&&proto.vertexvis.protobuf.core.Vector3f.toObject(o,r)};if(o){n.$jspbMessageInstance=t}return n}}proto.vertexvis.protobuf.core.LinearTransform3f.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.core.LinearTransform3f;return proto.vertexvis.protobuf.core.LinearTransform3f.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.core.LinearTransform3f.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=new proto.vertexvis.protobuf.core.Vector3f;t.readMessage(n,proto.vertexvis.protobuf.core.Vector3f.deserializeBinaryFromReader);o.setBasisX(n);break;case 2:var n=new proto.vertexvis.protobuf.core.Vector3f;t.readMessage(n,proto.vertexvis.protobuf.core.Vector3f.deserializeBinaryFromReader);o.setBasisY(n);break;case 3:var n=new proto.vertexvis.protobuf.core.Vector3f;t.readMessage(n,proto.vertexvis.protobuf.core.Vector3f.deserializeBinaryFromReader);o.setBasisZ(n);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.core.LinearTransform3f.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.core.LinearTransform3f.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.core.LinearTransform3f.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getBasisX();if(r!=null){t.writeMessage(1,r,proto.vertexvis.protobuf.core.Vector3f.serializeBinaryToWriter)}r=o.getBasisY();if(r!=null){t.writeMessage(2,r,proto.vertexvis.protobuf.core.Vector3f.serializeBinaryToWriter)}r=o.getBasisZ();if(r!=null){t.writeMessage(3,r,proto.vertexvis.protobuf.core.Vector3f.serializeBinaryToWriter)}};proto.vertexvis.protobuf.core.LinearTransform3f.prototype.getBasisX=function(){return t.Message.getWrapperField(this,proto.vertexvis.protobuf.core.Vector3f,1)};proto.vertexvis.protobuf.core.LinearTransform3f.prototype.setBasisX=function(o){t.Message.setWrapperField(this,1,o)};proto.vertexvis.protobuf.core.LinearTransform3f.prototype.clearBasisX=function(){this.setBasisX(undefined)};proto.vertexvis.protobuf.core.LinearTransform3f.prototype.hasBasisX=function(){return t.Message.getField(this,1)!=null};proto.vertexvis.protobuf.core.LinearTransform3f.prototype.getBasisY=function(){return t.Message.getWrapperField(this,proto.vertexvis.protobuf.core.Vector3f,2)};proto.vertexvis.protobuf.core.LinearTransform3f.prototype.setBasisY=function(o){t.Message.setWrapperField(this,2,o)};proto.vertexvis.protobuf.core.LinearTransform3f.prototype.clearBasisY=function(){this.setBasisY(undefined)};proto.vertexvis.protobuf.core.LinearTransform3f.prototype.hasBasisY=function(){return t.Message.getField(this,2)!=null};proto.vertexvis.protobuf.core.LinearTransform3f.prototype.getBasisZ=function(){return t.Message.getWrapperField(this,proto.vertexvis.protobuf.core.Vector3f,3)};proto.vertexvis.protobuf.core.LinearTransform3f.prototype.setBasisZ=function(o){t.Message.setWrapperField(this,3,o)};proto.vertexvis.protobuf.core.LinearTransform3f.prototype.clearBasisZ=function(){this.setBasisZ(undefined)};proto.vertexvis.protobuf.core.LinearTransform3f.prototype.hasBasisZ=function(){return t.Message.getField(this,3)!=null};proto.vertexvis.protobuf.core.LinearTransform3d=function(o){t.Message.initialize(this,o,0,-1,null,null)};n.inherits(proto.vertexvis.protobuf.core.LinearTransform3d,t.Message);if(n.DEBUG&&!COMPILED){proto.vertexvis.protobuf.core.LinearTransform3d.displayName="proto.vertexvis.protobuf.core.LinearTransform3d"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.core.LinearTransform3d.prototype.toObject=function(o){return proto.vertexvis.protobuf.core.LinearTransform3d.toObject(o,this)};proto.vertexvis.protobuf.core.LinearTransform3d.toObject=function(o,t){var r,n={basisX:(r=t.getBasisX())&&proto.vertexvis.protobuf.core.Vector3d.toObject(o,r),basisY:(r=t.getBasisY())&&proto.vertexvis.protobuf.core.Vector3d.toObject(o,r),basisZ:(r=t.getBasisZ())&&proto.vertexvis.protobuf.core.Vector3d.toObject(o,r)};if(o){n.$jspbMessageInstance=t}return n}}proto.vertexvis.protobuf.core.LinearTransform3d.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.core.LinearTransform3d;return proto.vertexvis.protobuf.core.LinearTransform3d.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.core.LinearTransform3d.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=new proto.vertexvis.protobuf.core.Vector3d;t.readMessage(n,proto.vertexvis.protobuf.core.Vector3d.deserializeBinaryFromReader);o.setBasisX(n);break;case 2:var n=new proto.vertexvis.protobuf.core.Vector3d;t.readMessage(n,proto.vertexvis.protobuf.core.Vector3d.deserializeBinaryFromReader);o.setBasisY(n);break;case 3:var n=new proto.vertexvis.protobuf.core.Vector3d;t.readMessage(n,proto.vertexvis.protobuf.core.Vector3d.deserializeBinaryFromReader);o.setBasisZ(n);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.core.LinearTransform3d.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.core.LinearTransform3d.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.core.LinearTransform3d.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getBasisX();if(r!=null){t.writeMessage(1,r,proto.vertexvis.protobuf.core.Vector3d.serializeBinaryToWriter)}r=o.getBasisY();if(r!=null){t.writeMessage(2,r,proto.vertexvis.protobuf.core.Vector3d.serializeBinaryToWriter)}r=o.getBasisZ();if(r!=null){t.writeMessage(3,r,proto.vertexvis.protobuf.core.Vector3d.serializeBinaryToWriter)}};proto.vertexvis.protobuf.core.LinearTransform3d.prototype.getBasisX=function(){return t.Message.getWrapperField(this,proto.vertexvis.protobuf.core.Vector3d,1)};proto.vertexvis.protobuf.core.LinearTransform3d.prototype.setBasisX=function(o){t.Message.setWrapperField(this,1,o)};proto.vertexvis.protobuf.core.LinearTransform3d.prototype.clearBasisX=function(){this.setBasisX(undefined)};proto.vertexvis.protobuf.core.LinearTransform3d.prototype.hasBasisX=function(){return t.Message.getField(this,1)!=null};proto.vertexvis.protobuf.core.LinearTransform3d.prototype.getBasisY=function(){return t.Message.getWrapperField(this,proto.vertexvis.protobuf.core.Vector3d,2)};proto.vertexvis.protobuf.core.LinearTransform3d.prototype.setBasisY=function(o){t.Message.setWrapperField(this,2,o)};proto.vertexvis.protobuf.core.LinearTransform3d.prototype.clearBasisY=function(){this.setBasisY(undefined)};proto.vertexvis.protobuf.core.LinearTransform3d.prototype.hasBasisY=function(){return t.Message.getField(this,2)!=null};proto.vertexvis.protobuf.core.LinearTransform3d.prototype.getBasisZ=function(){return t.Message.getWrapperField(this,proto.vertexvis.protobuf.core.Vector3d,3)};proto.vertexvis.protobuf.core.LinearTransform3d.prototype.setBasisZ=function(o){t.Message.setWrapperField(this,3,o)};proto.vertexvis.protobuf.core.LinearTransform3d.prototype.clearBasisZ=function(){this.setBasisZ(undefined)};proto.vertexvis.protobuf.core.LinearTransform3d.prototype.hasBasisZ=function(){return t.Message.getField(this,3)!=null};proto.vertexvis.protobuf.core.AffineTransform2f=function(o){t.Message.initialize(this,o,0,-1,null,null)};n.inherits(proto.vertexvis.protobuf.core.AffineTransform2f,t.Message);if(n.DEBUG&&!COMPILED){proto.vertexvis.protobuf.core.AffineTransform2f.displayName="proto.vertexvis.protobuf.core.AffineTransform2f"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.core.AffineTransform2f.prototype.toObject=function(o){return proto.vertexvis.protobuf.core.AffineTransform2f.toObject(o,this)};proto.vertexvis.protobuf.core.AffineTransform2f.toObject=function(o,t){var r,n={transform:(r=t.getTransform())&&proto.vertexvis.protobuf.core.LinearTransform2f.toObject(o,r),pos:(r=t.getPos())&&proto.vertexvis.protobuf.core.Vector2f.toObject(o,r)};if(o){n.$jspbMessageInstance=t}return n}}proto.vertexvis.protobuf.core.AffineTransform2f.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.core.AffineTransform2f;return proto.vertexvis.protobuf.core.AffineTransform2f.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.core.AffineTransform2f.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=new proto.vertexvis.protobuf.core.LinearTransform2f;t.readMessage(n,proto.vertexvis.protobuf.core.LinearTransform2f.deserializeBinaryFromReader);o.setTransform(n);break;case 2:var n=new proto.vertexvis.protobuf.core.Vector2f;t.readMessage(n,proto.vertexvis.protobuf.core.Vector2f.deserializeBinaryFromReader);o.setPos(n);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.core.AffineTransform2f.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.core.AffineTransform2f.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.core.AffineTransform2f.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getTransform();if(r!=null){t.writeMessage(1,r,proto.vertexvis.protobuf.core.LinearTransform2f.serializeBinaryToWriter)}r=o.getPos();if(r!=null){t.writeMessage(2,r,proto.vertexvis.protobuf.core.Vector2f.serializeBinaryToWriter)}};proto.vertexvis.protobuf.core.AffineTransform2f.prototype.getTransform=function(){return t.Message.getWrapperField(this,proto.vertexvis.protobuf.core.LinearTransform2f,1)};proto.vertexvis.protobuf.core.AffineTransform2f.prototype.setTransform=function(o){t.Message.setWrapperField(this,1,o)};proto.vertexvis.protobuf.core.AffineTransform2f.prototype.clearTransform=function(){this.setTransform(undefined)};proto.vertexvis.protobuf.core.AffineTransform2f.prototype.hasTransform=function(){return t.Message.getField(this,1)!=null};proto.vertexvis.protobuf.core.AffineTransform2f.prototype.getPos=function(){return t.Message.getWrapperField(this,proto.vertexvis.protobuf.core.Vector2f,2)};proto.vertexvis.protobuf.core.AffineTransform2f.prototype.setPos=function(o){t.Message.setWrapperField(this,2,o)};proto.vertexvis.protobuf.core.AffineTransform2f.prototype.clearPos=function(){this.setPos(undefined)};proto.vertexvis.protobuf.core.AffineTransform2f.prototype.hasPos=function(){return t.Message.getField(this,2)!=null};proto.vertexvis.protobuf.core.AffineTransform2d=function(o){t.Message.initialize(this,o,0,-1,null,null)};n.inherits(proto.vertexvis.protobuf.core.AffineTransform2d,t.Message);if(n.DEBUG&&!COMPILED){proto.vertexvis.protobuf.core.AffineTransform2d.displayName="proto.vertexvis.protobuf.core.AffineTransform2d"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.core.AffineTransform2d.prototype.toObject=function(o){return proto.vertexvis.protobuf.core.AffineTransform2d.toObject(o,this)};proto.vertexvis.protobuf.core.AffineTransform2d.toObject=function(o,t){var r,n={transform:(r=t.getTransform())&&proto.vertexvis.protobuf.core.LinearTransform2d.toObject(o,r),pos:(r=t.getPos())&&proto.vertexvis.protobuf.core.Vector2d.toObject(o,r)};if(o){n.$jspbMessageInstance=t}return n}}proto.vertexvis.protobuf.core.AffineTransform2d.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.core.AffineTransform2d;return proto.vertexvis.protobuf.core.AffineTransform2d.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.core.AffineTransform2d.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=new proto.vertexvis.protobuf.core.LinearTransform2d;t.readMessage(n,proto.vertexvis.protobuf.core.LinearTransform2d.deserializeBinaryFromReader);o.setTransform(n);break;case 2:var n=new proto.vertexvis.protobuf.core.Vector2d;t.readMessage(n,proto.vertexvis.protobuf.core.Vector2d.deserializeBinaryFromReader);o.setPos(n);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.core.AffineTransform2d.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.core.AffineTransform2d.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.core.AffineTransform2d.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getTransform();if(r!=null){t.writeMessage(1,r,proto.vertexvis.protobuf.core.LinearTransform2d.serializeBinaryToWriter)}r=o.getPos();if(r!=null){t.writeMessage(2,r,proto.vertexvis.protobuf.core.Vector2d.serializeBinaryToWriter)}};proto.vertexvis.protobuf.core.AffineTransform2d.prototype.getTransform=function(){return t.Message.getWrapperField(this,proto.vertexvis.protobuf.core.LinearTransform2d,1)};proto.vertexvis.protobuf.core.AffineTransform2d.prototype.setTransform=function(o){t.Message.setWrapperField(this,1,o)};proto.vertexvis.protobuf.core.AffineTransform2d.prototype.clearTransform=function(){this.setTransform(undefined)};proto.vertexvis.protobuf.core.AffineTransform2d.prototype.hasTransform=function(){return t.Message.getField(this,1)!=null};proto.vertexvis.protobuf.core.AffineTransform2d.prototype.getPos=function(){return t.Message.getWrapperField(this,proto.vertexvis.protobuf.core.Vector2d,2)};proto.vertexvis.protobuf.core.AffineTransform2d.prototype.setPos=function(o){t.Message.setWrapperField(this,2,o)};proto.vertexvis.protobuf.core.AffineTransform2d.prototype.clearPos=function(){this.setPos(undefined)};proto.vertexvis.protobuf.core.AffineTransform2d.prototype.hasPos=function(){return t.Message.getField(this,2)!=null};proto.vertexvis.protobuf.core.AffineTransform3f=function(o){t.Message.initialize(this,o,0,-1,null,null)};n.inherits(proto.vertexvis.protobuf.core.AffineTransform3f,t.Message);if(n.DEBUG&&!COMPILED){proto.vertexvis.protobuf.core.AffineTransform3f.displayName="proto.vertexvis.protobuf.core.AffineTransform3f"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.core.AffineTransform3f.prototype.toObject=function(o){return proto.vertexvis.protobuf.core.AffineTransform3f.toObject(o,this)};proto.vertexvis.protobuf.core.AffineTransform3f.toObject=function(o,t){var r,n={transform:(r=t.getTransform())&&proto.vertexvis.protobuf.core.LinearTransform3f.toObject(o,r),pos:(r=t.getPos())&&proto.vertexvis.protobuf.core.Vector3f.toObject(o,r)};if(o){n.$jspbMessageInstance=t}return n}}proto.vertexvis.protobuf.core.AffineTransform3f.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.core.AffineTransform3f;return proto.vertexvis.protobuf.core.AffineTransform3f.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.core.AffineTransform3f.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=new proto.vertexvis.protobuf.core.LinearTransform3f;t.readMessage(n,proto.vertexvis.protobuf.core.LinearTransform3f.deserializeBinaryFromReader);o.setTransform(n);break;case 2:var n=new proto.vertexvis.protobuf.core.Vector3f;t.readMessage(n,proto.vertexvis.protobuf.core.Vector3f.deserializeBinaryFromReader);o.setPos(n);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.core.AffineTransform3f.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.core.AffineTransform3f.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.core.AffineTransform3f.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getTransform();if(r!=null){t.writeMessage(1,r,proto.vertexvis.protobuf.core.LinearTransform3f.serializeBinaryToWriter)}r=o.getPos();if(r!=null){t.writeMessage(2,r,proto.vertexvis.protobuf.core.Vector3f.serializeBinaryToWriter)}};proto.vertexvis.protobuf.core.AffineTransform3f.prototype.getTransform=function(){return t.Message.getWrapperField(this,proto.vertexvis.protobuf.core.LinearTransform3f,1)};proto.vertexvis.protobuf.core.AffineTransform3f.prototype.setTransform=function(o){t.Message.setWrapperField(this,1,o)};proto.vertexvis.protobuf.core.AffineTransform3f.prototype.clearTransform=function(){this.setTransform(undefined)};proto.vertexvis.protobuf.core.AffineTransform3f.prototype.hasTransform=function(){return t.Message.getField(this,1)!=null};proto.vertexvis.protobuf.core.AffineTransform3f.prototype.getPos=function(){return t.Message.getWrapperField(this,proto.vertexvis.protobuf.core.Vector3f,2)};proto.vertexvis.protobuf.core.AffineTransform3f.prototype.setPos=function(o){t.Message.setWrapperField(this,2,o)};proto.vertexvis.protobuf.core.AffineTransform3f.prototype.clearPos=function(){this.setPos(undefined)};proto.vertexvis.protobuf.core.AffineTransform3f.prototype.hasPos=function(){return t.Message.getField(this,2)!=null};proto.vertexvis.protobuf.core.AffineTransform3d=function(o){t.Message.initialize(this,o,0,-1,null,null)};n.inherits(proto.vertexvis.protobuf.core.AffineTransform3d,t.Message);if(n.DEBUG&&!COMPILED){proto.vertexvis.protobuf.core.AffineTransform3d.displayName="proto.vertexvis.protobuf.core.AffineTransform3d"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.core.AffineTransform3d.prototype.toObject=function(o){return proto.vertexvis.protobuf.core.AffineTransform3d.toObject(o,this)};proto.vertexvis.protobuf.core.AffineTransform3d.toObject=function(o,t){var r,n={transform:(r=t.getTransform())&&proto.vertexvis.protobuf.core.LinearTransform3d.toObject(o,r),pos:(r=t.getPos())&&proto.vertexvis.protobuf.core.Vector3d.toObject(o,r)};if(o){n.$jspbMessageInstance=t}return n}}proto.vertexvis.protobuf.core.AffineTransform3d.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.core.AffineTransform3d;return proto.vertexvis.protobuf.core.AffineTransform3d.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.core.AffineTransform3d.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=new proto.vertexvis.protobuf.core.LinearTransform3d;t.readMessage(n,proto.vertexvis.protobuf.core.LinearTransform3d.deserializeBinaryFromReader);o.setTransform(n);break;case 2:var n=new proto.vertexvis.protobuf.core.Vector3d;t.readMessage(n,proto.vertexvis.protobuf.core.Vector3d.deserializeBinaryFromReader);o.setPos(n);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.core.AffineTransform3d.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.core.AffineTransform3d.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.core.AffineTransform3d.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getTransform();if(r!=null){t.writeMessage(1,r,proto.vertexvis.protobuf.core.LinearTransform3d.serializeBinaryToWriter)}r=o.getPos();if(r!=null){t.writeMessage(2,r,proto.vertexvis.protobuf.core.Vector3d.serializeBinaryToWriter)}};proto.vertexvis.protobuf.core.AffineTransform3d.prototype.getTransform=function(){return t.Message.getWrapperField(this,proto.vertexvis.protobuf.core.LinearTransform3d,1)};proto.vertexvis.protobuf.core.AffineTransform3d.prototype.setTransform=function(o){t.Message.setWrapperField(this,1,o)};proto.vertexvis.protobuf.core.AffineTransform3d.prototype.clearTransform=function(){this.setTransform(undefined)};proto.vertexvis.protobuf.core.AffineTransform3d.prototype.hasTransform=function(){return t.Message.getField(this,1)!=null};proto.vertexvis.protobuf.core.AffineTransform3d.prototype.getPos=function(){return t.Message.getWrapperField(this,proto.vertexvis.protobuf.core.Vector3d,2)};proto.vertexvis.protobuf.core.AffineTransform3d.prototype.setPos=function(o){t.Message.setWrapperField(this,2,o)};proto.vertexvis.protobuf.core.AffineTransform3d.prototype.clearPos=function(){this.setPos(undefined)};proto.vertexvis.protobuf.core.AffineTransform3d.prototype.hasPos=function(){return t.Message.getField(this,2)!=null};proto.vertexvis.protobuf.core.Plane=function(o){t.Message.initialize(this,o,0,-1,null,null)};n.inherits(proto.vertexvis.protobuf.core.Plane,t.Message);if(n.DEBUG&&!COMPILED){proto.vertexvis.protobuf.core.Plane.displayName="proto.vertexvis.protobuf.core.Plane"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.core.Plane.prototype.toObject=function(o){return proto.vertexvis.protobuf.core.Plane.toObject(o,this)};proto.vertexvis.protobuf.core.Plane.toObject=function(o,r){var n,i={normal:(n=r.getNormal())&&proto.vertexvis.protobuf.core.Vector3d.toObject(o,n),d:+t.Message.getFieldWithDefault(r,2,0)};if(o){i.$jspbMessageInstance=r}return i}}proto.vertexvis.protobuf.core.Plane.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.core.Plane;return proto.vertexvis.protobuf.core.Plane.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.core.Plane.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=new proto.vertexvis.protobuf.core.Vector3d;t.readMessage(n,proto.vertexvis.protobuf.core.Vector3d.deserializeBinaryFromReader);o.setNormal(n);break;case 2:var n=t.readDouble();o.setD(n);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.core.Plane.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.core.Plane.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.core.Plane.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getNormal();if(r!=null){t.writeMessage(1,r,proto.vertexvis.protobuf.core.Vector3d.serializeBinaryToWriter)}r=o.getD();if(r!==0){t.writeDouble(2,r)}};proto.vertexvis.protobuf.core.Plane.prototype.getNormal=function(){return t.Message.getWrapperField(this,proto.vertexvis.protobuf.core.Vector3d,1)};proto.vertexvis.protobuf.core.Plane.prototype.setNormal=function(o){t.Message.setWrapperField(this,1,o)};proto.vertexvis.protobuf.core.Plane.prototype.clearNormal=function(){this.setNormal(undefined)};proto.vertexvis.protobuf.core.Plane.prototype.hasNormal=function(){return t.Message.getField(this,1)!=null};proto.vertexvis.protobuf.core.Plane.prototype.getD=function(){return+t.Message.getFieldWithDefault(this,2,0)};proto.vertexvis.protobuf.core.Plane.prototype.setD=function(o){t.Message.setProto3FloatField(this,2,o)};n.object.extend(r,proto.vertexvis.protobuf.core)}));var p=o((function(o,r){var n=t;var i=function(){if(this){return this}if(typeof window!=="undefined"){return window}if(typeof i!=="undefined"){return i}if(typeof self!=="undefined"){return self}return Function("return this")()}.call(null);n.exportSymbol("proto.google.protobuf.Timestamp",null,i);proto.google.protobuf.Timestamp=function(o){t.Message.initialize(this,o,0,-1,null,null)};n.inherits(proto.google.protobuf.Timestamp,t.Message);if(n.DEBUG&&!COMPILED){proto.google.protobuf.Timestamp.displayName="proto.google.protobuf.Timestamp"}if(t.Message.GENERATE_TO_OBJECT){proto.google.protobuf.Timestamp.prototype.toObject=function(o){return proto.google.protobuf.Timestamp.toObject(o,this)};proto.google.protobuf.Timestamp.toObject=function(o,r){var n={seconds:t.Message.getFieldWithDefault(r,1,0),nanos:t.Message.getFieldWithDefault(r,2,0)};if(o){n.$jspbMessageInstance=r}return n}}proto.google.protobuf.Timestamp.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.google.protobuf.Timestamp;return proto.google.protobuf.Timestamp.deserializeBinaryFromReader(n,r)};proto.google.protobuf.Timestamp.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=t.readInt64();o.setSeconds(n);break;case 2:var n=t.readInt32();o.setNanos(n);break;default:t.skipField();break}}return o};proto.google.protobuf.Timestamp.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.google.protobuf.Timestamp.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.google.protobuf.Timestamp.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getSeconds();if(r!==0){t.writeInt64(1,r)}r=o.getNanos();if(r!==0){t.writeInt32(2,r)}};proto.google.protobuf.Timestamp.prototype.getSeconds=function(){return t.Message.getFieldWithDefault(this,1,0)};proto.google.protobuf.Timestamp.prototype.setSeconds=function(o){return t.Message.setProto3IntField(this,1,o)};proto.google.protobuf.Timestamp.prototype.getNanos=function(){return t.Message.getFieldWithDefault(this,2,0)};proto.google.protobuf.Timestamp.prototype.setNanos=function(o){return t.Message.setProto3IntField(this,2,o)};n.object.extend(r,proto.google.protobuf);proto.google.protobuf.Timestamp.prototype.toDate=function(){var o=this.getSeconds();var t=this.getNanos();return new Date(o*1e3+t/1e6)};proto.google.protobuf.Timestamp.prototype.fromDate=function(o){this.setSeconds(Math.floor(o.getTime()/1e3));this.setNanos(o.getMilliseconds()*1e6)};proto.google.protobuf.Timestamp.fromDate=function(o){var t=new proto.google.protobuf.Timestamp;t.fromDate(o);return t}}));var f=o((function(o,r){var i=t;var e=Function("return this")();i.exportSymbol("proto.vertexvis.protobuf.core.ItemModelView",null,e);i.exportSymbol("proto.vertexvis.protobuf.core.ModelView",null,e);i.exportSymbol("proto.vertexvis.protobuf.core.PmiAnnotation",null,e);proto.vertexvis.protobuf.core.ModelView=function(o){t.Message.initialize(this,o,0,-1,null,null)};i.inherits(proto.vertexvis.protobuf.core.ModelView,t.Message);if(i.DEBUG&&!COMPILED){proto.vertexvis.protobuf.core.ModelView.displayName="proto.vertexvis.protobuf.core.ModelView"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.core.ModelView.prototype.toObject=function(o){return proto.vertexvis.protobuf.core.ModelView.toObject(o,this)};proto.vertexvis.protobuf.core.ModelView.toObject=function(o,r){var i,e={id:(i=r.getId())&&n.Uuid2l.toObject(o,i),partRevisionId:(i=r.getPartRevisionId())&&n.Uuid2l.toObject(o,i),displayName:t.Message.getFieldWithDefault(r,3,"")};if(o){e.$jspbMessageInstance=r}return e}}proto.vertexvis.protobuf.core.ModelView.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.core.ModelView;return proto.vertexvis.protobuf.core.ModelView.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.core.ModelView.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var i=new n.Uuid2l;t.readMessage(i,n.Uuid2l.deserializeBinaryFromReader);o.setId(i);break;case 2:var i=new n.Uuid2l;t.readMessage(i,n.Uuid2l.deserializeBinaryFromReader);o.setPartRevisionId(i);break;case 3:var i=t.readString();o.setDisplayName(i);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.core.ModelView.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.core.ModelView.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.core.ModelView.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getId();if(r!=null){t.writeMessage(1,r,n.Uuid2l.serializeBinaryToWriter)}r=o.getPartRevisionId();if(r!=null){t.writeMessage(2,r,n.Uuid2l.serializeBinaryToWriter)}r=o.getDisplayName();if(r.length>0){t.writeString(3,r)}};proto.vertexvis.protobuf.core.ModelView.prototype.getId=function(){return t.Message.getWrapperField(this,n.Uuid2l,1)};proto.vertexvis.protobuf.core.ModelView.prototype.setId=function(o){t.Message.setWrapperField(this,1,o)};proto.vertexvis.protobuf.core.ModelView.prototype.clearId=function(){this.setId(undefined)};proto.vertexvis.protobuf.core.ModelView.prototype.hasId=function(){return t.Message.getField(this,1)!=null};proto.vertexvis.protobuf.core.ModelView.prototype.getPartRevisionId=function(){return t.Message.getWrapperField(this,n.Uuid2l,2)};proto.vertexvis.protobuf.core.ModelView.prototype.setPartRevisionId=function(o){t.Message.setWrapperField(this,2,o)};proto.vertexvis.protobuf.core.ModelView.prototype.clearPartRevisionId=function(){this.setPartRevisionId(undefined)};proto.vertexvis.protobuf.core.ModelView.prototype.hasPartRevisionId=function(){return t.Message.getField(this,2)!=null};proto.vertexvis.protobuf.core.ModelView.prototype.getDisplayName=function(){return t.Message.getFieldWithDefault(this,3,"")};proto.vertexvis.protobuf.core.ModelView.prototype.setDisplayName=function(o){t.Message.setProto3StringField(this,3,o)};proto.vertexvis.protobuf.core.ItemModelView=function(o){t.Message.initialize(this,o,0,-1,null,null)};i.inherits(proto.vertexvis.protobuf.core.ItemModelView,t.Message);if(i.DEBUG&&!COMPILED){proto.vertexvis.protobuf.core.ItemModelView.displayName="proto.vertexvis.protobuf.core.ItemModelView"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.core.ItemModelView.prototype.toObject=function(o){return proto.vertexvis.protobuf.core.ItemModelView.toObject(o,this)};proto.vertexvis.protobuf.core.ItemModelView.toObject=function(o,t){var r,i={modelViewId:(r=t.getModelViewId())&&n.Uuid2l.toObject(o,r),sceneItemId:(r=t.getSceneItemId())&&n.Uuid2l.toObject(o,r)};if(o){i.$jspbMessageInstance=t}return i}}proto.vertexvis.protobuf.core.ItemModelView.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.core.ItemModelView;return proto.vertexvis.protobuf.core.ItemModelView.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.core.ItemModelView.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var i=new n.Uuid2l;t.readMessage(i,n.Uuid2l.deserializeBinaryFromReader);o.setModelViewId(i);break;case 2:var i=new n.Uuid2l;t.readMessage(i,n.Uuid2l.deserializeBinaryFromReader);o.setSceneItemId(i);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.core.ItemModelView.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.core.ItemModelView.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.core.ItemModelView.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getModelViewId();if(r!=null){t.writeMessage(1,r,n.Uuid2l.serializeBinaryToWriter)}r=o.getSceneItemId();if(r!=null){t.writeMessage(2,r,n.Uuid2l.serializeBinaryToWriter)}};proto.vertexvis.protobuf.core.ItemModelView.prototype.getModelViewId=function(){return t.Message.getWrapperField(this,n.Uuid2l,1)};proto.vertexvis.protobuf.core.ItemModelView.prototype.setModelViewId=function(o){t.Message.setWrapperField(this,1,o)};proto.vertexvis.protobuf.core.ItemModelView.prototype.clearModelViewId=function(){this.setModelViewId(undefined)};proto.vertexvis.protobuf.core.ItemModelView.prototype.hasModelViewId=function(){return t.Message.getField(this,1)!=null};proto.vertexvis.protobuf.core.ItemModelView.prototype.getSceneItemId=function(){return t.Message.getWrapperField(this,n.Uuid2l,2)};proto.vertexvis.protobuf.core.ItemModelView.prototype.setSceneItemId=function(o){t.Message.setWrapperField(this,2,o)};proto.vertexvis.protobuf.core.ItemModelView.prototype.clearSceneItemId=function(){this.setSceneItemId(undefined)};proto.vertexvis.protobuf.core.ItemModelView.prototype.hasSceneItemId=function(){return t.Message.getField(this,2)!=null};proto.vertexvis.protobuf.core.PmiAnnotation=function(o){t.Message.initialize(this,o,0,-1,null,null)};i.inherits(proto.vertexvis.protobuf.core.PmiAnnotation,t.Message);if(i.DEBUG&&!COMPILED){proto.vertexvis.protobuf.core.PmiAnnotation.displayName="proto.vertexvis.protobuf.core.PmiAnnotation"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.core.PmiAnnotation.prototype.toObject=function(o){return proto.vertexvis.protobuf.core.PmiAnnotation.toObject(o,this)};proto.vertexvis.protobuf.core.PmiAnnotation.toObject=function(o,r){var i,e={id:(i=r.getId())&&n.Uuid2l.toObject(o,i),displayName:t.Message.getFieldWithDefault(r,2,"")};if(o){e.$jspbMessageInstance=r}return e}}proto.vertexvis.protobuf.core.PmiAnnotation.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.core.PmiAnnotation;return proto.vertexvis.protobuf.core.PmiAnnotation.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.core.PmiAnnotation.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var i=new n.Uuid2l;t.readMessage(i,n.Uuid2l.deserializeBinaryFromReader);o.setId(i);break;case 2:var i=t.readString();o.setDisplayName(i);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.core.PmiAnnotation.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.core.PmiAnnotation.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.core.PmiAnnotation.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getId();if(r!=null){t.writeMessage(1,r,n.Uuid2l.serializeBinaryToWriter)}r=o.getDisplayName();if(r.length>0){t.writeString(2,r)}};proto.vertexvis.protobuf.core.PmiAnnotation.prototype.getId=function(){return t.Message.getWrapperField(this,n.Uuid2l,1)};proto.vertexvis.protobuf.core.PmiAnnotation.prototype.setId=function(o){t.Message.setWrapperField(this,1,o)};proto.vertexvis.protobuf.core.PmiAnnotation.prototype.clearId=function(){this.setId(undefined)};proto.vertexvis.protobuf.core.PmiAnnotation.prototype.hasId=function(){return t.Message.getField(this,1)!=null};proto.vertexvis.protobuf.core.PmiAnnotation.prototype.getDisplayName=function(){return t.Message.getFieldWithDefault(this,2,"")};proto.vertexvis.protobuf.core.PmiAnnotation.prototype.setDisplayName=function(o){t.Message.setProto3StringField(this,2,o)};i.object.extend(r,proto.vertexvis.protobuf.core)}));o((function(o,r){var n=t;var i=Function("return this")();n.exportSymbol("proto.vertexvis.protobuf.core.S3FileLocation",null,i);proto.vertexvis.protobuf.core.S3FileLocation=function(o){t.Message.initialize(this,o,0,-1,null,null)};n.inherits(proto.vertexvis.protobuf.core.S3FileLocation,t.Message);if(n.DEBUG&&!COMPILED){proto.vertexvis.protobuf.core.S3FileLocation.displayName="proto.vertexvis.protobuf.core.S3FileLocation"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.core.S3FileLocation.prototype.toObject=function(o){return proto.vertexvis.protobuf.core.S3FileLocation.toObject(o,this)};proto.vertexvis.protobuf.core.S3FileLocation.toObject=function(o,r){var n={bucket:t.Message.getFieldWithDefault(r,1,""),key:t.Message.getFieldWithDefault(r,2,"")};if(o){n.$jspbMessageInstance=r}return n}}proto.vertexvis.protobuf.core.S3FileLocation.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.core.S3FileLocation;return proto.vertexvis.protobuf.core.S3FileLocation.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.core.S3FileLocation.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=t.readString();o.setBucket(n);break;case 2:var n=t.readString();o.setKey(n);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.core.S3FileLocation.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.core.S3FileLocation.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.core.S3FileLocation.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getBucket();if(r.length>0){t.writeString(1,r)}r=o.getKey();if(r.length>0){t.writeString(2,r)}};proto.vertexvis.protobuf.core.S3FileLocation.prototype.getBucket=function(){return t.Message.getFieldWithDefault(this,1,"")};proto.vertexvis.protobuf.core.S3FileLocation.prototype.setBucket=function(o){t.Message.setProto3StringField(this,1,o)};proto.vertexvis.protobuf.core.S3FileLocation.prototype.getKey=function(){return t.Message.getFieldWithDefault(this,2,"")};proto.vertexvis.protobuf.core.S3FileLocation.prototype.setKey=function(o){t.Message.setProto3StringField(this,2,o)};n.object.extend(r,proto.vertexvis.protobuf.core)}));var c=o((function(o,r){var n=t;var i=Function("return this")();n.exportSymbol("proto.vertexvis.protobuf.core.CircleResult",null,i);n.exportSymbol("proto.vertexvis.protobuf.core.EllipseResult",null,i);n.exportSymbol("proto.vertexvis.protobuf.core.LengthResult",null,i);n.exportSymbol("proto.vertexvis.protobuf.core.MeasurementOutcome",null,i);n.exportSymbol("proto.vertexvis.protobuf.core.MeasurementResult",null,i);n.exportSymbol("proto.vertexvis.protobuf.core.MinimumDistanceResult",null,i);n.exportSymbol("proto.vertexvis.protobuf.core.PlanarAngleResult",null,i);n.exportSymbol("proto.vertexvis.protobuf.core.PlanarDistanceResult",null,i);n.exportSymbol("proto.vertexvis.protobuf.core.PlanePair",null,i);n.exportSymbol("proto.vertexvis.protobuf.core.SurfaceAreaResult",null,i);proto.vertexvis.protobuf.core.PlanePair=function(o){t.Message.initialize(this,o,0,-1,null,null)};n.inherits(proto.vertexvis.protobuf.core.PlanePair,t.Message);if(n.DEBUG&&!COMPILED){proto.vertexvis.protobuf.core.PlanePair.displayName="proto.vertexvis.protobuf.core.PlanePair"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.core.PlanePair.prototype.toObject=function(o){return proto.vertexvis.protobuf.core.PlanePair.toObject(o,this)};proto.vertexvis.protobuf.core.PlanePair.toObject=function(o,t){var r,n={start:(r=t.getStart())&&u.Plane.toObject(o,r),end:(r=t.getEnd())&&u.Plane.toObject(o,r)};if(o){n.$jspbMessageInstance=t}return n}}proto.vertexvis.protobuf.core.PlanePair.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.core.PlanePair;return proto.vertexvis.protobuf.core.PlanePair.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.core.PlanePair.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=new u.Plane;t.readMessage(n,u.Plane.deserializeBinaryFromReader);o.setStart(n);break;case 2:var n=new u.Plane;t.readMessage(n,u.Plane.deserializeBinaryFromReader);o.setEnd(n);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.core.PlanePair.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.core.PlanePair.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.core.PlanePair.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getStart();if(r!=null){t.writeMessage(1,r,u.Plane.serializeBinaryToWriter)}r=o.getEnd();if(r!=null){t.writeMessage(2,r,u.Plane.serializeBinaryToWriter)}};proto.vertexvis.protobuf.core.PlanePair.prototype.getStart=function(){return t.Message.getWrapperField(this,u.Plane,1)};proto.vertexvis.protobuf.core.PlanePair.prototype.setStart=function(o){t.Message.setWrapperField(this,1,o)};proto.vertexvis.protobuf.core.PlanePair.prototype.clearStart=function(){this.setStart(undefined)};proto.vertexvis.protobuf.core.PlanePair.prototype.hasStart=function(){return t.Message.getField(this,1)!=null};proto.vertexvis.protobuf.core.PlanePair.prototype.getEnd=function(){return t.Message.getWrapperField(this,u.Plane,2)};proto.vertexvis.protobuf.core.PlanePair.prototype.setEnd=function(o){t.Message.setWrapperField(this,2,o)};proto.vertexvis.protobuf.core.PlanePair.prototype.clearEnd=function(){this.setEnd(undefined)};proto.vertexvis.protobuf.core.PlanePair.prototype.hasEnd=function(){return t.Message.getField(this,2)!=null};proto.vertexvis.protobuf.core.PlanarDistanceResult=function(o){t.Message.initialize(this,o,0,-1,null,null)};n.inherits(proto.vertexvis.protobuf.core.PlanarDistanceResult,t.Message);if(n.DEBUG&&!COMPILED){proto.vertexvis.protobuf.core.PlanarDistanceResult.displayName="proto.vertexvis.protobuf.core.PlanarDistanceResult"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.core.PlanarDistanceResult.prototype.toObject=function(o){return proto.vertexvis.protobuf.core.PlanarDistanceResult.toObject(o,this)};proto.vertexvis.protobuf.core.PlanarDistanceResult.toObject=function(o,r){var n,i={distance:+t.Message.getFieldWithDefault(r,1,0),planes:(n=r.getPlanes())&&proto.vertexvis.protobuf.core.PlanePair.toObject(o,n)};if(o){i.$jspbMessageInstance=r}return i}}proto.vertexvis.protobuf.core.PlanarDistanceResult.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.core.PlanarDistanceResult;return proto.vertexvis.protobuf.core.PlanarDistanceResult.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.core.PlanarDistanceResult.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=t.readDouble();o.setDistance(n);break;case 2:var n=new proto.vertexvis.protobuf.core.PlanePair;t.readMessage(n,proto.vertexvis.protobuf.core.PlanePair.deserializeBinaryFromReader);o.setPlanes(n);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.core.PlanarDistanceResult.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.core.PlanarDistanceResult.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.core.PlanarDistanceResult.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getDistance();if(r!==0){t.writeDouble(1,r)}r=o.getPlanes();if(r!=null){t.writeMessage(2,r,proto.vertexvis.protobuf.core.PlanePair.serializeBinaryToWriter)}};proto.vertexvis.protobuf.core.PlanarDistanceResult.prototype.getDistance=function(){return+t.Message.getFieldWithDefault(this,1,0)};proto.vertexvis.protobuf.core.PlanarDistanceResult.prototype.setDistance=function(o){t.Message.setProto3FloatField(this,1,o)};proto.vertexvis.protobuf.core.PlanarDistanceResult.prototype.getPlanes=function(){return t.Message.getWrapperField(this,proto.vertexvis.protobuf.core.PlanePair,2)};proto.vertexvis.protobuf.core.PlanarDistanceResult.prototype.setPlanes=function(o){t.Message.setWrapperField(this,2,o)};proto.vertexvis.protobuf.core.PlanarDistanceResult.prototype.clearPlanes=function(){this.setPlanes(undefined)};proto.vertexvis.protobuf.core.PlanarDistanceResult.prototype.hasPlanes=function(){return t.Message.getField(this,2)!=null};proto.vertexvis.protobuf.core.MinimumDistanceResult=function(o){t.Message.initialize(this,o,0,-1,null,null)};n.inherits(proto.vertexvis.protobuf.core.MinimumDistanceResult,t.Message);if(n.DEBUG&&!COMPILED){proto.vertexvis.protobuf.core.MinimumDistanceResult.displayName="proto.vertexvis.protobuf.core.MinimumDistanceResult"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.core.MinimumDistanceResult.prototype.toObject=function(o){return proto.vertexvis.protobuf.core.MinimumDistanceResult.toObject(o,this)};proto.vertexvis.protobuf.core.MinimumDistanceResult.toObject=function(o,r){var n,i={distance:+t.Message.getFieldWithDefault(r,1,0),closestPoint1:(n=r.getClosestPoint1())&&u.Vector3d.toObject(o,n),closestPoint2:(n=r.getClosestPoint2())&&u.Vector3d.toObject(o,n)};if(o){i.$jspbMessageInstance=r}return i}}proto.vertexvis.protobuf.core.MinimumDistanceResult.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.core.MinimumDistanceResult;return proto.vertexvis.protobuf.core.MinimumDistanceResult.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.core.MinimumDistanceResult.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=t.readDouble();o.setDistance(n);break;case 2:var n=new u.Vector3d;t.readMessage(n,u.Vector3d.deserializeBinaryFromReader);o.setClosestPoint1(n);break;case 3:var n=new u.Vector3d;t.readMessage(n,u.Vector3d.deserializeBinaryFromReader);o.setClosestPoint2(n);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.core.MinimumDistanceResult.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.core.MinimumDistanceResult.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.core.MinimumDistanceResult.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getDistance();if(r!==0){t.writeDouble(1,r)}r=o.getClosestPoint1();if(r!=null){t.writeMessage(2,r,u.Vector3d.serializeBinaryToWriter)}r=o.getClosestPoint2();if(r!=null){t.writeMessage(3,r,u.Vector3d.serializeBinaryToWriter)}};proto.vertexvis.protobuf.core.MinimumDistanceResult.prototype.getDistance=function(){return+t.Message.getFieldWithDefault(this,1,0)};proto.vertexvis.protobuf.core.MinimumDistanceResult.prototype.setDistance=function(o){t.Message.setProto3FloatField(this,1,o)};proto.vertexvis.protobuf.core.MinimumDistanceResult.prototype.getClosestPoint1=function(){return t.Message.getWrapperField(this,u.Vector3d,2)};proto.vertexvis.protobuf.core.MinimumDistanceResult.prototype.setClosestPoint1=function(o){t.Message.setWrapperField(this,2,o)};proto.vertexvis.protobuf.core.MinimumDistanceResult.prototype.clearClosestPoint1=function(){this.setClosestPoint1(undefined)};proto.vertexvis.protobuf.core.MinimumDistanceResult.prototype.hasClosestPoint1=function(){return t.Message.getField(this,2)!=null};proto.vertexvis.protobuf.core.MinimumDistanceResult.prototype.getClosestPoint2=function(){return t.Message.getWrapperField(this,u.Vector3d,3)};proto.vertexvis.protobuf.core.MinimumDistanceResult.prototype.setClosestPoint2=function(o){t.Message.setWrapperField(this,3,o)};proto.vertexvis.protobuf.core.MinimumDistanceResult.prototype.clearClosestPoint2=function(){this.setClosestPoint2(undefined)};proto.vertexvis.protobuf.core.MinimumDistanceResult.prototype.hasClosestPoint2=function(){return t.Message.getField(this,3)!=null};proto.vertexvis.protobuf.core.PlanarAngleResult=function(o){t.Message.initialize(this,o,0,-1,null,null)};n.inherits(proto.vertexvis.protobuf.core.PlanarAngleResult,t.Message);if(n.DEBUG&&!COMPILED){proto.vertexvis.protobuf.core.PlanarAngleResult.displayName="proto.vertexvis.protobuf.core.PlanarAngleResult"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.core.PlanarAngleResult.prototype.toObject=function(o){return proto.vertexvis.protobuf.core.PlanarAngleResult.toObject(o,this)};proto.vertexvis.protobuf.core.PlanarAngleResult.toObject=function(o,r){var n,i={angleInRadians:+t.Message.getFieldWithDefault(r,1,0),planes:(n=r.getPlanes())&&proto.vertexvis.protobuf.core.PlanePair.toObject(o,n)};if(o){i.$jspbMessageInstance=r}return i}}proto.vertexvis.protobuf.core.PlanarAngleResult.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.core.PlanarAngleResult;return proto.vertexvis.protobuf.core.PlanarAngleResult.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.core.PlanarAngleResult.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=t.readDouble();o.setAngleInRadians(n);break;case 5:var n=new proto.vertexvis.protobuf.core.PlanePair;t.readMessage(n,proto.vertexvis.protobuf.core.PlanePair.deserializeBinaryFromReader);o.setPlanes(n);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.core.PlanarAngleResult.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.core.PlanarAngleResult.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.core.PlanarAngleResult.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getAngleInRadians();if(r!==0){t.writeDouble(1,r)}r=o.getPlanes();if(r!=null){t.writeMessage(5,r,proto.vertexvis.protobuf.core.PlanePair.serializeBinaryToWriter)}};proto.vertexvis.protobuf.core.PlanarAngleResult.prototype.getAngleInRadians=function(){return+t.Message.getFieldWithDefault(this,1,0)};proto.vertexvis.protobuf.core.PlanarAngleResult.prototype.setAngleInRadians=function(o){t.Message.setProto3FloatField(this,1,o)};proto.vertexvis.protobuf.core.PlanarAngleResult.prototype.getPlanes=function(){return t.Message.getWrapperField(this,proto.vertexvis.protobuf.core.PlanePair,5)};proto.vertexvis.protobuf.core.PlanarAngleResult.prototype.setPlanes=function(o){t.Message.setWrapperField(this,5,o)};proto.vertexvis.protobuf.core.PlanarAngleResult.prototype.clearPlanes=function(){this.setPlanes(undefined)};proto.vertexvis.protobuf.core.PlanarAngleResult.prototype.hasPlanes=function(){return t.Message.getField(this,5)!=null};proto.vertexvis.protobuf.core.SurfaceAreaResult=function(o){t.Message.initialize(this,o,0,-1,null,null)};n.inherits(proto.vertexvis.protobuf.core.SurfaceAreaResult,t.Message);if(n.DEBUG&&!COMPILED){proto.vertexvis.protobuf.core.SurfaceAreaResult.displayName="proto.vertexvis.protobuf.core.SurfaceAreaResult"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.core.SurfaceAreaResult.prototype.toObject=function(o){return proto.vertexvis.protobuf.core.SurfaceAreaResult.toObject(o,this)};proto.vertexvis.protobuf.core.SurfaceAreaResult.toObject=function(o,r){var n={area:+t.Message.getFieldWithDefault(r,1,0)};if(o){n.$jspbMessageInstance=r}return n}}proto.vertexvis.protobuf.core.SurfaceAreaResult.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.core.SurfaceAreaResult;return proto.vertexvis.protobuf.core.SurfaceAreaResult.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.core.SurfaceAreaResult.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=t.readDouble();o.setArea(n);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.core.SurfaceAreaResult.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.core.SurfaceAreaResult.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.core.SurfaceAreaResult.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getArea();if(r!==0){t.writeDouble(1,r)}};proto.vertexvis.protobuf.core.SurfaceAreaResult.prototype.getArea=function(){return+t.Message.getFieldWithDefault(this,1,0)};proto.vertexvis.protobuf.core.SurfaceAreaResult.prototype.setArea=function(o){t.Message.setProto3FloatField(this,1,o)};proto.vertexvis.protobuf.core.LengthResult=function(o){t.Message.initialize(this,o,0,-1,null,null)};n.inherits(proto.vertexvis.protobuf.core.LengthResult,t.Message);if(n.DEBUG&&!COMPILED){proto.vertexvis.protobuf.core.LengthResult.displayName="proto.vertexvis.protobuf.core.LengthResult"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.core.LengthResult.prototype.toObject=function(o){return proto.vertexvis.protobuf.core.LengthResult.toObject(o,this)};proto.vertexvis.protobuf.core.LengthResult.toObject=function(o,r){var n={length:+t.Message.getFieldWithDefault(r,1,0)};if(o){n.$jspbMessageInstance=r}return n}}proto.vertexvis.protobuf.core.LengthResult.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.core.LengthResult;return proto.vertexvis.protobuf.core.LengthResult.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.core.LengthResult.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=t.readDouble();o.setLength(n);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.core.LengthResult.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.core.LengthResult.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.core.LengthResult.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getLength();if(r!==0){t.writeDouble(1,r)}};proto.vertexvis.protobuf.core.LengthResult.prototype.getLength=function(){return+t.Message.getFieldWithDefault(this,1,0)};proto.vertexvis.protobuf.core.LengthResult.prototype.setLength=function(o){t.Message.setProto3FloatField(this,1,o)};proto.vertexvis.protobuf.core.CircleResult=function(o){t.Message.initialize(this,o,0,-1,null,null)};n.inherits(proto.vertexvis.protobuf.core.CircleResult,t.Message);if(n.DEBUG&&!COMPILED){proto.vertexvis.protobuf.core.CircleResult.displayName="proto.vertexvis.protobuf.core.CircleResult"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.core.CircleResult.prototype.toObject=function(o){return proto.vertexvis.protobuf.core.CircleResult.toObject(o,this)};proto.vertexvis.protobuf.core.CircleResult.toObject=function(o,r){var n,i={radius:+t.Message.getFieldWithDefault(r,1,0),center:(n=r.getCenter())&&u.Vector3d.toObject(o,n),axis:(n=r.getAxis())&&u.Vector3d.toObject(o,n)};if(o){i.$jspbMessageInstance=r}return i}}proto.vertexvis.protobuf.core.CircleResult.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.core.CircleResult;return proto.vertexvis.protobuf.core.CircleResult.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.core.CircleResult.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=t.readDouble();o.setRadius(n);break;case 2:var n=new u.Vector3d;t.readMessage(n,u.Vector3d.deserializeBinaryFromReader);o.setCenter(n);break;case 3:var n=new u.Vector3d;t.readMessage(n,u.Vector3d.deserializeBinaryFromReader);o.setAxis(n);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.core.CircleResult.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.core.CircleResult.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.core.CircleResult.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getRadius();if(r!==0){t.writeDouble(1,r)}r=o.getCenter();if(r!=null){t.writeMessage(2,r,u.Vector3d.serializeBinaryToWriter)}r=o.getAxis();if(r!=null){t.writeMessage(3,r,u.Vector3d.serializeBinaryToWriter)}};proto.vertexvis.protobuf.core.CircleResult.prototype.getRadius=function(){return+t.Message.getFieldWithDefault(this,1,0)};proto.vertexvis.protobuf.core.CircleResult.prototype.setRadius=function(o){t.Message.setProto3FloatField(this,1,o)};proto.vertexvis.protobuf.core.CircleResult.prototype.getCenter=function(){return t.Message.getWrapperField(this,u.Vector3d,2)};proto.vertexvis.protobuf.core.CircleResult.prototype.setCenter=function(o){t.Message.setWrapperField(this,2,o)};proto.vertexvis.protobuf.core.CircleResult.prototype.clearCenter=function(){this.setCenter(undefined)};proto.vertexvis.protobuf.core.CircleResult.prototype.hasCenter=function(){return t.Message.getField(this,2)!=null};proto.vertexvis.protobuf.core.CircleResult.prototype.getAxis=function(){return t.Message.getWrapperField(this,u.Vector3d,3)};proto.vertexvis.protobuf.core.CircleResult.prototype.setAxis=function(o){t.Message.setWrapperField(this,3,o)};proto.vertexvis.protobuf.core.CircleResult.prototype.clearAxis=function(){this.setAxis(undefined)};proto.vertexvis.protobuf.core.CircleResult.prototype.hasAxis=function(){return t.Message.getField(this,3)!=null};proto.vertexvis.protobuf.core.EllipseResult=function(o){t.Message.initialize(this,o,0,-1,null,null)};n.inherits(proto.vertexvis.protobuf.core.EllipseResult,t.Message);if(n.DEBUG&&!COMPILED){proto.vertexvis.protobuf.core.EllipseResult.displayName="proto.vertexvis.protobuf.core.EllipseResult"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.core.EllipseResult.prototype.toObject=function(o){return proto.vertexvis.protobuf.core.EllipseResult.toObject(o,this)};proto.vertexvis.protobuf.core.EllipseResult.toObject=function(o,r){var n,i={radiusMin:+t.Message.getFieldWithDefault(r,1,0),radiusMax:+t.Message.getFieldWithDefault(r,2,0),center:(n=r.getCenter())&&u.Vector3d.toObject(o,n),axis:(n=r.getAxis())&&u.Vector3d.toObject(o,n)};if(o){i.$jspbMessageInstance=r}return i}}proto.vertexvis.protobuf.core.EllipseResult.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.core.EllipseResult;return proto.vertexvis.protobuf.core.EllipseResult.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.core.EllipseResult.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=t.readDouble();o.setRadiusMin(n);break;case 2:var n=t.readDouble();o.setRadiusMax(n);break;case 3:var n=new u.Vector3d;t.readMessage(n,u.Vector3d.deserializeBinaryFromReader);o.setCenter(n);break;case 4:var n=new u.Vector3d;t.readMessage(n,u.Vector3d.deserializeBinaryFromReader);o.setAxis(n);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.core.EllipseResult.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.core.EllipseResult.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.core.EllipseResult.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getRadiusMin();if(r!==0){t.writeDouble(1,r)}r=o.getRadiusMax();if(r!==0){t.writeDouble(2,r)}r=o.getCenter();if(r!=null){t.writeMessage(3,r,u.Vector3d.serializeBinaryToWriter)}r=o.getAxis();if(r!=null){t.writeMessage(4,r,u.Vector3d.serializeBinaryToWriter)}};proto.vertexvis.protobuf.core.EllipseResult.prototype.getRadiusMin=function(){return+t.Message.getFieldWithDefault(this,1,0)};proto.vertexvis.protobuf.core.EllipseResult.prototype.setRadiusMin=function(o){t.Message.setProto3FloatField(this,1,o)};proto.vertexvis.protobuf.core.EllipseResult.prototype.getRadiusMax=function(){return+t.Message.getFieldWithDefault(this,2,0)};proto.vertexvis.protobuf.core.EllipseResult.prototype.setRadiusMax=function(o){t.Message.setProto3FloatField(this,2,o)};proto.vertexvis.protobuf.core.EllipseResult.prototype.getCenter=function(){return t.Message.getWrapperField(this,u.Vector3d,3)};proto.vertexvis.protobuf.core.EllipseResult.prototype.setCenter=function(o){t.Message.setWrapperField(this,3,o)};proto.vertexvis.protobuf.core.EllipseResult.prototype.clearCenter=function(){this.setCenter(undefined)};proto.vertexvis.protobuf.core.EllipseResult.prototype.hasCenter=function(){return t.Message.getField(this,3)!=null};proto.vertexvis.protobuf.core.EllipseResult.prototype.getAxis=function(){return t.Message.getWrapperField(this,u.Vector3d,4)};proto.vertexvis.protobuf.core.EllipseResult.prototype.setAxis=function(o){t.Message.setWrapperField(this,4,o)};proto.vertexvis.protobuf.core.EllipseResult.prototype.clearAxis=function(){this.setAxis(undefined)};proto.vertexvis.protobuf.core.EllipseResult.prototype.hasAxis=function(){return t.Message.getField(this,4)!=null};proto.vertexvis.protobuf.core.MeasurementResult=function(o){t.Message.initialize(this,o,0,-1,null,proto.vertexvis.protobuf.core.MeasurementResult.oneofGroups_)};n.inherits(proto.vertexvis.protobuf.core.MeasurementResult,t.Message);if(n.DEBUG&&!COMPILED){proto.vertexvis.protobuf.core.MeasurementResult.displayName="proto.vertexvis.protobuf.core.MeasurementResult"}proto.vertexvis.protobuf.core.MeasurementResult.oneofGroups_=[[1,2,3,4,5,6,7]];proto.vertexvis.protobuf.core.MeasurementResult.DetailsCase={DETAILS_NOT_SET:0,PLANAR_DISTANCE:1,PLANAR_ANGLE:2,MINIMUM_DISTANCE:3,TOTAL_SURFACE_AREA:4,TOTAL_LENGTH:5,CIRCLE:6,ELLIPSE:7};proto.vertexvis.protobuf.core.MeasurementResult.prototype.getDetailsCase=function(){return t.Message.computeOneofCase(this,proto.vertexvis.protobuf.core.MeasurementResult.oneofGroups_[0])};if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.core.MeasurementResult.prototype.toObject=function(o){return proto.vertexvis.protobuf.core.MeasurementResult.toObject(o,this)};proto.vertexvis.protobuf.core.MeasurementResult.toObject=function(o,t){var r,n={planarDistance:(r=t.getPlanarDistance())&&proto.vertexvis.protobuf.core.PlanarDistanceResult.toObject(o,r),planarAngle:(r=t.getPlanarAngle())&&proto.vertexvis.protobuf.core.PlanarAngleResult.toObject(o,r),minimumDistance:(r=t.getMinimumDistance())&&proto.vertexvis.protobuf.core.MinimumDistanceResult.toObject(o,r),totalSurfaceArea:(r=t.getTotalSurfaceArea())&&proto.vertexvis.protobuf.core.SurfaceAreaResult.toObject(o,r),totalLength:(r=t.getTotalLength())&&proto.vertexvis.protobuf.core.LengthResult.toObject(o,r),circle:(r=t.getCircle())&&proto.vertexvis.protobuf.core.CircleResult.toObject(o,r),ellipse:(r=t.getEllipse())&&proto.vertexvis.protobuf.core.EllipseResult.toObject(o,r)};if(o){n.$jspbMessageInstance=t}return n}}proto.vertexvis.protobuf.core.MeasurementResult.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.core.MeasurementResult;return proto.vertexvis.protobuf.core.MeasurementResult.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.core.MeasurementResult.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=new proto.vertexvis.protobuf.core.PlanarDistanceResult;t.readMessage(n,proto.vertexvis.protobuf.core.PlanarDistanceResult.deserializeBinaryFromReader);o.setPlanarDistance(n);break;case 2:var n=new proto.vertexvis.protobuf.core.PlanarAngleResult;t.readMessage(n,proto.vertexvis.protobuf.core.PlanarAngleResult.deserializeBinaryFromReader);o.setPlanarAngle(n);break;case 3:var n=new proto.vertexvis.protobuf.core.MinimumDistanceResult;t.readMessage(n,proto.vertexvis.protobuf.core.MinimumDistanceResult.deserializeBinaryFromReader);o.setMinimumDistance(n);break;case 4:var n=new proto.vertexvis.protobuf.core.SurfaceAreaResult;t.readMessage(n,proto.vertexvis.protobuf.core.SurfaceAreaResult.deserializeBinaryFromReader);o.setTotalSurfaceArea(n);break;case 5:var n=new proto.vertexvis.protobuf.core.LengthResult;t.readMessage(n,proto.vertexvis.protobuf.core.LengthResult.deserializeBinaryFromReader);o.setTotalLength(n);break;case 6:var n=new proto.vertexvis.protobuf.core.CircleResult;t.readMessage(n,proto.vertexvis.protobuf.core.CircleResult.deserializeBinaryFromReader);o.setCircle(n);break;case 7:var n=new proto.vertexvis.protobuf.core.EllipseResult;t.readMessage(n,proto.vertexvis.protobuf.core.EllipseResult.deserializeBinaryFromReader);o.setEllipse(n);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.core.MeasurementResult.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.core.MeasurementResult.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.core.MeasurementResult.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getPlanarDistance();if(r!=null){t.writeMessage(1,r,proto.vertexvis.protobuf.core.PlanarDistanceResult.serializeBinaryToWriter)}r=o.getPlanarAngle();if(r!=null){t.writeMessage(2,r,proto.vertexvis.protobuf.core.PlanarAngleResult.serializeBinaryToWriter)}r=o.getMinimumDistance();if(r!=null){t.writeMessage(3,r,proto.vertexvis.protobuf.core.MinimumDistanceResult.serializeBinaryToWriter)}r=o.getTotalSurfaceArea();if(r!=null){t.writeMessage(4,r,proto.vertexvis.protobuf.core.SurfaceAreaResult.serializeBinaryToWriter)}r=o.getTotalLength();if(r!=null){t.writeMessage(5,r,proto.vertexvis.protobuf.core.LengthResult.serializeBinaryToWriter)}r=o.getCircle();if(r!=null){t.writeMessage(6,r,proto.vertexvis.protobuf.core.CircleResult.serializeBinaryToWriter)}r=o.getEllipse();if(r!=null){t.writeMessage(7,r,proto.vertexvis.protobuf.core.EllipseResult.serializeBinaryToWriter)}};proto.vertexvis.protobuf.core.MeasurementResult.prototype.getPlanarDistance=function(){return t.Message.getWrapperField(this,proto.vertexvis.protobuf.core.PlanarDistanceResult,1)};proto.vertexvis.protobuf.core.MeasurementResult.prototype.setPlanarDistance=function(o){t.Message.setOneofWrapperField(this,1,proto.vertexvis.protobuf.core.MeasurementResult.oneofGroups_[0],o)};proto.vertexvis.protobuf.core.MeasurementResult.prototype.clearPlanarDistance=function(){this.setPlanarDistance(undefined)};proto.vertexvis.protobuf.core.MeasurementResult.prototype.hasPlanarDistance=function(){return t.Message.getField(this,1)!=null};proto.vertexvis.protobuf.core.MeasurementResult.prototype.getPlanarAngle=function(){return t.Message.getWrapperField(this,proto.vertexvis.protobuf.core.PlanarAngleResult,2)};proto.vertexvis.protobuf.core.MeasurementResult.prototype.setPlanarAngle=function(o){t.Message.setOneofWrapperField(this,2,proto.vertexvis.protobuf.core.MeasurementResult.oneofGroups_[0],o)};proto.vertexvis.protobuf.core.MeasurementResult.prototype.clearPlanarAngle=function(){this.setPlanarAngle(undefined)};proto.vertexvis.protobuf.core.MeasurementResult.prototype.hasPlanarAngle=function(){return t.Message.getField(this,2)!=null};proto.vertexvis.protobuf.core.MeasurementResult.prototype.getMinimumDistance=function(){return t.Message.getWrapperField(this,proto.vertexvis.protobuf.core.MinimumDistanceResult,3)};proto.vertexvis.protobuf.core.MeasurementResult.prototype.setMinimumDistance=function(o){t.Message.setOneofWrapperField(this,3,proto.vertexvis.protobuf.core.MeasurementResult.oneofGroups_[0],o)};proto.vertexvis.protobuf.core.MeasurementResult.prototype.clearMinimumDistance=function(){this.setMinimumDistance(undefined)};proto.vertexvis.protobuf.core.MeasurementResult.prototype.hasMinimumDistance=function(){return t.Message.getField(this,3)!=null};proto.vertexvis.protobuf.core.MeasurementResult.prototype.getTotalSurfaceArea=function(){return t.Message.getWrapperField(this,proto.vertexvis.protobuf.core.SurfaceAreaResult,4)};proto.vertexvis.protobuf.core.MeasurementResult.prototype.setTotalSurfaceArea=function(o){t.Message.setOneofWrapperField(this,4,proto.vertexvis.protobuf.core.MeasurementResult.oneofGroups_[0],o)};proto.vertexvis.protobuf.core.MeasurementResult.prototype.clearTotalSurfaceArea=function(){this.setTotalSurfaceArea(undefined)};proto.vertexvis.protobuf.core.MeasurementResult.prototype.hasTotalSurfaceArea=function(){return t.Message.getField(this,4)!=null};proto.vertexvis.protobuf.core.MeasurementResult.prototype.getTotalLength=function(){return t.Message.getWrapperField(this,proto.vertexvis.protobuf.core.LengthResult,5)};proto.vertexvis.protobuf.core.MeasurementResult.prototype.setTotalLength=function(o){t.Message.setOneofWrapperField(this,5,proto.vertexvis.protobuf.core.MeasurementResult.oneofGroups_[0],o)};proto.vertexvis.protobuf.core.MeasurementResult.prototype.clearTotalLength=function(){this.setTotalLength(undefined)};proto.vertexvis.protobuf.core.MeasurementResult.prototype.hasTotalLength=function(){return t.Message.getField(this,5)!=null};proto.vertexvis.protobuf.core.MeasurementResult.prototype.getCircle=function(){return t.Message.getWrapperField(this,proto.vertexvis.protobuf.core.CircleResult,6)};proto.vertexvis.protobuf.core.MeasurementResult.prototype.setCircle=function(o){t.Message.setOneofWrapperField(this,6,proto.vertexvis.protobuf.core.MeasurementResult.oneofGroups_[0],o)};proto.vertexvis.protobuf.core.MeasurementResult.prototype.clearCircle=function(){this.setCircle(undefined)};proto.vertexvis.protobuf.core.MeasurementResult.prototype.hasCircle=function(){return t.Message.getField(this,6)!=null};proto.vertexvis.protobuf.core.MeasurementResult.prototype.getEllipse=function(){return t.Message.getWrapperField(this,proto.vertexvis.protobuf.core.EllipseResult,7)};proto.vertexvis.protobuf.core.MeasurementResult.prototype.setEllipse=function(o){t.Message.setOneofWrapperField(this,7,proto.vertexvis.protobuf.core.MeasurementResult.oneofGroups_[0],o)};proto.vertexvis.protobuf.core.MeasurementResult.prototype.clearEllipse=function(){this.setEllipse(undefined)};proto.vertexvis.protobuf.core.MeasurementResult.prototype.hasEllipse=function(){return t.Message.getField(this,7)!=null};proto.vertexvis.protobuf.core.MeasurementOutcome=function(o){t.Message.initialize(this,o,0,-1,proto.vertexvis.protobuf.core.MeasurementOutcome.repeatedFields_,null)};n.inherits(proto.vertexvis.protobuf.core.MeasurementOutcome,t.Message);if(n.DEBUG&&!COMPILED){proto.vertexvis.protobuf.core.MeasurementOutcome.displayName="proto.vertexvis.protobuf.core.MeasurementOutcome"}proto.vertexvis.protobuf.core.MeasurementOutcome.repeatedFields_=[1];if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.core.MeasurementOutcome.prototype.toObject=function(o){return proto.vertexvis.protobuf.core.MeasurementOutcome.toObject(o,this)};proto.vertexvis.protobuf.core.MeasurementOutcome.toObject=function(o,r){var n={resultsList:t.Message.toObjectList(r.getResultsList(),proto.vertexvis.protobuf.core.MeasurementResult.toObject,o),isApproximate:t.Message.getFieldWithDefault(r,2,false)};if(o){n.$jspbMessageInstance=r}return n}}proto.vertexvis.protobuf.core.MeasurementOutcome.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.core.MeasurementOutcome;return proto.vertexvis.protobuf.core.MeasurementOutcome.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.core.MeasurementOutcome.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=new proto.vertexvis.protobuf.core.MeasurementResult;t.readMessage(n,proto.vertexvis.protobuf.core.MeasurementResult.deserializeBinaryFromReader);o.addResults(n);break;case 2:var n=t.readBool();o.setIsApproximate(n);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.core.MeasurementOutcome.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.core.MeasurementOutcome.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.core.MeasurementOutcome.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getResultsList();if(r.length>0){t.writeRepeatedMessage(1,r,proto.vertexvis.protobuf.core.MeasurementResult.serializeBinaryToWriter)}r=o.getIsApproximate();if(r){t.writeBool(2,r)}};proto.vertexvis.protobuf.core.MeasurementOutcome.prototype.getResultsList=function(){return t.Message.getRepeatedWrapperField(this,proto.vertexvis.protobuf.core.MeasurementResult,1)};proto.vertexvis.protobuf.core.MeasurementOutcome.prototype.setResultsList=function(o){t.Message.setRepeatedWrapperField(this,1,o)};proto.vertexvis.protobuf.core.MeasurementOutcome.prototype.addResults=function(o,r){return t.Message.addToRepeatedWrapperField(this,1,o,proto.vertexvis.protobuf.core.MeasurementResult,r)};proto.vertexvis.protobuf.core.MeasurementOutcome.prototype.clearResultsList=function(){this.setResultsList([])};proto.vertexvis.protobuf.core.MeasurementOutcome.prototype.getIsApproximate=function(){return t.Message.getFieldWithDefault(this,2,false)};proto.vertexvis.protobuf.core.MeasurementOutcome.prototype.setIsApproximate=function(o){t.Message.setProto3BooleanField(this,2,o)};n.object.extend(r,proto.vertexvis.protobuf.core)}));var s=o((function(o,r){var n=t;var i=Function("return this")();n.exportSymbol("proto.vertexvis.protobuf.core.Cursor",null,i);n.exportSymbol("proto.vertexvis.protobuf.core.OffsetCursor",null,i);n.exportSymbol("proto.vertexvis.protobuf.core.OffsetPager",null,i);n.exportSymbol("proto.vertexvis.protobuf.core.Pager",null,i);proto.vertexvis.protobuf.core.Pager=function(o){t.Message.initialize(this,o,0,-1,null,null)};n.inherits(proto.vertexvis.protobuf.core.Pager,t.Message);if(n.DEBUG&&!COMPILED){proto.vertexvis.protobuf.core.Pager.displayName="proto.vertexvis.protobuf.core.Pager"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.core.Pager.prototype.toObject=function(o){return proto.vertexvis.protobuf.core.Pager.toObject(o,this)};proto.vertexvis.protobuf.core.Pager.toObject=function(o,r){var n={limit:t.Message.getFieldWithDefault(r,1,0),cursor:t.Message.getFieldWithDefault(r,2,"")};if(o){n.$jspbMessageInstance=r}return n}}proto.vertexvis.protobuf.core.Pager.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.core.Pager;return proto.vertexvis.protobuf.core.Pager.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.core.Pager.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=t.readUint32();o.setLimit(n);break;case 2:var n=t.readString();o.setCursor(n);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.core.Pager.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.core.Pager.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.core.Pager.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getLimit();if(r!==0){t.writeUint32(1,r)}r=o.getCursor();if(r.length>0){t.writeString(2,r)}};proto.vertexvis.protobuf.core.Pager.prototype.getLimit=function(){return t.Message.getFieldWithDefault(this,1,0)};proto.vertexvis.protobuf.core.Pager.prototype.setLimit=function(o){t.Message.setProto3IntField(this,1,o)};proto.vertexvis.protobuf.core.Pager.prototype.getCursor=function(){return t.Message.getFieldWithDefault(this,2,"")};proto.vertexvis.protobuf.core.Pager.prototype.setCursor=function(o){t.Message.setProto3StringField(this,2,o)};proto.vertexvis.protobuf.core.OffsetPager=function(o){t.Message.initialize(this,o,0,-1,null,proto.vertexvis.protobuf.core.OffsetPager.oneofGroups_)};n.inherits(proto.vertexvis.protobuf.core.OffsetPager,t.Message);if(n.DEBUG&&!COMPILED){proto.vertexvis.protobuf.core.OffsetPager.displayName="proto.vertexvis.protobuf.core.OffsetPager"}proto.vertexvis.protobuf.core.OffsetPager.oneofGroups_=[[2,3]];proto.vertexvis.protobuf.core.OffsetPager.PagerCase={PAGER_NOT_SET:0,CURSOR:2,OFFSET:3};proto.vertexvis.protobuf.core.OffsetPager.prototype.getPagerCase=function(){return t.Message.computeOneofCase(this,proto.vertexvis.protobuf.core.OffsetPager.oneofGroups_[0])};if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.core.OffsetPager.prototype.toObject=function(o){return proto.vertexvis.protobuf.core.OffsetPager.toObject(o,this)};proto.vertexvis.protobuf.core.OffsetPager.toObject=function(o,r){var n={limit:t.Message.getFieldWithDefault(r,1,0),cursor:t.Message.getFieldWithDefault(r,2,""),offset:t.Message.getFieldWithDefault(r,3,0)};if(o){n.$jspbMessageInstance=r}return n}}proto.vertexvis.protobuf.core.OffsetPager.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.core.OffsetPager;return proto.vertexvis.protobuf.core.OffsetPager.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.core.OffsetPager.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=t.readUint32();o.setLimit(n);break;case 2:var n=t.readString();o.setCursor(n);break;case 3:var n=t.readUint32();o.setOffset(n);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.core.OffsetPager.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.core.OffsetPager.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.core.OffsetPager.serializeBinaryToWriter=function(o,r){var n=undefined;n=o.getLimit();if(n!==0){r.writeUint32(1,n)}n=t.Message.getField(o,2);if(n!=null){r.writeString(2,n)}n=t.Message.getField(o,3);if(n!=null){r.writeUint32(3,n)}};proto.vertexvis.protobuf.core.OffsetPager.prototype.getLimit=function(){return t.Message.getFieldWithDefault(this,1,0)};proto.vertexvis.protobuf.core.OffsetPager.prototype.setLimit=function(o){t.Message.setProto3IntField(this,1,o)};proto.vertexvis.protobuf.core.OffsetPager.prototype.getCursor=function(){return t.Message.getFieldWithDefault(this,2,"")};proto.vertexvis.protobuf.core.OffsetPager.prototype.setCursor=function(o){t.Message.setOneofField(this,2,proto.vertexvis.protobuf.core.OffsetPager.oneofGroups_[0],o)};proto.vertexvis.protobuf.core.OffsetPager.prototype.clearCursor=function(){t.Message.setOneofField(this,2,proto.vertexvis.protobuf.core.OffsetPager.oneofGroups_[0],undefined)};proto.vertexvis.protobuf.core.OffsetPager.prototype.hasCursor=function(){return t.Message.getField(this,2)!=null};proto.vertexvis.protobuf.core.OffsetPager.prototype.getOffset=function(){return t.Message.getFieldWithDefault(this,3,0)};proto.vertexvis.protobuf.core.OffsetPager.prototype.setOffset=function(o){t.Message.setOneofField(this,3,proto.vertexvis.protobuf.core.OffsetPager.oneofGroups_[0],o)};proto.vertexvis.protobuf.core.OffsetPager.prototype.clearOffset=function(){t.Message.setOneofField(this,3,proto.vertexvis.protobuf.core.OffsetPager.oneofGroups_[0],undefined)};proto.vertexvis.protobuf.core.OffsetPager.prototype.hasOffset=function(){return t.Message.getField(this,3)!=null};proto.vertexvis.protobuf.core.Cursor=function(o){t.Message.initialize(this,o,0,-1,null,null)};n.inherits(proto.vertexvis.protobuf.core.Cursor,t.Message);if(n.DEBUG&&!COMPILED){proto.vertexvis.protobuf.core.Cursor.displayName="proto.vertexvis.protobuf.core.Cursor"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.core.Cursor.prototype.toObject=function(o){return proto.vertexvis.protobuf.core.Cursor.toObject(o,this)};proto.vertexvis.protobuf.core.Cursor.toObject=function(o,r){var n={next:t.Message.getFieldWithDefault(r,1,"")};if(o){n.$jspbMessageInstance=r}return n}}proto.vertexvis.protobuf.core.Cursor.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.core.Cursor;return proto.vertexvis.protobuf.core.Cursor.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.core.Cursor.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=t.readString();o.setNext(n);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.core.Cursor.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.core.Cursor.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.core.Cursor.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getNext();if(r.length>0){t.writeString(1,r)}};proto.vertexvis.protobuf.core.Cursor.prototype.getNext=function(){return t.Message.getFieldWithDefault(this,1,"")};proto.vertexvis.protobuf.core.Cursor.prototype.setNext=function(o){t.Message.setProto3StringField(this,1,o)};proto.vertexvis.protobuf.core.OffsetCursor=function(o){t.Message.initialize(this,o,0,-1,null,null)};n.inherits(proto.vertexvis.protobuf.core.OffsetCursor,t.Message);if(n.DEBUG&&!COMPILED){proto.vertexvis.protobuf.core.OffsetCursor.displayName="proto.vertexvis.protobuf.core.OffsetCursor"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.core.OffsetCursor.prototype.toObject=function(o){return proto.vertexvis.protobuf.core.OffsetCursor.toObject(o,this)};proto.vertexvis.protobuf.core.OffsetCursor.toObject=function(o,r){var n={total:t.Message.getFieldWithDefault(r,1,0),next:t.Message.getFieldWithDefault(r,2,"")};if(o){n.$jspbMessageInstance=r}return n}}proto.vertexvis.protobuf.core.OffsetCursor.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.core.OffsetCursor;return proto.vertexvis.protobuf.core.OffsetCursor.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.core.OffsetCursor.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=t.readUint32();o.setTotal(n);break;case 2:var n=t.readString();o.setNext(n);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.core.OffsetCursor.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.core.OffsetCursor.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.core.OffsetCursor.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getTotal();if(r!==0){t.writeUint32(1,r)}r=o.getNext();if(r.length>0){t.writeString(2,r)}};proto.vertexvis.protobuf.core.OffsetCursor.prototype.getTotal=function(){return t.Message.getFieldWithDefault(this,1,0)};proto.vertexvis.protobuf.core.OffsetCursor.prototype.setTotal=function(o){t.Message.setProto3IntField(this,1,o)};proto.vertexvis.protobuf.core.OffsetCursor.prototype.getNext=function(){return t.Message.getFieldWithDefault(this,2,"")};proto.vertexvis.protobuf.core.OffsetCursor.prototype.setNext=function(o){t.Message.setProto3StringField(this,2,o)};n.object.extend(r,proto.vertexvis.protobuf.core)}));var a=o((function(o,i){var e=t;var f=Function("return this")();e.exportSymbol("proto.vertexvis.protobuf.core.CalloutAnnotationData",null,f);e.exportSymbol("proto.vertexvis.protobuf.core.CustomAnnotationData",null,f);e.exportSymbol("proto.vertexvis.protobuf.core.SceneAnnotation",null,f);e.exportSymbol("proto.vertexvis.protobuf.core.SceneAnnotationData",null,f);e.exportSymbol("proto.vertexvis.protobuf.core.SceneAnnotationSet",null,f);proto.vertexvis.protobuf.core.SceneAnnotationSet=function(o){t.Message.initialize(this,o,0,-1,null,null)};e.inherits(proto.vertexvis.protobuf.core.SceneAnnotationSet,t.Message);if(e.DEBUG&&!COMPILED){proto.vertexvis.protobuf.core.SceneAnnotationSet.displayName="proto.vertexvis.protobuf.core.SceneAnnotationSet"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.core.SceneAnnotationSet.prototype.toObject=function(o){return proto.vertexvis.protobuf.core.SceneAnnotationSet.toObject(o,this)};proto.vertexvis.protobuf.core.SceneAnnotationSet.toObject=function(o,t){var i,e={id:(i=t.getId())&&n.Uuid2l.toObject(o,i),createdAt:(i=t.getCreatedAt())&&p.Timestamp.toObject(o,i),modifiedAt:(i=t.getModifiedAt())&&p.Timestamp.toObject(o,i),name:(i=t.getName())&&r.StringValue.toObject(o,i),suppliedId:(i=t.getSuppliedId())&&r.StringValue.toObject(o,i)};if(o){e.$jspbMessageInstance=t}return e}}proto.vertexvis.protobuf.core.SceneAnnotationSet.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.core.SceneAnnotationSet;return proto.vertexvis.protobuf.core.SceneAnnotationSet.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.core.SceneAnnotationSet.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var i=t.getFieldNumber();switch(i){case 1:var e=new n.Uuid2l;t.readMessage(e,n.Uuid2l.deserializeBinaryFromReader);o.setId(e);break;case 2:var e=new p.Timestamp;t.readMessage(e,p.Timestamp.deserializeBinaryFromReader);o.setCreatedAt(e);break;case 3:var e=new p.Timestamp;t.readMessage(e,p.Timestamp.deserializeBinaryFromReader);o.setModifiedAt(e);break;case 4:var e=new r.StringValue;t.readMessage(e,r.StringValue.deserializeBinaryFromReader);o.setName(e);break;case 5:var e=new r.StringValue;t.readMessage(e,r.StringValue.deserializeBinaryFromReader);o.setSuppliedId(e);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.core.SceneAnnotationSet.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.core.SceneAnnotationSet.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.core.SceneAnnotationSet.serializeBinaryToWriter=function(o,t){var i=undefined;i=o.getId();if(i!=null){t.writeMessage(1,i,n.Uuid2l.serializeBinaryToWriter)}i=o.getCreatedAt();if(i!=null){t.writeMessage(2,i,p.Timestamp.serializeBinaryToWriter)}i=o.getModifiedAt();if(i!=null){t.writeMessage(3,i,p.Timestamp.serializeBinaryToWriter)}i=o.getName();if(i!=null){t.writeMessage(4,i,r.StringValue.serializeBinaryToWriter)}i=o.getSuppliedId();if(i!=null){t.writeMessage(5,i,r.StringValue.serializeBinaryToWriter)}};proto.vertexvis.protobuf.core.SceneAnnotationSet.prototype.getId=function(){return t.Message.getWrapperField(this,n.Uuid2l,1)};proto.vertexvis.protobuf.core.SceneAnnotationSet.prototype.setId=function(o){t.Message.setWrapperField(this,1,o)};proto.vertexvis.protobuf.core.SceneAnnotationSet.prototype.clearId=function(){this.setId(undefined)};proto.vertexvis.protobuf.core.SceneAnnotationSet.prototype.hasId=function(){return t.Message.getField(this,1)!=null};proto.vertexvis.protobuf.core.SceneAnnotationSet.prototype.getCreatedAt=function(){return t.Message.getWrapperField(this,p.Timestamp,2)};proto.vertexvis.protobuf.core.SceneAnnotationSet.prototype.setCreatedAt=function(o){t.Message.setWrapperField(this,2,o)};proto.vertexvis.protobuf.core.SceneAnnotationSet.prototype.clearCreatedAt=function(){this.setCreatedAt(undefined)};proto.vertexvis.protobuf.core.SceneAnnotationSet.prototype.hasCreatedAt=function(){return t.Message.getField(this,2)!=null};proto.vertexvis.protobuf.core.SceneAnnotationSet.prototype.getModifiedAt=function(){return t.Message.getWrapperField(this,p.Timestamp,3)};proto.vertexvis.protobuf.core.SceneAnnotationSet.prototype.setModifiedAt=function(o){t.Message.setWrapperField(this,3,o)};proto.vertexvis.protobuf.core.SceneAnnotationSet.prototype.clearModifiedAt=function(){this.setModifiedAt(undefined)};proto.vertexvis.protobuf.core.SceneAnnotationSet.prototype.hasModifiedAt=function(){return t.Message.getField(this,3)!=null};proto.vertexvis.protobuf.core.SceneAnnotationSet.prototype.getName=function(){return t.Message.getWrapperField(this,r.StringValue,4)};proto.vertexvis.protobuf.core.SceneAnnotationSet.prototype.setName=function(o){t.Message.setWrapperField(this,4,o)};proto.vertexvis.protobuf.core.SceneAnnotationSet.prototype.clearName=function(){this.setName(undefined)};proto.vertexvis.protobuf.core.SceneAnnotationSet.prototype.hasName=function(){return t.Message.getField(this,4)!=null};proto.vertexvis.protobuf.core.SceneAnnotationSet.prototype.getSuppliedId=function(){return t.Message.getWrapperField(this,r.StringValue,5)};proto.vertexvis.protobuf.core.SceneAnnotationSet.prototype.setSuppliedId=function(o){t.Message.setWrapperField(this,5,o)};proto.vertexvis.protobuf.core.SceneAnnotationSet.prototype.clearSuppliedId=function(){this.setSuppliedId(undefined)};proto.vertexvis.protobuf.core.SceneAnnotationSet.prototype.hasSuppliedId=function(){return t.Message.getField(this,5)!=null};proto.vertexvis.protobuf.core.SceneAnnotation=function(o){t.Message.initialize(this,o,0,-1,null,null)};e.inherits(proto.vertexvis.protobuf.core.SceneAnnotation,t.Message);if(e.DEBUG&&!COMPILED){proto.vertexvis.protobuf.core.SceneAnnotation.displayName="proto.vertexvis.protobuf.core.SceneAnnotation"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.core.SceneAnnotation.prototype.toObject=function(o){return proto.vertexvis.protobuf.core.SceneAnnotation.toObject(o,this)};proto.vertexvis.protobuf.core.SceneAnnotation.toObject=function(o,t){var i,e={id:(i=t.getId())&&n.Uuid2l.toObject(o,i),createdAt:(i=t.getCreatedAt())&&p.Timestamp.toObject(o,i),modifiedAt:(i=t.getModifiedAt())&&p.Timestamp.toObject(o,i),suppliedId:(i=t.getSuppliedId())&&r.StringValue.toObject(o,i),data:(i=t.getData())&&proto.vertexvis.protobuf.core.SceneAnnotationData.toObject(o,i)};if(o){e.$jspbMessageInstance=t}return e}}proto.vertexvis.protobuf.core.SceneAnnotation.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.core.SceneAnnotation;return proto.vertexvis.protobuf.core.SceneAnnotation.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.core.SceneAnnotation.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var i=t.getFieldNumber();switch(i){case 1:var e=new n.Uuid2l;t.readMessage(e,n.Uuid2l.deserializeBinaryFromReader);o.setId(e);break;case 2:var e=new p.Timestamp;t.readMessage(e,p.Timestamp.deserializeBinaryFromReader);o.setCreatedAt(e);break;case 3:var e=new p.Timestamp;t.readMessage(e,p.Timestamp.deserializeBinaryFromReader);o.setModifiedAt(e);break;case 4:var e=new r.StringValue;t.readMessage(e,r.StringValue.deserializeBinaryFromReader);o.setSuppliedId(e);break;case 5:var e=new proto.vertexvis.protobuf.core.SceneAnnotationData;t.readMessage(e,proto.vertexvis.protobuf.core.SceneAnnotationData.deserializeBinaryFromReader);o.setData(e);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.core.SceneAnnotation.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.core.SceneAnnotation.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.core.SceneAnnotation.serializeBinaryToWriter=function(o,t){var i=undefined;i=o.getId();if(i!=null){t.writeMessage(1,i,n.Uuid2l.serializeBinaryToWriter)}i=o.getCreatedAt();if(i!=null){t.writeMessage(2,i,p.Timestamp.serializeBinaryToWriter)}i=o.getModifiedAt();if(i!=null){t.writeMessage(3,i,p.Timestamp.serializeBinaryToWriter)}i=o.getSuppliedId();if(i!=null){t.writeMessage(4,i,r.StringValue.serializeBinaryToWriter)}i=o.getData();if(i!=null){t.writeMessage(5,i,proto.vertexvis.protobuf.core.SceneAnnotationData.serializeBinaryToWriter)}};proto.vertexvis.protobuf.core.SceneAnnotation.prototype.getId=function(){return t.Message.getWrapperField(this,n.Uuid2l,1)};proto.vertexvis.protobuf.core.SceneAnnotation.prototype.setId=function(o){t.Message.setWrapperField(this,1,o)};proto.vertexvis.protobuf.core.SceneAnnotation.prototype.clearId=function(){this.setId(undefined)};proto.vertexvis.protobuf.core.SceneAnnotation.prototype.hasId=function(){return t.Message.getField(this,1)!=null};proto.vertexvis.protobuf.core.SceneAnnotation.prototype.getCreatedAt=function(){return t.Message.getWrapperField(this,p.Timestamp,2)};proto.vertexvis.protobuf.core.SceneAnnotation.prototype.setCreatedAt=function(o){t.Message.setWrapperField(this,2,o)};proto.vertexvis.protobuf.core.SceneAnnotation.prototype.clearCreatedAt=function(){this.setCreatedAt(undefined)};proto.vertexvis.protobuf.core.SceneAnnotation.prototype.hasCreatedAt=function(){return t.Message.getField(this,2)!=null};proto.vertexvis.protobuf.core.SceneAnnotation.prototype.getModifiedAt=function(){return t.Message.getWrapperField(this,p.Timestamp,3)};proto.vertexvis.protobuf.core.SceneAnnotation.prototype.setModifiedAt=function(o){t.Message.setWrapperField(this,3,o)};proto.vertexvis.protobuf.core.SceneAnnotation.prototype.clearModifiedAt=function(){this.setModifiedAt(undefined)};proto.vertexvis.protobuf.core.SceneAnnotation.prototype.hasModifiedAt=function(){return t.Message.getField(this,3)!=null};proto.vertexvis.protobuf.core.SceneAnnotation.prototype.getSuppliedId=function(){return t.Message.getWrapperField(this,r.StringValue,4)};proto.vertexvis.protobuf.core.SceneAnnotation.prototype.setSuppliedId=function(o){t.Message.setWrapperField(this,4,o)};proto.vertexvis.protobuf.core.SceneAnnotation.prototype.clearSuppliedId=function(){this.setSuppliedId(undefined)};proto.vertexvis.protobuf.core.SceneAnnotation.prototype.hasSuppliedId=function(){return t.Message.getField(this,4)!=null};proto.vertexvis.protobuf.core.SceneAnnotation.prototype.getData=function(){return t.Message.getWrapperField(this,proto.vertexvis.protobuf.core.SceneAnnotationData,5)};proto.vertexvis.protobuf.core.SceneAnnotation.prototype.setData=function(o){t.Message.setWrapperField(this,5,o)};proto.vertexvis.protobuf.core.SceneAnnotation.prototype.clearData=function(){this.setData(undefined)};proto.vertexvis.protobuf.core.SceneAnnotation.prototype.hasData=function(){return t.Message.getField(this,5)!=null};proto.vertexvis.protobuf.core.SceneAnnotationData=function(o){t.Message.initialize(this,o,0,-1,null,proto.vertexvis.protobuf.core.SceneAnnotationData.oneofGroups_)};e.inherits(proto.vertexvis.protobuf.core.SceneAnnotationData,t.Message);if(e.DEBUG&&!COMPILED){proto.vertexvis.protobuf.core.SceneAnnotationData.displayName="proto.vertexvis.protobuf.core.SceneAnnotationData"}proto.vertexvis.protobuf.core.SceneAnnotationData.oneofGroups_=[[1,2]];proto.vertexvis.protobuf.core.SceneAnnotationData.SealedValueOptionalCase={SEALED_VALUE_OPTIONAL_NOT_SET:0,CALLOUT:1,CUSTOM_JSON:2};proto.vertexvis.protobuf.core.SceneAnnotationData.prototype.getSealedValueOptionalCase=function(){return t.Message.computeOneofCase(this,proto.vertexvis.protobuf.core.SceneAnnotationData.oneofGroups_[0])};if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.core.SceneAnnotationData.prototype.toObject=function(o){return proto.vertexvis.protobuf.core.SceneAnnotationData.toObject(o,this)};proto.vertexvis.protobuf.core.SceneAnnotationData.toObject=function(o,t){var r,n={callout:(r=t.getCallout())&&proto.vertexvis.protobuf.core.CalloutAnnotationData.toObject(o,r),customJson:(r=t.getCustomJson())&&proto.vertexvis.protobuf.core.CustomAnnotationData.toObject(o,r)};if(o){n.$jspbMessageInstance=t}return n}}proto.vertexvis.protobuf.core.SceneAnnotationData.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.core.SceneAnnotationData;return proto.vertexvis.protobuf.core.SceneAnnotationData.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.core.SceneAnnotationData.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=new proto.vertexvis.protobuf.core.CalloutAnnotationData;t.readMessage(n,proto.vertexvis.protobuf.core.CalloutAnnotationData.deserializeBinaryFromReader);o.setCallout(n);break;case 2:var n=new proto.vertexvis.protobuf.core.CustomAnnotationData;t.readMessage(n,proto.vertexvis.protobuf.core.CustomAnnotationData.deserializeBinaryFromReader);o.setCustomJson(n);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.core.SceneAnnotationData.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.core.SceneAnnotationData.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.core.SceneAnnotationData.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getCallout();if(r!=null){t.writeMessage(1,r,proto.vertexvis.protobuf.core.CalloutAnnotationData.serializeBinaryToWriter)}r=o.getCustomJson();if(r!=null){t.writeMessage(2,r,proto.vertexvis.protobuf.core.CustomAnnotationData.serializeBinaryToWriter)}};proto.vertexvis.protobuf.core.SceneAnnotationData.prototype.getCallout=function(){return t.Message.getWrapperField(this,proto.vertexvis.protobuf.core.CalloutAnnotationData,1)};proto.vertexvis.protobuf.core.SceneAnnotationData.prototype.setCallout=function(o){t.Message.setOneofWrapperField(this,1,proto.vertexvis.protobuf.core.SceneAnnotationData.oneofGroups_[0],o)};proto.vertexvis.protobuf.core.SceneAnnotationData.prototype.clearCallout=function(){this.setCallout(undefined)};proto.vertexvis.protobuf.core.SceneAnnotationData.prototype.hasCallout=function(){return t.Message.getField(this,1)!=null};proto.vertexvis.protobuf.core.SceneAnnotationData.prototype.getCustomJson=function(){return t.Message.getWrapperField(this,proto.vertexvis.protobuf.core.CustomAnnotationData,2)};proto.vertexvis.protobuf.core.SceneAnnotationData.prototype.setCustomJson=function(o){t.Message.setOneofWrapperField(this,2,proto.vertexvis.protobuf.core.SceneAnnotationData.oneofGroups_[0],o)};proto.vertexvis.protobuf.core.SceneAnnotationData.prototype.clearCustomJson=function(){this.setCustomJson(undefined)};proto.vertexvis.protobuf.core.SceneAnnotationData.prototype.hasCustomJson=function(){return t.Message.getField(this,2)!=null};proto.vertexvis.protobuf.core.CalloutAnnotationData=function(o){t.Message.initialize(this,o,0,-1,null,null)};e.inherits(proto.vertexvis.protobuf.core.CalloutAnnotationData,t.Message);if(e.DEBUG&&!COMPILED){proto.vertexvis.protobuf.core.CalloutAnnotationData.displayName="proto.vertexvis.protobuf.core.CalloutAnnotationData"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.core.CalloutAnnotationData.prototype.toObject=function(o){return proto.vertexvis.protobuf.core.CalloutAnnotationData.toObject(o,this)};proto.vertexvis.protobuf.core.CalloutAnnotationData.toObject=function(o,t){var n,i={position:(n=t.getPosition())&&u.Vector3f.toObject(o,n),icon:(n=t.getIcon())&&r.StringValue.toObject(o,n),primaryColor:(n=t.getPrimaryColor())&&r.StringValue.toObject(o,n),accentColor:(n=t.getAccentColor())&&r.StringValue.toObject(o,n)};if(o){i.$jspbMessageInstance=t}return i}}proto.vertexvis.protobuf.core.CalloutAnnotationData.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.core.CalloutAnnotationData;return proto.vertexvis.protobuf.core.CalloutAnnotationData.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.core.CalloutAnnotationData.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var n=t.getFieldNumber();switch(n){case 1:var i=new u.Vector3f;t.readMessage(i,u.Vector3f.deserializeBinaryFromReader);o.setPosition(i);break;case 2:var i=new r.StringValue;t.readMessage(i,r.StringValue.deserializeBinaryFromReader);o.setIcon(i);break;case 3:var i=new r.StringValue;t.readMessage(i,r.StringValue.deserializeBinaryFromReader);o.setPrimaryColor(i);break;case 4:var i=new r.StringValue;t.readMessage(i,r.StringValue.deserializeBinaryFromReader);o.setAccentColor(i);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.core.CalloutAnnotationData.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.core.CalloutAnnotationData.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.core.CalloutAnnotationData.serializeBinaryToWriter=function(o,t){var n=undefined;n=o.getPosition();if(n!=null){t.writeMessage(1,n,u.Vector3f.serializeBinaryToWriter)}n=o.getIcon();if(n!=null){t.writeMessage(2,n,r.StringValue.serializeBinaryToWriter)}n=o.getPrimaryColor();if(n!=null){t.writeMessage(3,n,r.StringValue.serializeBinaryToWriter)}n=o.getAccentColor();if(n!=null){t.writeMessage(4,n,r.StringValue.serializeBinaryToWriter)}};proto.vertexvis.protobuf.core.CalloutAnnotationData.prototype.getPosition=function(){return t.Message.getWrapperField(this,u.Vector3f,1)};proto.vertexvis.protobuf.core.CalloutAnnotationData.prototype.setPosition=function(o){t.Message.setWrapperField(this,1,o)};proto.vertexvis.protobuf.core.CalloutAnnotationData.prototype.clearPosition=function(){this.setPosition(undefined)};proto.vertexvis.protobuf.core.CalloutAnnotationData.prototype.hasPosition=function(){return t.Message.getField(this,1)!=null};proto.vertexvis.protobuf.core.CalloutAnnotationData.prototype.getIcon=function(){return t.Message.getWrapperField(this,r.StringValue,2)};proto.vertexvis.protobuf.core.CalloutAnnotationData.prototype.setIcon=function(o){t.Message.setWrapperField(this,2,o)};proto.vertexvis.protobuf.core.CalloutAnnotationData.prototype.clearIcon=function(){this.setIcon(undefined)};proto.vertexvis.protobuf.core.CalloutAnnotationData.prototype.hasIcon=function(){return t.Message.getField(this,2)!=null};proto.vertexvis.protobuf.core.CalloutAnnotationData.prototype.getPrimaryColor=function(){return t.Message.getWrapperField(this,r.StringValue,3)};proto.vertexvis.protobuf.core.CalloutAnnotationData.prototype.setPrimaryColor=function(o){t.Message.setWrapperField(this,3,o)};proto.vertexvis.protobuf.core.CalloutAnnotationData.prototype.clearPrimaryColor=function(){this.setPrimaryColor(undefined)};proto.vertexvis.protobuf.core.CalloutAnnotationData.prototype.hasPrimaryColor=function(){return t.Message.getField(this,3)!=null};proto.vertexvis.protobuf.core.CalloutAnnotationData.prototype.getAccentColor=function(){return t.Message.getWrapperField(this,r.StringValue,4)};proto.vertexvis.protobuf.core.CalloutAnnotationData.prototype.setAccentColor=function(o){t.Message.setWrapperField(this,4,o)};proto.vertexvis.protobuf.core.CalloutAnnotationData.prototype.clearAccentColor=function(){this.setAccentColor(undefined)};proto.vertexvis.protobuf.core.CalloutAnnotationData.prototype.hasAccentColor=function(){return t.Message.getField(this,4)!=null};proto.vertexvis.protobuf.core.CustomAnnotationData=function(o){t.Message.initialize(this,o,0,-1,null,null)};e.inherits(proto.vertexvis.protobuf.core.CustomAnnotationData,t.Message);if(e.DEBUG&&!COMPILED){proto.vertexvis.protobuf.core.CustomAnnotationData.displayName="proto.vertexvis.protobuf.core.CustomAnnotationData"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.core.CustomAnnotationData.prototype.toObject=function(o){return proto.vertexvis.protobuf.core.CustomAnnotationData.toObject(o,this)};proto.vertexvis.protobuf.core.CustomAnnotationData.toObject=function(o,r){var n={type:t.Message.getFieldWithDefault(r,1,""),jsonData:t.Message.getFieldWithDefault(r,2,"")};if(o){n.$jspbMessageInstance=r}return n}}proto.vertexvis.protobuf.core.CustomAnnotationData.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.core.CustomAnnotationData;return proto.vertexvis.protobuf.core.CustomAnnotationData.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.core.CustomAnnotationData.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=t.readString();o.setType(n);break;case 2:var n=t.readString();o.setJsonData(n);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.core.CustomAnnotationData.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.core.CustomAnnotationData.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.core.CustomAnnotationData.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getType();if(r.length>0){t.writeString(1,r)}r=o.getJsonData();if(r.length>0){t.writeString(2,r)}};proto.vertexvis.protobuf.core.CustomAnnotationData.prototype.getType=function(){return t.Message.getFieldWithDefault(this,1,"")};proto.vertexvis.protobuf.core.CustomAnnotationData.prototype.setType=function(o){t.Message.setProto3StringField(this,1,o)};proto.vertexvis.protobuf.core.CustomAnnotationData.prototype.getJsonData=function(){return t.Message.getFieldWithDefault(this,2,"")};proto.vertexvis.protobuf.core.CustomAnnotationData.prototype.setJsonData=function(o){t.Message.setProto3StringField(this,2,o)};e.object.extend(i,proto.vertexvis.protobuf.core)}));var l=o((function(o,r){var i=t;var e=Function("return this")();i.exportSymbol("proto.vertexvis.protobuf.core.RepresentationId",null,e);i.exportSymbol("proto.vertexvis.protobuf.core.RepresentationPredefinedId",null,e);proto.vertexvis.protobuf.core.RepresentationId=function(o){t.Message.initialize(this,o,0,-1,null,proto.vertexvis.protobuf.core.RepresentationId.oneofGroups_)};i.inherits(proto.vertexvis.protobuf.core.RepresentationId,t.Message);if(i.DEBUG&&!COMPILED){proto.vertexvis.protobuf.core.RepresentationId.displayName="proto.vertexvis.protobuf.core.RepresentationId"}proto.vertexvis.protobuf.core.RepresentationId.oneofGroups_=[[1,2,3]];proto.vertexvis.protobuf.core.RepresentationId.IdCase={ID_NOT_SET:0,SYSTEM_ID:1,SUPPLIED_ID:2,PREDEFINED_ID:3};proto.vertexvis.protobuf.core.RepresentationId.prototype.getIdCase=function(){return t.Message.computeOneofCase(this,proto.vertexvis.protobuf.core.RepresentationId.oneofGroups_[0])};if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.core.RepresentationId.prototype.toObject=function(o){return proto.vertexvis.protobuf.core.RepresentationId.toObject(o,this)};proto.vertexvis.protobuf.core.RepresentationId.toObject=function(o,r){var i,e={systemId:(i=r.getSystemId())&&n.Uuid2l.toObject(o,i),suppliedId:t.Message.getFieldWithDefault(r,2,""),predefinedId:t.Message.getFieldWithDefault(r,3,0)};if(o){e.$jspbMessageInstance=r}return e}}proto.vertexvis.protobuf.core.RepresentationId.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.core.RepresentationId;return proto.vertexvis.protobuf.core.RepresentationId.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.core.RepresentationId.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var i=new n.Uuid2l;t.readMessage(i,n.Uuid2l.deserializeBinaryFromReader);o.setSystemId(i);break;case 2:var i=t.readString();o.setSuppliedId(i);break;case 3:var i=t.readEnum();o.setPredefinedId(i);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.core.RepresentationId.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.core.RepresentationId.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.core.RepresentationId.serializeBinaryToWriter=function(o,r){var i=undefined;i=o.getSystemId();if(i!=null){r.writeMessage(1,i,n.Uuid2l.serializeBinaryToWriter)}i=t.Message.getField(o,2);if(i!=null){r.writeString(2,i)}i=t.Message.getField(o,3);if(i!=null){r.writeEnum(3,i)}};proto.vertexvis.protobuf.core.RepresentationId.prototype.getSystemId=function(){return t.Message.getWrapperField(this,n.Uuid2l,1)};proto.vertexvis.protobuf.core.RepresentationId.prototype.setSystemId=function(o){t.Message.setOneofWrapperField(this,1,proto.vertexvis.protobuf.core.RepresentationId.oneofGroups_[0],o)};proto.vertexvis.protobuf.core.RepresentationId.prototype.clearSystemId=function(){this.setSystemId(undefined)};proto.vertexvis.protobuf.core.RepresentationId.prototype.hasSystemId=function(){return t.Message.getField(this,1)!=null};proto.vertexvis.protobuf.core.RepresentationId.prototype.getSuppliedId=function(){return t.Message.getFieldWithDefault(this,2,"")};proto.vertexvis.protobuf.core.RepresentationId.prototype.setSuppliedId=function(o){t.Message.setOneofField(this,2,proto.vertexvis.protobuf.core.RepresentationId.oneofGroups_[0],o)};proto.vertexvis.protobuf.core.RepresentationId.prototype.clearSuppliedId=function(){t.Message.setOneofField(this,2,proto.vertexvis.protobuf.core.RepresentationId.oneofGroups_[0],undefined)};proto.vertexvis.protobuf.core.RepresentationId.prototype.hasSuppliedId=function(){return t.Message.getField(this,2)!=null};proto.vertexvis.protobuf.core.RepresentationId.prototype.getPredefinedId=function(){return t.Message.getFieldWithDefault(this,3,0)};proto.vertexvis.protobuf.core.RepresentationId.prototype.setPredefinedId=function(o){t.Message.setOneofField(this,3,proto.vertexvis.protobuf.core.RepresentationId.oneofGroups_[0],o)};proto.vertexvis.protobuf.core.RepresentationId.prototype.clearPredefinedId=function(){t.Message.setOneofField(this,3,proto.vertexvis.protobuf.core.RepresentationId.oneofGroups_[0],undefined)};proto.vertexvis.protobuf.core.RepresentationId.prototype.hasPredefinedId=function(){return t.Message.getField(this,3)!=null};proto.vertexvis.protobuf.core.RepresentationPredefinedId={REPRESENTATION_PREDEFINED_ID_INVALID:0,REPRESENTATION_PREDEFINED_ID_EMPTY:1,REPRESENTATION_PREDEFINED_ID_ENTIRE_PART:2};i.object.extend(r,proto.vertexvis.protobuf.core)}));var v=o((function(o,r){var n=t;var i=Function("return this")();n.exportSymbol("proto.vertexvis.protobuf.sceneview.v1.ItemRepresentation",null,i);proto.vertexvis.protobuf.sceneview.v1.ItemRepresentation=function(o){t.Message.initialize(this,o,0,-1,null,null)};n.inherits(proto.vertexvis.protobuf.sceneview.v1.ItemRepresentation,t.Message);if(n.DEBUG&&!COMPILED){proto.vertexvis.protobuf.sceneview.v1.ItemRepresentation.displayName="proto.vertexvis.protobuf.sceneview.v1.ItemRepresentation"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.sceneview.v1.ItemRepresentation.prototype.toObject=function(o){return proto.vertexvis.protobuf.sceneview.v1.ItemRepresentation.toObject(o,this)};proto.vertexvis.protobuf.sceneview.v1.ItemRepresentation.toObject=function(o,r){var n,i={id:(n=r.getId())&&l.RepresentationId.toObject(o,n),displayName:t.Message.getFieldWithDefault(r,2,""),isApplied:t.Message.getFieldWithDefault(r,3,false)};if(o){i.$jspbMessageInstance=r}return i}}proto.vertexvis.protobuf.sceneview.v1.ItemRepresentation.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.sceneview.v1.ItemRepresentation;return proto.vertexvis.protobuf.sceneview.v1.ItemRepresentation.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.sceneview.v1.ItemRepresentation.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=new l.RepresentationId;t.readMessage(n,l.RepresentationId.deserializeBinaryFromReader);o.setId(n);break;case 2:var n=t.readString();o.setDisplayName(n);break;case 3:var n=t.readBool();o.setIsApplied(n);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.sceneview.v1.ItemRepresentation.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.sceneview.v1.ItemRepresentation.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.sceneview.v1.ItemRepresentation.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getId();if(r!=null){t.writeMessage(1,r,l.RepresentationId.serializeBinaryToWriter)}r=o.getDisplayName();if(r.length>0){t.writeString(2,r)}r=o.getIsApplied();if(r){t.writeBool(3,r)}};proto.vertexvis.protobuf.sceneview.v1.ItemRepresentation.prototype.getId=function(){return t.Message.getWrapperField(this,l.RepresentationId,1)};proto.vertexvis.protobuf.sceneview.v1.ItemRepresentation.prototype.setId=function(o){t.Message.setWrapperField(this,1,o)};proto.vertexvis.protobuf.sceneview.v1.ItemRepresentation.prototype.clearId=function(){this.setId(undefined)};proto.vertexvis.protobuf.sceneview.v1.ItemRepresentation.prototype.hasId=function(){return t.Message.getField(this,1)!=null};proto.vertexvis.protobuf.sceneview.v1.ItemRepresentation.prototype.getDisplayName=function(){return t.Message.getFieldWithDefault(this,2,"")};proto.vertexvis.protobuf.sceneview.v1.ItemRepresentation.prototype.setDisplayName=function(o){t.Message.setProto3StringField(this,2,o)};proto.vertexvis.protobuf.sceneview.v1.ItemRepresentation.prototype.getIsApplied=function(){return t.Message.getFieldWithDefault(this,3,false)};proto.vertexvis.protobuf.sceneview.v1.ItemRepresentation.prototype.setIsApplied=function(o){t.Message.setProto3BooleanField(this,3,o)};n.object.extend(r,proto.vertexvis.protobuf.sceneview.v1)}));var h=o((function(o,i){var p=t;var l=Function("return this")();p.exportSymbol("proto.vertexvis.protobuf.sceneview.v1.CreateSceneViewAnnotationSetRequest",null,l);p.exportSymbol("proto.vertexvis.protobuf.sceneview.v1.CreateSceneViewAnnotationSetResponse",null,l);p.exportSymbol("proto.vertexvis.protobuf.sceneview.v1.DeleteSceneViewAnnotationSetRequest",null,l);p.exportSymbol("proto.vertexvis.protobuf.sceneview.v1.DeleteSceneViewAnnotationSetResponse",null,l);p.exportSymbol("proto.vertexvis.protobuf.sceneview.v1.ListItemModelViewsRequest",null,l);p.exportSymbol("proto.vertexvis.protobuf.sceneview.v1.ListItemModelViewsResponse",null,l);p.exportSymbol("proto.vertexvis.protobuf.sceneview.v1.ListItemRepresentationsRequest",null,l);p.exportSymbol("proto.vertexvis.protobuf.sceneview.v1.ListItemRepresentationsResponse",null,l);p.exportSymbol("proto.vertexvis.protobuf.sceneview.v1.ListPmiAnnotationsRequest",null,l);p.exportSymbol("proto.vertexvis.protobuf.sceneview.v1.ListPmiAnnotationsResponse",null,l);p.exportSymbol("proto.vertexvis.protobuf.sceneview.v1.ListSceneAnnotationsRequest",null,l);p.exportSymbol("proto.vertexvis.protobuf.sceneview.v1.ListSceneAnnotationsResponse",null,l);p.exportSymbol("proto.vertexvis.protobuf.sceneview.v1.ListSceneViewAnnotationSetsRequest",null,l);p.exportSymbol("proto.vertexvis.protobuf.sceneview.v1.ListSceneViewAnnotationSetsResponse",null,l);p.exportSymbol("proto.vertexvis.protobuf.sceneview.v1.MeasureEntity",null,l);p.exportSymbol("proto.vertexvis.protobuf.sceneview.v1.MeasureRequest",null,l);p.exportSymbol("proto.vertexvis.protobuf.sceneview.v1.MeasureResponse",null,l);p.exportSymbol("proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate",null,l);p.exportSymbol("proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesRequest",null,l);p.exportSymbol("proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesResponse",null,l);proto.vertexvis.protobuf.sceneview.v1.CreateSceneViewAnnotationSetRequest=function(o){t.Message.initialize(this,o,0,-1,null,null)};p.inherits(proto.vertexvis.protobuf.sceneview.v1.CreateSceneViewAnnotationSetRequest,t.Message);if(p.DEBUG&&!COMPILED){proto.vertexvis.protobuf.sceneview.v1.CreateSceneViewAnnotationSetRequest.displayName="proto.vertexvis.protobuf.sceneview.v1.CreateSceneViewAnnotationSetRequest"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.sceneview.v1.CreateSceneViewAnnotationSetRequest.prototype.toObject=function(o){return proto.vertexvis.protobuf.sceneview.v1.CreateSceneViewAnnotationSetRequest.toObject(o,this)};proto.vertexvis.protobuf.sceneview.v1.CreateSceneViewAnnotationSetRequest.toObject=function(o,t){var r,i={sceneAnnotationSetId:(r=t.getSceneAnnotationSetId())&&n.Uuid.toObject(o,r)};if(o){i.$jspbMessageInstance=t}return i}}proto.vertexvis.protobuf.sceneview.v1.CreateSceneViewAnnotationSetRequest.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.sceneview.v1.CreateSceneViewAnnotationSetRequest;return proto.vertexvis.protobuf.sceneview.v1.CreateSceneViewAnnotationSetRequest.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.sceneview.v1.CreateSceneViewAnnotationSetRequest.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var i=new n.Uuid;t.readMessage(i,n.Uuid.deserializeBinaryFromReader);o.setSceneAnnotationSetId(i);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.sceneview.v1.CreateSceneViewAnnotationSetRequest.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.sceneview.v1.CreateSceneViewAnnotationSetRequest.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.sceneview.v1.CreateSceneViewAnnotationSetRequest.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getSceneAnnotationSetId();if(r!=null){t.writeMessage(1,r,n.Uuid.serializeBinaryToWriter)}};proto.vertexvis.protobuf.sceneview.v1.CreateSceneViewAnnotationSetRequest.prototype.getSceneAnnotationSetId=function(){return t.Message.getWrapperField(this,n.Uuid,1)};proto.vertexvis.protobuf.sceneview.v1.CreateSceneViewAnnotationSetRequest.prototype.setSceneAnnotationSetId=function(o){t.Message.setWrapperField(this,1,o)};proto.vertexvis.protobuf.sceneview.v1.CreateSceneViewAnnotationSetRequest.prototype.clearSceneAnnotationSetId=function(){this.setSceneAnnotationSetId(undefined)};proto.vertexvis.protobuf.sceneview.v1.CreateSceneViewAnnotationSetRequest.prototype.hasSceneAnnotationSetId=function(){return t.Message.getField(this,1)!=null};proto.vertexvis.protobuf.sceneview.v1.CreateSceneViewAnnotationSetResponse=function(o){t.Message.initialize(this,o,0,-1,null,null)};p.inherits(proto.vertexvis.protobuf.sceneview.v1.CreateSceneViewAnnotationSetResponse,t.Message);if(p.DEBUG&&!COMPILED){proto.vertexvis.protobuf.sceneview.v1.CreateSceneViewAnnotationSetResponse.displayName="proto.vertexvis.protobuf.sceneview.v1.CreateSceneViewAnnotationSetResponse"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.sceneview.v1.CreateSceneViewAnnotationSetResponse.prototype.toObject=function(o){return proto.vertexvis.protobuf.sceneview.v1.CreateSceneViewAnnotationSetResponse.toObject(o,this)};proto.vertexvis.protobuf.sceneview.v1.CreateSceneViewAnnotationSetResponse.toObject=function(o,t){var r={};if(o){r.$jspbMessageInstance=t}return r}}proto.vertexvis.protobuf.sceneview.v1.CreateSceneViewAnnotationSetResponse.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.sceneview.v1.CreateSceneViewAnnotationSetResponse;return proto.vertexvis.protobuf.sceneview.v1.CreateSceneViewAnnotationSetResponse.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.sceneview.v1.CreateSceneViewAnnotationSetResponse.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){default:t.skipField();break}}return o};proto.vertexvis.protobuf.sceneview.v1.CreateSceneViewAnnotationSetResponse.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.sceneview.v1.CreateSceneViewAnnotationSetResponse.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.sceneview.v1.CreateSceneViewAnnotationSetResponse.serializeBinaryToWriter=function(o,t){};proto.vertexvis.protobuf.sceneview.v1.DeleteSceneViewAnnotationSetRequest=function(o){t.Message.initialize(this,o,0,-1,null,null)};p.inherits(proto.vertexvis.protobuf.sceneview.v1.DeleteSceneViewAnnotationSetRequest,t.Message);if(p.DEBUG&&!COMPILED){proto.vertexvis.protobuf.sceneview.v1.DeleteSceneViewAnnotationSetRequest.displayName="proto.vertexvis.protobuf.sceneview.v1.DeleteSceneViewAnnotationSetRequest"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.sceneview.v1.DeleteSceneViewAnnotationSetRequest.prototype.toObject=function(o){return proto.vertexvis.protobuf.sceneview.v1.DeleteSceneViewAnnotationSetRequest.toObject(o,this)};proto.vertexvis.protobuf.sceneview.v1.DeleteSceneViewAnnotationSetRequest.toObject=function(o,t){var r,i={sceneAnnotationSetId:(r=t.getSceneAnnotationSetId())&&n.Uuid.toObject(o,r)};if(o){i.$jspbMessageInstance=t}return i}}proto.vertexvis.protobuf.sceneview.v1.DeleteSceneViewAnnotationSetRequest.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.sceneview.v1.DeleteSceneViewAnnotationSetRequest;return proto.vertexvis.protobuf.sceneview.v1.DeleteSceneViewAnnotationSetRequest.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.sceneview.v1.DeleteSceneViewAnnotationSetRequest.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var i=new n.Uuid;t.readMessage(i,n.Uuid.deserializeBinaryFromReader);o.setSceneAnnotationSetId(i);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.sceneview.v1.DeleteSceneViewAnnotationSetRequest.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.sceneview.v1.DeleteSceneViewAnnotationSetRequest.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.sceneview.v1.DeleteSceneViewAnnotationSetRequest.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getSceneAnnotationSetId();if(r!=null){t.writeMessage(1,r,n.Uuid.serializeBinaryToWriter)}};proto.vertexvis.protobuf.sceneview.v1.DeleteSceneViewAnnotationSetRequest.prototype.getSceneAnnotationSetId=function(){return t.Message.getWrapperField(this,n.Uuid,1)};proto.vertexvis.protobuf.sceneview.v1.DeleteSceneViewAnnotationSetRequest.prototype.setSceneAnnotationSetId=function(o){t.Message.setWrapperField(this,1,o)};proto.vertexvis.protobuf.sceneview.v1.DeleteSceneViewAnnotationSetRequest.prototype.clearSceneAnnotationSetId=function(){this.setSceneAnnotationSetId(undefined)};proto.vertexvis.protobuf.sceneview.v1.DeleteSceneViewAnnotationSetRequest.prototype.hasSceneAnnotationSetId=function(){return t.Message.getField(this,1)!=null};proto.vertexvis.protobuf.sceneview.v1.DeleteSceneViewAnnotationSetResponse=function(o){t.Message.initialize(this,o,0,-1,null,null)};p.inherits(proto.vertexvis.protobuf.sceneview.v1.DeleteSceneViewAnnotationSetResponse,t.Message);if(p.DEBUG&&!COMPILED){proto.vertexvis.protobuf.sceneview.v1.DeleteSceneViewAnnotationSetResponse.displayName="proto.vertexvis.protobuf.sceneview.v1.DeleteSceneViewAnnotationSetResponse"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.sceneview.v1.DeleteSceneViewAnnotationSetResponse.prototype.toObject=function(o){return proto.vertexvis.protobuf.sceneview.v1.DeleteSceneViewAnnotationSetResponse.toObject(o,this)};proto.vertexvis.protobuf.sceneview.v1.DeleteSceneViewAnnotationSetResponse.toObject=function(o,t){var r={};if(o){r.$jspbMessageInstance=t}return r}}proto.vertexvis.protobuf.sceneview.v1.DeleteSceneViewAnnotationSetResponse.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.sceneview.v1.DeleteSceneViewAnnotationSetResponse;return proto.vertexvis.protobuf.sceneview.v1.DeleteSceneViewAnnotationSetResponse.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.sceneview.v1.DeleteSceneViewAnnotationSetResponse.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){default:t.skipField();break}}return o};proto.vertexvis.protobuf.sceneview.v1.DeleteSceneViewAnnotationSetResponse.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.sceneview.v1.DeleteSceneViewAnnotationSetResponse.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.sceneview.v1.DeleteSceneViewAnnotationSetResponse.serializeBinaryToWriter=function(o,t){};proto.vertexvis.protobuf.sceneview.v1.ListItemRepresentationsRequest=function(o){t.Message.initialize(this,o,0,-1,null,null)};p.inherits(proto.vertexvis.protobuf.sceneview.v1.ListItemRepresentationsRequest,t.Message);if(p.DEBUG&&!COMPILED){proto.vertexvis.protobuf.sceneview.v1.ListItemRepresentationsRequest.displayName="proto.vertexvis.protobuf.sceneview.v1.ListItemRepresentationsRequest"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.sceneview.v1.ListItemRepresentationsRequest.prototype.toObject=function(o){return proto.vertexvis.protobuf.sceneview.v1.ListItemRepresentationsRequest.toObject(o,this)};proto.vertexvis.protobuf.sceneview.v1.ListItemRepresentationsRequest.toObject=function(o,t){var r,i={itemId:(r=t.getItemId())&&n.Uuid.toObject(o,r),page:(r=t.getPage())&&s.Pager.toObject(o,r)};if(o){i.$jspbMessageInstance=t}return i}}proto.vertexvis.protobuf.sceneview.v1.ListItemRepresentationsRequest.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.sceneview.v1.ListItemRepresentationsRequest;return proto.vertexvis.protobuf.sceneview.v1.ListItemRepresentationsRequest.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.sceneview.v1.ListItemRepresentationsRequest.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var i=new n.Uuid;t.readMessage(i,n.Uuid.deserializeBinaryFromReader);o.setItemId(i);break;case 2:var i=new s.Pager;t.readMessage(i,s.Pager.deserializeBinaryFromReader);o.setPage(i);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.sceneview.v1.ListItemRepresentationsRequest.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.sceneview.v1.ListItemRepresentationsRequest.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.sceneview.v1.ListItemRepresentationsRequest.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getItemId();if(r!=null){t.writeMessage(1,r,n.Uuid.serializeBinaryToWriter)}r=o.getPage();if(r!=null){t.writeMessage(2,r,s.Pager.serializeBinaryToWriter)}};proto.vertexvis.protobuf.sceneview.v1.ListItemRepresentationsRequest.prototype.getItemId=function(){return t.Message.getWrapperField(this,n.Uuid,1)};proto.vertexvis.protobuf.sceneview.v1.ListItemRepresentationsRequest.prototype.setItemId=function(o){t.Message.setWrapperField(this,1,o)};proto.vertexvis.protobuf.sceneview.v1.ListItemRepresentationsRequest.prototype.clearItemId=function(){this.setItemId(undefined)};proto.vertexvis.protobuf.sceneview.v1.ListItemRepresentationsRequest.prototype.hasItemId=function(){return t.Message.getField(this,1)!=null};proto.vertexvis.protobuf.sceneview.v1.ListItemRepresentationsRequest.prototype.getPage=function(){return t.Message.getWrapperField(this,s.Pager,2)};proto.vertexvis.protobuf.sceneview.v1.ListItemRepresentationsRequest.prototype.setPage=function(o){t.Message.setWrapperField(this,2,o)};proto.vertexvis.protobuf.sceneview.v1.ListItemRepresentationsRequest.prototype.clearPage=function(){this.setPage(undefined)};proto.vertexvis.protobuf.sceneview.v1.ListItemRepresentationsRequest.prototype.hasPage=function(){return t.Message.getField(this,2)!=null};proto.vertexvis.protobuf.sceneview.v1.ListItemRepresentationsResponse=function(o){t.Message.initialize(this,o,0,-1,proto.vertexvis.protobuf.sceneview.v1.ListItemRepresentationsResponse.repeatedFields_,null)};p.inherits(proto.vertexvis.protobuf.sceneview.v1.ListItemRepresentationsResponse,t.Message);if(p.DEBUG&&!COMPILED){proto.vertexvis.protobuf.sceneview.v1.ListItemRepresentationsResponse.displayName="proto.vertexvis.protobuf.sceneview.v1.ListItemRepresentationsResponse"}proto.vertexvis.protobuf.sceneview.v1.ListItemRepresentationsResponse.repeatedFields_=[1,2];if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.sceneview.v1.ListItemRepresentationsResponse.prototype.toObject=function(o){return proto.vertexvis.protobuf.sceneview.v1.ListItemRepresentationsResponse.toObject(o,this)};proto.vertexvis.protobuf.sceneview.v1.ListItemRepresentationsResponse.toObject=function(o,r){var n,i={representationsList:t.Message.toObjectList(r.getRepresentationsList(),v.ItemRepresentation.toObject,o),systemRepresentationsList:t.Message.toObjectList(r.getSystemRepresentationsList(),v.ItemRepresentation.toObject,o),nextPageCursor:(n=r.getNextPageCursor())&&s.Cursor.toObject(o,n)};if(o){i.$jspbMessageInstance=r}return i}}proto.vertexvis.protobuf.sceneview.v1.ListItemRepresentationsResponse.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.sceneview.v1.ListItemRepresentationsResponse;return proto.vertexvis.protobuf.sceneview.v1.ListItemRepresentationsResponse.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.sceneview.v1.ListItemRepresentationsResponse.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=new v.ItemRepresentation;t.readMessage(n,v.ItemRepresentation.deserializeBinaryFromReader);o.addRepresentations(n);break;case 2:var n=new v.ItemRepresentation;t.readMessage(n,v.ItemRepresentation.deserializeBinaryFromReader);o.addSystemRepresentations(n);break;case 3:var n=new s.Cursor;t.readMessage(n,s.Cursor.deserializeBinaryFromReader);o.setNextPageCursor(n);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.sceneview.v1.ListItemRepresentationsResponse.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.sceneview.v1.ListItemRepresentationsResponse.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.sceneview.v1.ListItemRepresentationsResponse.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getRepresentationsList();if(r.length>0){t.writeRepeatedMessage(1,r,v.ItemRepresentation.serializeBinaryToWriter)}r=o.getSystemRepresentationsList();if(r.length>0){t.writeRepeatedMessage(2,r,v.ItemRepresentation.serializeBinaryToWriter)}r=o.getNextPageCursor();if(r!=null){t.writeMessage(3,r,s.Cursor.serializeBinaryToWriter)}};proto.vertexvis.protobuf.sceneview.v1.ListItemRepresentationsResponse.prototype.getRepresentationsList=function(){return t.Message.getRepeatedWrapperField(this,v.ItemRepresentation,1)};proto.vertexvis.protobuf.sceneview.v1.ListItemRepresentationsResponse.prototype.setRepresentationsList=function(o){t.Message.setRepeatedWrapperField(this,1,o)};proto.vertexvis.protobuf.sceneview.v1.ListItemRepresentationsResponse.prototype.addRepresentations=function(o,r){return t.Message.addToRepeatedWrapperField(this,1,o,proto.vertexvis.protobuf.sceneview.v1.ItemRepresentation,r)};proto.vertexvis.protobuf.sceneview.v1.ListItemRepresentationsResponse.prototype.clearRepresentationsList=function(){this.setRepresentationsList([])};proto.vertexvis.protobuf.sceneview.v1.ListItemRepresentationsResponse.prototype.getSystemRepresentationsList=function(){return t.Message.getRepeatedWrapperField(this,v.ItemRepresentation,2)};proto.vertexvis.protobuf.sceneview.v1.ListItemRepresentationsResponse.prototype.setSystemRepresentationsList=function(o){t.Message.setRepeatedWrapperField(this,2,o)};proto.vertexvis.protobuf.sceneview.v1.ListItemRepresentationsResponse.prototype.addSystemRepresentations=function(o,r){return t.Message.addToRepeatedWrapperField(this,2,o,proto.vertexvis.protobuf.sceneview.v1.ItemRepresentation,r)};proto.vertexvis.protobuf.sceneview.v1.ListItemRepresentationsResponse.prototype.clearSystemRepresentationsList=function(){this.setSystemRepresentationsList([])};proto.vertexvis.protobuf.sceneview.v1.ListItemRepresentationsResponse.prototype.getNextPageCursor=function(){return t.Message.getWrapperField(this,s.Cursor,3)};proto.vertexvis.protobuf.sceneview.v1.ListItemRepresentationsResponse.prototype.setNextPageCursor=function(o){t.Message.setWrapperField(this,3,o)};proto.vertexvis.protobuf.sceneview.v1.ListItemRepresentationsResponse.prototype.clearNextPageCursor=function(){this.setNextPageCursor(undefined)};proto.vertexvis.protobuf.sceneview.v1.ListItemRepresentationsResponse.prototype.hasNextPageCursor=function(){return t.Message.getField(this,3)!=null};proto.vertexvis.protobuf.sceneview.v1.ListItemModelViewsRequest=function(o){t.Message.initialize(this,o,0,-1,null,null)};p.inherits(proto.vertexvis.protobuf.sceneview.v1.ListItemModelViewsRequest,t.Message);if(p.DEBUG&&!COMPILED){proto.vertexvis.protobuf.sceneview.v1.ListItemModelViewsRequest.displayName="proto.vertexvis.protobuf.sceneview.v1.ListItemModelViewsRequest"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.sceneview.v1.ListItemModelViewsRequest.prototype.toObject=function(o){return proto.vertexvis.protobuf.sceneview.v1.ListItemModelViewsRequest.toObject(o,this)};proto.vertexvis.protobuf.sceneview.v1.ListItemModelViewsRequest.toObject=function(o,t){var i,e={itemId:(i=t.getItemId())&&n.Uuid2l.toObject(o,i),page:(i=t.getPage())&&s.Pager.toObject(o,i),hasAnnotations:(i=t.getHasAnnotations())&&r.BoolValue.toObject(o,i)};if(o){e.$jspbMessageInstance=t}return e}}proto.vertexvis.protobuf.sceneview.v1.ListItemModelViewsRequest.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.sceneview.v1.ListItemModelViewsRequest;return proto.vertexvis.protobuf.sceneview.v1.ListItemModelViewsRequest.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.sceneview.v1.ListItemModelViewsRequest.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var i=t.getFieldNumber();switch(i){case 1:var e=new n.Uuid2l;t.readMessage(e,n.Uuid2l.deserializeBinaryFromReader);o.setItemId(e);break;case 2:var e=new s.Pager;t.readMessage(e,s.Pager.deserializeBinaryFromReader);o.setPage(e);break;case 3:var e=new r.BoolValue;t.readMessage(e,r.BoolValue.deserializeBinaryFromReader);o.setHasAnnotations(e);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.sceneview.v1.ListItemModelViewsRequest.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.sceneview.v1.ListItemModelViewsRequest.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.sceneview.v1.ListItemModelViewsRequest.serializeBinaryToWriter=function(o,t){var i=undefined;i=o.getItemId();if(i!=null){t.writeMessage(1,i,n.Uuid2l.serializeBinaryToWriter)}i=o.getPage();if(i!=null){t.writeMessage(2,i,s.Pager.serializeBinaryToWriter)}i=o.getHasAnnotations();if(i!=null){t.writeMessage(3,i,r.BoolValue.serializeBinaryToWriter)}};proto.vertexvis.protobuf.sceneview.v1.ListItemModelViewsRequest.prototype.getItemId=function(){return t.Message.getWrapperField(this,n.Uuid2l,1)};proto.vertexvis.protobuf.sceneview.v1.ListItemModelViewsRequest.prototype.setItemId=function(o){t.Message.setWrapperField(this,1,o)};proto.vertexvis.protobuf.sceneview.v1.ListItemModelViewsRequest.prototype.clearItemId=function(){this.setItemId(undefined)};proto.vertexvis.protobuf.sceneview.v1.ListItemModelViewsRequest.prototype.hasItemId=function(){return t.Message.getField(this,1)!=null};proto.vertexvis.protobuf.sceneview.v1.ListItemModelViewsRequest.prototype.getPage=function(){return t.Message.getWrapperField(this,s.Pager,2)};proto.vertexvis.protobuf.sceneview.v1.ListItemModelViewsRequest.prototype.setPage=function(o){t.Message.setWrapperField(this,2,o)};proto.vertexvis.protobuf.sceneview.v1.ListItemModelViewsRequest.prototype.clearPage=function(){this.setPage(undefined)};proto.vertexvis.protobuf.sceneview.v1.ListItemModelViewsRequest.prototype.hasPage=function(){return t.Message.getField(this,2)!=null};proto.vertexvis.protobuf.sceneview.v1.ListItemModelViewsRequest.prototype.getHasAnnotations=function(){return t.Message.getWrapperField(this,r.BoolValue,3)};proto.vertexvis.protobuf.sceneview.v1.ListItemModelViewsRequest.prototype.setHasAnnotations=function(o){t.Message.setWrapperField(this,3,o)};proto.vertexvis.protobuf.sceneview.v1.ListItemModelViewsRequest.prototype.clearHasAnnotations=function(){this.setHasAnnotations(undefined)};proto.vertexvis.protobuf.sceneview.v1.ListItemModelViewsRequest.prototype.hasHasAnnotations=function(){return t.Message.getField(this,3)!=null};proto.vertexvis.protobuf.sceneview.v1.ListItemModelViewsResponse=function(o){t.Message.initialize(this,o,0,-1,proto.vertexvis.protobuf.sceneview.v1.ListItemModelViewsResponse.repeatedFields_,null)};p.inherits(proto.vertexvis.protobuf.sceneview.v1.ListItemModelViewsResponse,t.Message);if(p.DEBUG&&!COMPILED){proto.vertexvis.protobuf.sceneview.v1.ListItemModelViewsResponse.displayName="proto.vertexvis.protobuf.sceneview.v1.ListItemModelViewsResponse"}proto.vertexvis.protobuf.sceneview.v1.ListItemModelViewsResponse.repeatedFields_=[1];if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.sceneview.v1.ListItemModelViewsResponse.prototype.toObject=function(o){return proto.vertexvis.protobuf.sceneview.v1.ListItemModelViewsResponse.toObject(o,this)};proto.vertexvis.protobuf.sceneview.v1.ListItemModelViewsResponse.toObject=function(o,r){var n,i={modelViewsList:t.Message.toObjectList(r.getModelViewsList(),f.ModelView.toObject,o),nextPageCursor:(n=r.getNextPageCursor())&&s.Cursor.toObject(o,n)};if(o){i.$jspbMessageInstance=r}return i}}proto.vertexvis.protobuf.sceneview.v1.ListItemModelViewsResponse.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.sceneview.v1.ListItemModelViewsResponse;return proto.vertexvis.protobuf.sceneview.v1.ListItemModelViewsResponse.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.sceneview.v1.ListItemModelViewsResponse.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=new f.ModelView;t.readMessage(n,f.ModelView.deserializeBinaryFromReader);o.addModelViews(n);break;case 2:var n=new s.Cursor;t.readMessage(n,s.Cursor.deserializeBinaryFromReader);o.setNextPageCursor(n);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.sceneview.v1.ListItemModelViewsResponse.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.sceneview.v1.ListItemModelViewsResponse.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.sceneview.v1.ListItemModelViewsResponse.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getModelViewsList();if(r.length>0){t.writeRepeatedMessage(1,r,f.ModelView.serializeBinaryToWriter)}r=o.getNextPageCursor();if(r!=null){t.writeMessage(2,r,s.Cursor.serializeBinaryToWriter)}};proto.vertexvis.protobuf.sceneview.v1.ListItemModelViewsResponse.prototype.getModelViewsList=function(){return t.Message.getRepeatedWrapperField(this,f.ModelView,1)};proto.vertexvis.protobuf.sceneview.v1.ListItemModelViewsResponse.prototype.setModelViewsList=function(o){t.Message.setRepeatedWrapperField(this,1,o)};proto.vertexvis.protobuf.sceneview.v1.ListItemModelViewsResponse.prototype.addModelViews=function(o,r){return t.Message.addToRepeatedWrapperField(this,1,o,proto.vertexvis.protobuf.core.ModelView,r)};proto.vertexvis.protobuf.sceneview.v1.ListItemModelViewsResponse.prototype.clearModelViewsList=function(){this.setModelViewsList([])};proto.vertexvis.protobuf.sceneview.v1.ListItemModelViewsResponse.prototype.getNextPageCursor=function(){return t.Message.getWrapperField(this,s.Cursor,2)};proto.vertexvis.protobuf.sceneview.v1.ListItemModelViewsResponse.prototype.setNextPageCursor=function(o){t.Message.setWrapperField(this,2,o)};proto.vertexvis.protobuf.sceneview.v1.ListItemModelViewsResponse.prototype.clearNextPageCursor=function(){this.setNextPageCursor(undefined)};proto.vertexvis.protobuf.sceneview.v1.ListItemModelViewsResponse.prototype.hasNextPageCursor=function(){return t.Message.getField(this,2)!=null};proto.vertexvis.protobuf.sceneview.v1.ListPmiAnnotationsRequest=function(o){t.Message.initialize(this,o,0,-1,null,null)};p.inherits(proto.vertexvis.protobuf.sceneview.v1.ListPmiAnnotationsRequest,t.Message);if(p.DEBUG&&!COMPILED){proto.vertexvis.protobuf.sceneview.v1.ListPmiAnnotationsRequest.displayName="proto.vertexvis.protobuf.sceneview.v1.ListPmiAnnotationsRequest"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.sceneview.v1.ListPmiAnnotationsRequest.prototype.toObject=function(o){return proto.vertexvis.protobuf.sceneview.v1.ListPmiAnnotationsRequest.toObject(o,this)};proto.vertexvis.protobuf.sceneview.v1.ListPmiAnnotationsRequest.toObject=function(o,t){var r,i={modelViewId:(r=t.getModelViewId())&&n.Uuid2l.toObject(o,r),page:(r=t.getPage())&&s.Pager.toObject(o,r)};if(o){i.$jspbMessageInstance=t}return i}}proto.vertexvis.protobuf.sceneview.v1.ListPmiAnnotationsRequest.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.sceneview.v1.ListPmiAnnotationsRequest;return proto.vertexvis.protobuf.sceneview.v1.ListPmiAnnotationsRequest.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.sceneview.v1.ListPmiAnnotationsRequest.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var i=new n.Uuid2l;t.readMessage(i,n.Uuid2l.deserializeBinaryFromReader);o.setModelViewId(i);break;case 2:var i=new s.Pager;t.readMessage(i,s.Pager.deserializeBinaryFromReader);o.setPage(i);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.sceneview.v1.ListPmiAnnotationsRequest.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.sceneview.v1.ListPmiAnnotationsRequest.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.sceneview.v1.ListPmiAnnotationsRequest.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getModelViewId();if(r!=null){t.writeMessage(1,r,n.Uuid2l.serializeBinaryToWriter)}r=o.getPage();if(r!=null){t.writeMessage(2,r,s.Pager.serializeBinaryToWriter)}};proto.vertexvis.protobuf.sceneview.v1.ListPmiAnnotationsRequest.prototype.getModelViewId=function(){return t.Message.getWrapperField(this,n.Uuid2l,1)};proto.vertexvis.protobuf.sceneview.v1.ListPmiAnnotationsRequest.prototype.setModelViewId=function(o){t.Message.setWrapperField(this,1,o)};proto.vertexvis.protobuf.sceneview.v1.ListPmiAnnotationsRequest.prototype.clearModelViewId=function(){this.setModelViewId(undefined)};proto.vertexvis.protobuf.sceneview.v1.ListPmiAnnotationsRequest.prototype.hasModelViewId=function(){return t.Message.getField(this,1)!=null};proto.vertexvis.protobuf.sceneview.v1.ListPmiAnnotationsRequest.prototype.getPage=function(){return t.Message.getWrapperField(this,s.Pager,2)};proto.vertexvis.protobuf.sceneview.v1.ListPmiAnnotationsRequest.prototype.setPage=function(o){t.Message.setWrapperField(this,2,o)};proto.vertexvis.protobuf.sceneview.v1.ListPmiAnnotationsRequest.prototype.clearPage=function(){this.setPage(undefined)};proto.vertexvis.protobuf.sceneview.v1.ListPmiAnnotationsRequest.prototype.hasPage=function(){return t.Message.getField(this,2)!=null};proto.vertexvis.protobuf.sceneview.v1.ListPmiAnnotationsResponse=function(o){t.Message.initialize(this,o,0,-1,proto.vertexvis.protobuf.sceneview.v1.ListPmiAnnotationsResponse.repeatedFields_,null)};p.inherits(proto.vertexvis.protobuf.sceneview.v1.ListPmiAnnotationsResponse,t.Message);if(p.DEBUG&&!COMPILED){proto.vertexvis.protobuf.sceneview.v1.ListPmiAnnotationsResponse.displayName="proto.vertexvis.protobuf.sceneview.v1.ListPmiAnnotationsResponse"}proto.vertexvis.protobuf.sceneview.v1.ListPmiAnnotationsResponse.repeatedFields_=[1];if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.sceneview.v1.ListPmiAnnotationsResponse.prototype.toObject=function(o){return proto.vertexvis.protobuf.sceneview.v1.ListPmiAnnotationsResponse.toObject(o,this)};proto.vertexvis.protobuf.sceneview.v1.ListPmiAnnotationsResponse.toObject=function(o,r){var n,i={annotationsList:t.Message.toObjectList(r.getAnnotationsList(),f.PmiAnnotation.toObject,o),nextPageCursor:(n=r.getNextPageCursor())&&s.Cursor.toObject(o,n)};if(o){i.$jspbMessageInstance=r}return i}}proto.vertexvis.protobuf.sceneview.v1.ListPmiAnnotationsResponse.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.sceneview.v1.ListPmiAnnotationsResponse;return proto.vertexvis.protobuf.sceneview.v1.ListPmiAnnotationsResponse.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.sceneview.v1.ListPmiAnnotationsResponse.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=new f.PmiAnnotation;t.readMessage(n,f.PmiAnnotation.deserializeBinaryFromReader);o.addAnnotations(n);break;case 2:var n=new s.Cursor;t.readMessage(n,s.Cursor.deserializeBinaryFromReader);o.setNextPageCursor(n);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.sceneview.v1.ListPmiAnnotationsResponse.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.sceneview.v1.ListPmiAnnotationsResponse.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.sceneview.v1.ListPmiAnnotationsResponse.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getAnnotationsList();if(r.length>0){t.writeRepeatedMessage(1,r,f.PmiAnnotation.serializeBinaryToWriter)}r=o.getNextPageCursor();if(r!=null){t.writeMessage(2,r,s.Cursor.serializeBinaryToWriter)}};proto.vertexvis.protobuf.sceneview.v1.ListPmiAnnotationsResponse.prototype.getAnnotationsList=function(){return t.Message.getRepeatedWrapperField(this,f.PmiAnnotation,1)};proto.vertexvis.protobuf.sceneview.v1.ListPmiAnnotationsResponse.prototype.setAnnotationsList=function(o){t.Message.setRepeatedWrapperField(this,1,o)};proto.vertexvis.protobuf.sceneview.v1.ListPmiAnnotationsResponse.prototype.addAnnotations=function(o,r){return t.Message.addToRepeatedWrapperField(this,1,o,proto.vertexvis.protobuf.core.PmiAnnotation,r)};proto.vertexvis.protobuf.sceneview.v1.ListPmiAnnotationsResponse.prototype.clearAnnotationsList=function(){this.setAnnotationsList([])};proto.vertexvis.protobuf.sceneview.v1.ListPmiAnnotationsResponse.prototype.getNextPageCursor=function(){return t.Message.getWrapperField(this,s.Cursor,2)};proto.vertexvis.protobuf.sceneview.v1.ListPmiAnnotationsResponse.prototype.setNextPageCursor=function(o){t.Message.setWrapperField(this,2,o)};proto.vertexvis.protobuf.sceneview.v1.ListPmiAnnotationsResponse.prototype.clearNextPageCursor=function(){this.setNextPageCursor(undefined)};proto.vertexvis.protobuf.sceneview.v1.ListPmiAnnotationsResponse.prototype.hasNextPageCursor=function(){return t.Message.getField(this,2)!=null};proto.vertexvis.protobuf.sceneview.v1.ListSceneViewAnnotationSetsRequest=function(o){t.Message.initialize(this,o,0,-1,null,null)};p.inherits(proto.vertexvis.protobuf.sceneview.v1.ListSceneViewAnnotationSetsRequest,t.Message);if(p.DEBUG&&!COMPILED){proto.vertexvis.protobuf.sceneview.v1.ListSceneViewAnnotationSetsRequest.displayName="proto.vertexvis.protobuf.sceneview.v1.ListSceneViewAnnotationSetsRequest"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.sceneview.v1.ListSceneViewAnnotationSetsRequest.prototype.toObject=function(o){return proto.vertexvis.protobuf.sceneview.v1.ListSceneViewAnnotationSetsRequest.toObject(o,this)};proto.vertexvis.protobuf.sceneview.v1.ListSceneViewAnnotationSetsRequest.toObject=function(o,t){var r,n={page:(r=t.getPage())&&s.Pager.toObject(o,r)};if(o){n.$jspbMessageInstance=t}return n}}proto.vertexvis.protobuf.sceneview.v1.ListSceneViewAnnotationSetsRequest.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.sceneview.v1.ListSceneViewAnnotationSetsRequest;return proto.vertexvis.protobuf.sceneview.v1.ListSceneViewAnnotationSetsRequest.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.sceneview.v1.ListSceneViewAnnotationSetsRequest.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=new s.Pager;t.readMessage(n,s.Pager.deserializeBinaryFromReader);o.setPage(n);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.sceneview.v1.ListSceneViewAnnotationSetsRequest.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.sceneview.v1.ListSceneViewAnnotationSetsRequest.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.sceneview.v1.ListSceneViewAnnotationSetsRequest.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getPage();if(r!=null){t.writeMessage(1,r,s.Pager.serializeBinaryToWriter)}};proto.vertexvis.protobuf.sceneview.v1.ListSceneViewAnnotationSetsRequest.prototype.getPage=function(){return t.Message.getWrapperField(this,s.Pager,1)};proto.vertexvis.protobuf.sceneview.v1.ListSceneViewAnnotationSetsRequest.prototype.setPage=function(o){t.Message.setWrapperField(this,1,o)};proto.vertexvis.protobuf.sceneview.v1.ListSceneViewAnnotationSetsRequest.prototype.clearPage=function(){this.setPage(undefined)};proto.vertexvis.protobuf.sceneview.v1.ListSceneViewAnnotationSetsRequest.prototype.hasPage=function(){return t.Message.getField(this,1)!=null};proto.vertexvis.protobuf.sceneview.v1.ListSceneViewAnnotationSetsResponse=function(o){t.Message.initialize(this,o,0,-1,proto.vertexvis.protobuf.sceneview.v1.ListSceneViewAnnotationSetsResponse.repeatedFields_,null)};p.inherits(proto.vertexvis.protobuf.sceneview.v1.ListSceneViewAnnotationSetsResponse,t.Message);if(p.DEBUG&&!COMPILED){proto.vertexvis.protobuf.sceneview.v1.ListSceneViewAnnotationSetsResponse.displayName="proto.vertexvis.protobuf.sceneview.v1.ListSceneViewAnnotationSetsResponse"}proto.vertexvis.protobuf.sceneview.v1.ListSceneViewAnnotationSetsResponse.repeatedFields_=[1];if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.sceneview.v1.ListSceneViewAnnotationSetsResponse.prototype.toObject=function(o){return proto.vertexvis.protobuf.sceneview.v1.ListSceneViewAnnotationSetsResponse.toObject(o,this)};proto.vertexvis.protobuf.sceneview.v1.ListSceneViewAnnotationSetsResponse.toObject=function(o,r){var n,i={sceneAnnotationSetsList:t.Message.toObjectList(r.getSceneAnnotationSetsList(),a.SceneAnnotationSet.toObject,o),nextCursor:(n=r.getNextCursor())&&s.Cursor.toObject(o,n)};if(o){i.$jspbMessageInstance=r}return i}}proto.vertexvis.protobuf.sceneview.v1.ListSceneViewAnnotationSetsResponse.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.sceneview.v1.ListSceneViewAnnotationSetsResponse;return proto.vertexvis.protobuf.sceneview.v1.ListSceneViewAnnotationSetsResponse.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.sceneview.v1.ListSceneViewAnnotationSetsResponse.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=new a.SceneAnnotationSet;t.readMessage(n,a.SceneAnnotationSet.deserializeBinaryFromReader);o.addSceneAnnotationSets(n);break;case 2:var n=new s.Cursor;t.readMessage(n,s.Cursor.deserializeBinaryFromReader);o.setNextCursor(n);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.sceneview.v1.ListSceneViewAnnotationSetsResponse.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.sceneview.v1.ListSceneViewAnnotationSetsResponse.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.sceneview.v1.ListSceneViewAnnotationSetsResponse.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getSceneAnnotationSetsList();if(r.length>0){t.writeRepeatedMessage(1,r,a.SceneAnnotationSet.serializeBinaryToWriter)}r=o.getNextCursor();if(r!=null){t.writeMessage(2,r,s.Cursor.serializeBinaryToWriter)}};proto.vertexvis.protobuf.sceneview.v1.ListSceneViewAnnotationSetsResponse.prototype.getSceneAnnotationSetsList=function(){return t.Message.getRepeatedWrapperField(this,a.SceneAnnotationSet,1)};proto.vertexvis.protobuf.sceneview.v1.ListSceneViewAnnotationSetsResponse.prototype.setSceneAnnotationSetsList=function(o){t.Message.setRepeatedWrapperField(this,1,o)};proto.vertexvis.protobuf.sceneview.v1.ListSceneViewAnnotationSetsResponse.prototype.addSceneAnnotationSets=function(o,r){return t.Message.addToRepeatedWrapperField(this,1,o,proto.vertexvis.protobuf.core.SceneAnnotationSet,r)};proto.vertexvis.protobuf.sceneview.v1.ListSceneViewAnnotationSetsResponse.prototype.clearSceneAnnotationSetsList=function(){this.setSceneAnnotationSetsList([])};proto.vertexvis.protobuf.sceneview.v1.ListSceneViewAnnotationSetsResponse.prototype.getNextCursor=function(){return t.Message.getWrapperField(this,s.Cursor,2)};proto.vertexvis.protobuf.sceneview.v1.ListSceneViewAnnotationSetsResponse.prototype.setNextCursor=function(o){t.Message.setWrapperField(this,2,o)};proto.vertexvis.protobuf.sceneview.v1.ListSceneViewAnnotationSetsResponse.prototype.clearNextCursor=function(){this.setNextCursor(undefined)};proto.vertexvis.protobuf.sceneview.v1.ListSceneViewAnnotationSetsResponse.prototype.hasNextCursor=function(){return t.Message.getField(this,2)!=null};proto.vertexvis.protobuf.sceneview.v1.ListSceneAnnotationsRequest=function(o){t.Message.initialize(this,o,0,-1,null,null)};p.inherits(proto.vertexvis.protobuf.sceneview.v1.ListSceneAnnotationsRequest,t.Message);if(p.DEBUG&&!COMPILED){proto.vertexvis.protobuf.sceneview.v1.ListSceneAnnotationsRequest.displayName="proto.vertexvis.protobuf.sceneview.v1.ListSceneAnnotationsRequest"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.sceneview.v1.ListSceneAnnotationsRequest.prototype.toObject=function(o){return proto.vertexvis.protobuf.sceneview.v1.ListSceneAnnotationsRequest.toObject(o,this)};proto.vertexvis.protobuf.sceneview.v1.ListSceneAnnotationsRequest.toObject=function(o,t){var r,i={sceneAnnotationSetId:(r=t.getSceneAnnotationSetId())&&n.Uuid2l.toObject(o,r),page:(r=t.getPage())&&s.Pager.toObject(o,r)};if(o){i.$jspbMessageInstance=t}return i}}proto.vertexvis.protobuf.sceneview.v1.ListSceneAnnotationsRequest.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.sceneview.v1.ListSceneAnnotationsRequest;return proto.vertexvis.protobuf.sceneview.v1.ListSceneAnnotationsRequest.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.sceneview.v1.ListSceneAnnotationsRequest.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var i=new n.Uuid2l;t.readMessage(i,n.Uuid2l.deserializeBinaryFromReader);o.setSceneAnnotationSetId(i);break;case 2:var i=new s.Pager;t.readMessage(i,s.Pager.deserializeBinaryFromReader);o.setPage(i);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.sceneview.v1.ListSceneAnnotationsRequest.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.sceneview.v1.ListSceneAnnotationsRequest.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.sceneview.v1.ListSceneAnnotationsRequest.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getSceneAnnotationSetId();if(r!=null){t.writeMessage(1,r,n.Uuid2l.serializeBinaryToWriter)}r=o.getPage();if(r!=null){t.writeMessage(2,r,s.Pager.serializeBinaryToWriter)}};proto.vertexvis.protobuf.sceneview.v1.ListSceneAnnotationsRequest.prototype.getSceneAnnotationSetId=function(){return t.Message.getWrapperField(this,n.Uuid2l,1)};proto.vertexvis.protobuf.sceneview.v1.ListSceneAnnotationsRequest.prototype.setSceneAnnotationSetId=function(o){t.Message.setWrapperField(this,1,o)};proto.vertexvis.protobuf.sceneview.v1.ListSceneAnnotationsRequest.prototype.clearSceneAnnotationSetId=function(){this.setSceneAnnotationSetId(undefined)};proto.vertexvis.protobuf.sceneview.v1.ListSceneAnnotationsRequest.prototype.hasSceneAnnotationSetId=function(){return t.Message.getField(this,1)!=null};proto.vertexvis.protobuf.sceneview.v1.ListSceneAnnotationsRequest.prototype.getPage=function(){return t.Message.getWrapperField(this,s.Pager,2)};proto.vertexvis.protobuf.sceneview.v1.ListSceneAnnotationsRequest.prototype.setPage=function(o){t.Message.setWrapperField(this,2,o)};proto.vertexvis.protobuf.sceneview.v1.ListSceneAnnotationsRequest.prototype.clearPage=function(){this.setPage(undefined)};proto.vertexvis.protobuf.sceneview.v1.ListSceneAnnotationsRequest.prototype.hasPage=function(){return t.Message.getField(this,2)!=null};proto.vertexvis.protobuf.sceneview.v1.ListSceneAnnotationsResponse=function(o){t.Message.initialize(this,o,0,-1,proto.vertexvis.protobuf.sceneview.v1.ListSceneAnnotationsResponse.repeatedFields_,null)};p.inherits(proto.vertexvis.protobuf.sceneview.v1.ListSceneAnnotationsResponse,t.Message);if(p.DEBUG&&!COMPILED){proto.vertexvis.protobuf.sceneview.v1.ListSceneAnnotationsResponse.displayName="proto.vertexvis.protobuf.sceneview.v1.ListSceneAnnotationsResponse"}proto.vertexvis.protobuf.sceneview.v1.ListSceneAnnotationsResponse.repeatedFields_=[1];if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.sceneview.v1.ListSceneAnnotationsResponse.prototype.toObject=function(o){return proto.vertexvis.protobuf.sceneview.v1.ListSceneAnnotationsResponse.toObject(o,this)};proto.vertexvis.protobuf.sceneview.v1.ListSceneAnnotationsResponse.toObject=function(o,r){var n,i={sceneAnnotationsList:t.Message.toObjectList(r.getSceneAnnotationsList(),a.SceneAnnotation.toObject,o),nextCursor:(n=r.getNextCursor())&&s.Cursor.toObject(o,n)};if(o){i.$jspbMessageInstance=r}return i}}proto.vertexvis.protobuf.sceneview.v1.ListSceneAnnotationsResponse.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.sceneview.v1.ListSceneAnnotationsResponse;return proto.vertexvis.protobuf.sceneview.v1.ListSceneAnnotationsResponse.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.sceneview.v1.ListSceneAnnotationsResponse.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=new a.SceneAnnotation;t.readMessage(n,a.SceneAnnotation.deserializeBinaryFromReader);o.addSceneAnnotations(n);break;case 2:var n=new s.Cursor;t.readMessage(n,s.Cursor.deserializeBinaryFromReader);o.setNextCursor(n);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.sceneview.v1.ListSceneAnnotationsResponse.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.sceneview.v1.ListSceneAnnotationsResponse.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.sceneview.v1.ListSceneAnnotationsResponse.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getSceneAnnotationsList();if(r.length>0){t.writeRepeatedMessage(1,r,a.SceneAnnotation.serializeBinaryToWriter)}r=o.getNextCursor();if(r!=null){t.writeMessage(2,r,s.Cursor.serializeBinaryToWriter)}};proto.vertexvis.protobuf.sceneview.v1.ListSceneAnnotationsResponse.prototype.getSceneAnnotationsList=function(){return t.Message.getRepeatedWrapperField(this,a.SceneAnnotation,1)};proto.vertexvis.protobuf.sceneview.v1.ListSceneAnnotationsResponse.prototype.setSceneAnnotationsList=function(o){t.Message.setRepeatedWrapperField(this,1,o)};proto.vertexvis.protobuf.sceneview.v1.ListSceneAnnotationsResponse.prototype.addSceneAnnotations=function(o,r){return t.Message.addToRepeatedWrapperField(this,1,o,proto.vertexvis.protobuf.core.SceneAnnotation,r)};proto.vertexvis.protobuf.sceneview.v1.ListSceneAnnotationsResponse.prototype.clearSceneAnnotationsList=function(){this.setSceneAnnotationsList([])};proto.vertexvis.protobuf.sceneview.v1.ListSceneAnnotationsResponse.prototype.getNextCursor=function(){return t.Message.getWrapperField(this,s.Cursor,2)};proto.vertexvis.protobuf.sceneview.v1.ListSceneAnnotationsResponse.prototype.setNextCursor=function(o){t.Message.setWrapperField(this,2,o)};proto.vertexvis.protobuf.sceneview.v1.ListSceneAnnotationsResponse.prototype.clearNextCursor=function(){this.setNextCursor(undefined)};proto.vertexvis.protobuf.sceneview.v1.ListSceneAnnotationsResponse.prototype.hasNextCursor=function(){return t.Message.getField(this,2)!=null};proto.vertexvis.protobuf.sceneview.v1.MeasureRequest=function(o){t.Message.initialize(this,o,0,-1,proto.vertexvis.protobuf.sceneview.v1.MeasureRequest.repeatedFields_,null)};p.inherits(proto.vertexvis.protobuf.sceneview.v1.MeasureRequest,t.Message);if(p.DEBUG&&!COMPILED){proto.vertexvis.protobuf.sceneview.v1.MeasureRequest.displayName="proto.vertexvis.protobuf.sceneview.v1.MeasureRequest"}proto.vertexvis.protobuf.sceneview.v1.MeasureRequest.repeatedFields_=[1];if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.sceneview.v1.MeasureRequest.prototype.toObject=function(o){return proto.vertexvis.protobuf.sceneview.v1.MeasureRequest.toObject(o,this)};proto.vertexvis.protobuf.sceneview.v1.MeasureRequest.toObject=function(o,r){var n={entitiesList:t.Message.toObjectList(r.getEntitiesList(),proto.vertexvis.protobuf.sceneview.v1.MeasureEntity.toObject,o)};if(o){n.$jspbMessageInstance=r}return n}}proto.vertexvis.protobuf.sceneview.v1.MeasureRequest.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.sceneview.v1.MeasureRequest;return proto.vertexvis.protobuf.sceneview.v1.MeasureRequest.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.sceneview.v1.MeasureRequest.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=new proto.vertexvis.protobuf.sceneview.v1.MeasureEntity;t.readMessage(n,proto.vertexvis.protobuf.sceneview.v1.MeasureEntity.deserializeBinaryFromReader);o.addEntities(n);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.sceneview.v1.MeasureRequest.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.sceneview.v1.MeasureRequest.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.sceneview.v1.MeasureRequest.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getEntitiesList();if(r.length>0){t.writeRepeatedMessage(1,r,proto.vertexvis.protobuf.sceneview.v1.MeasureEntity.serializeBinaryToWriter)}};proto.vertexvis.protobuf.sceneview.v1.MeasureRequest.prototype.getEntitiesList=function(){return t.Message.getRepeatedWrapperField(this,proto.vertexvis.protobuf.sceneview.v1.MeasureEntity,1)};proto.vertexvis.protobuf.sceneview.v1.MeasureRequest.prototype.setEntitiesList=function(o){t.Message.setRepeatedWrapperField(this,1,o)};proto.vertexvis.protobuf.sceneview.v1.MeasureRequest.prototype.addEntities=function(o,r){return t.Message.addToRepeatedWrapperField(this,1,o,proto.vertexvis.protobuf.sceneview.v1.MeasureEntity,r)};proto.vertexvis.protobuf.sceneview.v1.MeasureRequest.prototype.clearEntitiesList=function(){this.setEntitiesList([])};proto.vertexvis.protobuf.sceneview.v1.MeasureEntity=function(o){t.Message.initialize(this,o,0,-1,null,null)};p.inherits(proto.vertexvis.protobuf.sceneview.v1.MeasureEntity,t.Message);if(p.DEBUG&&!COMPILED){proto.vertexvis.protobuf.sceneview.v1.MeasureEntity.displayName="proto.vertexvis.protobuf.sceneview.v1.MeasureEntity"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.sceneview.v1.MeasureEntity.prototype.toObject=function(o){return proto.vertexvis.protobuf.sceneview.v1.MeasureEntity.toObject(o,this)};proto.vertexvis.protobuf.sceneview.v1.MeasureEntity.toObject=function(o,t){var r,n={modelEntity:(r=t.getModelEntity())&&e.ModelEntity.toObject(o,r),point:(r=t.getPoint())&&u.Vector3f.toObject(o,r)};if(o){n.$jspbMessageInstance=t}return n}}proto.vertexvis.protobuf.sceneview.v1.MeasureEntity.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.sceneview.v1.MeasureEntity;return proto.vertexvis.protobuf.sceneview.v1.MeasureEntity.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.sceneview.v1.MeasureEntity.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=new e.ModelEntity;t.readMessage(n,e.ModelEntity.deserializeBinaryFromReader);o.setModelEntity(n);break;case 2:var n=new u.Vector3f;t.readMessage(n,u.Vector3f.deserializeBinaryFromReader);o.setPoint(n);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.sceneview.v1.MeasureEntity.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.sceneview.v1.MeasureEntity.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.sceneview.v1.MeasureEntity.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getModelEntity();if(r!=null){t.writeMessage(1,r,e.ModelEntity.serializeBinaryToWriter)}r=o.getPoint();if(r!=null){t.writeMessage(2,r,u.Vector3f.serializeBinaryToWriter)}};proto.vertexvis.protobuf.sceneview.v1.MeasureEntity.prototype.getModelEntity=function(){return t.Message.getWrapperField(this,e.ModelEntity,1)};proto.vertexvis.protobuf.sceneview.v1.MeasureEntity.prototype.setModelEntity=function(o){t.Message.setWrapperField(this,1,o)};proto.vertexvis.protobuf.sceneview.v1.MeasureEntity.prototype.clearModelEntity=function(){this.setModelEntity(undefined)};proto.vertexvis.protobuf.sceneview.v1.MeasureEntity.prototype.hasModelEntity=function(){return t.Message.getField(this,1)!=null};proto.vertexvis.protobuf.sceneview.v1.MeasureEntity.prototype.getPoint=function(){return t.Message.getWrapperField(this,u.Vector3f,2)};proto.vertexvis.protobuf.sceneview.v1.MeasureEntity.prototype.setPoint=function(o){t.Message.setWrapperField(this,2,o)};proto.vertexvis.protobuf.sceneview.v1.MeasureEntity.prototype.clearPoint=function(){this.setPoint(undefined)};proto.vertexvis.protobuf.sceneview.v1.MeasureEntity.prototype.hasPoint=function(){return t.Message.getField(this,2)!=null};proto.vertexvis.protobuf.sceneview.v1.MeasureResponse=function(o){t.Message.initialize(this,o,0,-1,null,null)};p.inherits(proto.vertexvis.protobuf.sceneview.v1.MeasureResponse,t.Message);if(p.DEBUG&&!COMPILED){proto.vertexvis.protobuf.sceneview.v1.MeasureResponse.displayName="proto.vertexvis.protobuf.sceneview.v1.MeasureResponse"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.sceneview.v1.MeasureResponse.prototype.toObject=function(o){return proto.vertexvis.protobuf.sceneview.v1.MeasureResponse.toObject(o,this)};proto.vertexvis.protobuf.sceneview.v1.MeasureResponse.toObject=function(o,t){var r,n={outcome:(r=t.getOutcome())&&c.MeasurementOutcome.toObject(o,r)};if(o){n.$jspbMessageInstance=t}return n}}proto.vertexvis.protobuf.sceneview.v1.MeasureResponse.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.sceneview.v1.MeasureResponse;return proto.vertexvis.protobuf.sceneview.v1.MeasureResponse.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.sceneview.v1.MeasureResponse.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=new c.MeasurementOutcome;t.readMessage(n,c.MeasurementOutcome.deserializeBinaryFromReader);o.setOutcome(n);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.sceneview.v1.MeasureResponse.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.sceneview.v1.MeasureResponse.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.sceneview.v1.MeasureResponse.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getOutcome();if(r!=null){t.writeMessage(1,r,c.MeasurementOutcome.serializeBinaryToWriter)}};proto.vertexvis.protobuf.sceneview.v1.MeasureResponse.prototype.getOutcome=function(){return t.Message.getWrapperField(this,c.MeasurementOutcome,1)};proto.vertexvis.protobuf.sceneview.v1.MeasureResponse.prototype.setOutcome=function(o){t.Message.setWrapperField(this,1,o)};proto.vertexvis.protobuf.sceneview.v1.MeasureResponse.prototype.clearOutcome=function(){this.setOutcome(undefined)};proto.vertexvis.protobuf.sceneview.v1.MeasureResponse.prototype.hasOutcome=function(){return t.Message.getField(this,1)!=null};proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesRequest=function(o){t.Message.initialize(this,o,0,-1,proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesRequest.repeatedFields_,null)};p.inherits(proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesRequest,t.Message);if(p.DEBUG&&!COMPILED){proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesRequest.displayName="proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesRequest"}proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesRequest.repeatedFields_=[1];if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesRequest.prototype.toObject=function(o){return proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesRequest.toObject(o,this)};proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesRequest.toObject=function(o,r){var n={updatesList:t.Message.toObjectList(r.getUpdatesList(),proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate.toObject,o)};if(o){n.$jspbMessageInstance=r}return n}}proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesRequest.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesRequest;return proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesRequest.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesRequest.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){case 1:var n=new proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate;t.readMessage(n,proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate.deserializeBinaryFromReader);o.addUpdates(n);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesRequest.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesRequest.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesRequest.serializeBinaryToWriter=function(o,t){var r=undefined;r=o.getUpdatesList();if(r.length>0){t.writeRepeatedMessage(1,r,proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate.serializeBinaryToWriter)}};proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesRequest.prototype.getUpdatesList=function(){return t.Message.getRepeatedWrapperField(this,proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate,1)};proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesRequest.prototype.setUpdatesList=function(o){t.Message.setRepeatedWrapperField(this,1,o)};proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesRequest.prototype.addUpdates=function(o,r){return t.Message.addToRepeatedWrapperField(this,1,o,proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate,r)};proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesRequest.prototype.clearUpdatesList=function(){this.setUpdatesList([])};proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate=function(o){t.Message.initialize(this,o,0,-1,null,null)};p.inherits(proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate,t.Message);if(p.DEBUG&&!COMPILED){proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate.displayName="proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate.prototype.toObject=function(o){return proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate.toObject(o,this)};proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate.toObject=function(o,t){var n,i={modelEntity:(n=t.getModelEntity())&&e.ModelEntity.toObject(o,n),highlight:(n=t.getHighlight())&&r.BoolValue.toObject(o,n)};if(o){i.$jspbMessageInstance=t}return i}}proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate;return proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var n=t.getFieldNumber();switch(n){case 1:var i=new e.ModelEntity;t.readMessage(i,e.ModelEntity.deserializeBinaryFromReader);o.setModelEntity(i);break;case 2:var i=new r.BoolValue;t.readMessage(i,r.BoolValue.deserializeBinaryFromReader);o.setHighlight(i);break;default:t.skipField();break}}return o};proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate.serializeBinaryToWriter=function(o,t){var n=undefined;n=o.getModelEntity();if(n!=null){t.writeMessage(1,n,e.ModelEntity.serializeBinaryToWriter)}n=o.getHighlight();if(n!=null){t.writeMessage(2,n,r.BoolValue.serializeBinaryToWriter)}};proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate.prototype.getModelEntity=function(){return t.Message.getWrapperField(this,e.ModelEntity,1)};proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate.prototype.setModelEntity=function(o){t.Message.setWrapperField(this,1,o)};proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate.prototype.clearModelEntity=function(){this.setModelEntity(undefined)};proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate.prototype.hasModelEntity=function(){return t.Message.getField(this,1)!=null};proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate.prototype.getHighlight=function(){return t.Message.getWrapperField(this,r.BoolValue,2)};proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate.prototype.setHighlight=function(o){t.Message.setWrapperField(this,2,o)};proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate.prototype.clearHighlight=function(){this.setHighlight(undefined)};proto.vertexvis.protobuf.sceneview.v1.ModelEntityUpdate.prototype.hasHighlight=function(){return t.Message.getField(this,2)!=null};proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesResponse=function(o){t.Message.initialize(this,o,0,-1,null,null)};p.inherits(proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesResponse,t.Message);if(p.DEBUG&&!COMPILED){proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesResponse.displayName="proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesResponse"}if(t.Message.GENERATE_TO_OBJECT){proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesResponse.prototype.toObject=function(o){return proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesResponse.toObject(o,this)};proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesResponse.toObject=function(o,t){var r={};if(o){r.$jspbMessageInstance=t}return r}}proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesResponse.deserializeBinary=function(o){var r=new t.BinaryReader(o);var n=new proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesResponse;return proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesResponse.deserializeBinaryFromReader(n,r)};proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesResponse.deserializeBinaryFromReader=function(o,t){while(t.nextField()){if(t.isEndGroup()){break}var r=t.getFieldNumber();switch(r){default:t.skipField();break}}return o};proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesResponse.prototype.serializeBinary=function(){var o=new t.BinaryWriter;proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesResponse.serializeBinaryToWriter(this,o);return o.getResultBuffer()};proto.vertexvis.protobuf.sceneview.v1.UpdateModelEntitiesResponse.serializeBinaryToWriter=function(o,t){};p.object.extend(i,proto.vertexvis.protobuf.sceneview.v1)}));export{u as g,e as m,s as p,l as r,h as s,n as u};
5
+ //# sourceMappingURL=p-8af6917b.js.map