7 #include "PlaceNames.h"
8 #include "VectorMath.h"
25 typedef std::vector<std::pair<InteriorsEntityModel*, PlaceNames::PlaceNameModel*> > TModelVector;
26 typedef std::map<int, TModelVector> TFloorIndexToModelsMap;
31 static TFloorIndexToModelsMap BuildLabels(
const InteriorsModel& interiorsModel,
33 const std::vector<InteriorsEntityModel*>& streamedEntities,
34 const std::set<std::string>& labelsToOmit,