mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 06:58:56 +00:00
[g++-warning-fix] Fix wrong initialization order in SvgSerializer.h
This commit is contained in:
@@ -118,18 +118,18 @@ protected:
|
|||||||
boost::optional<std::vector<section_data>> deferred_section_data_;
|
boost::optional<std::vector<section_data>> deferred_section_data_;
|
||||||
boost::optional<double> scale_, calculated_scale_, center_x_, center_y_;
|
boost::optional<double> scale_, calculated_scale_, center_x_, center_y_;
|
||||||
|
|
||||||
bool rescale, print_space_names_, print_space_areas_, draw_door_arcs_;
|
bool with_section_heights_from_storey_, rescale, print_space_names_, print_space_areas_;
|
||||||
bool with_section_heights_from_storey_, buffer_elements_;
|
bool draw_door_arcs_, buffer_elements_, is_floor_plan_;
|
||||||
bool is_floor_plan_;
|
|
||||||
|
|
||||||
|
IfcParse::IfcFile* file;
|
||||||
|
IfcUtil::IfcBaseEntity* storey_;
|
||||||
std::multimap<drawing_key, path_object, storey_sorter> paths;
|
std::multimap<drawing_key, path_object, storey_sorter> paths;
|
||||||
|
|
||||||
float_item_list xcoords, ycoords, radii;
|
float_item_list xcoords, ycoords, radii;
|
||||||
size_t xcoords_begin, ycoords_begin, radii_begin;
|
size_t xcoords_begin, ycoords_begin, radii_begin;
|
||||||
|
|
||||||
boost::optional<std::string> section_ref_, elevation_ref_;
|
boost::optional<std::string> section_ref_, elevation_ref_;
|
||||||
IfcParse::IfcFile* file;
|
|
||||||
IfcUtil::IfcBaseEntity* storey_;
|
|
||||||
std::list<geometry_data> element_buffer_;
|
std::list<geometry_data> element_buffer_;
|
||||||
|
|
||||||
Handle(HLRBRep_Algo) hlr;
|
Handle(HLRBRep_Algo) hlr;
|
||||||
|
|||||||
Reference in New Issue
Block a user