7 #include "InteriorsEntityMetadata.h"
10 #include "LatLongAltitude.h"
26 : ModelBoundsLocalEcef(Eegeo::Geometry::Bounds3D::Empty())
27 , ModelBoundsTangentSpace(Eegeo::Geometry::Bounds3D::Empty())
31 std::vector<Eegeo::Geometry::Bounds3D> FloorModelBoundsTangentSpace;
40 LevelDataDto(
int z_level,
const std::string& name,
const std::string& readableName)
43 , ReadableName(readableName)
48 std::string ReadableName;
53 Eegeo::Resources::Interiors::Entities::TCategoryToEntitiesMetadata CategoryToOrderedEntities;
59 std::string LandmarkName;
60 std::string InteriorName;
61 std::string SourceVendor;
67 std::vector<Eegeo::Streaming::MortonKey> IntersectingCellKeys;
69 std::vector<LevelDataDto> LevelDatas;
75 dv3 TangentSpaceOriginEcef;
76 bool HasTangentSpaceOriginEcef;
81 , MarkerLatLong(0.0, 0.0)
82 , TangentSpaceOriginEcef(dv3::Zero())
83 , HasTangentSpaceOriginEcef(
false)