5 #include "InteriorsFloorCellFeature.h"
19 const std::vector<InteriorsFloorCellFeature>& instanceFeatures,
20 const std::vector<InteriorsFloorCellFeature>& areaHighlightFeatures
23 const std::vector<InteriorsFloorCellFeature>& GetInstanceFeatures()
const {
return m_instanceFeatures; }
24 const std::vector<InteriorsFloorCellFeature>& GetAreaHighlightFeatures()
const {
return m_areaHighlightFeatures; }
27 std::vector<InteriorsFloorCellFeature> m_instanceFeatures;
28 std::vector<InteriorsFloorCellFeature> m_areaHighlightFeatures;