Annotations with arrow heads and reuse path_objects

This commit is contained in:
Thomas Krijnen
2020-08-16 11:41:40 +02:00
parent 431e703137
commit f2884f9b0f
2 changed files with 113 additions and 11 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ public:
protected:
std::ofstream svg_file;
double xmin, ymin, xmax, ymax, width, height;
boost::optional<std::vector<std::pair<double, IfcUtil::IfcBaseEntity*>>> section_heights;
boost::optional<std::vector<std::pair<std::pair<double, double>, IfcUtil::IfcBaseEntity*>>> section_heights;
bool rescale, print_space_names_, print_space_areas_, draw_door_arcs_, with_section_heights_from_storey_;
std::multimap<IfcUtil::IfcBaseEntity*, path_object, storey_sorter> paths;
std::vector< boost::shared_ptr<util::string_buffer::float_item> > xcoords;