mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 14:31:39 +00:00
[g++-warning-fix] Fixed initialization reorder
This commit is contained in:
@@ -224,6 +224,11 @@ private:
|
|||||||
double modelling_precision;
|
double modelling_precision;
|
||||||
double dimensionality;
|
double dimensionality;
|
||||||
double layerset_first;
|
double layerset_first;
|
||||||
|
|
||||||
|
// For stopping PlacementRelTo recursion in convert(const IfcSchema::IfcObjectPlacement* l, gp_Trsf& trsf)
|
||||||
|
const IfcParse::declaration* placement_rel_to;
|
||||||
|
|
||||||
|
faceset_helper* faceset_helper_;
|
||||||
gp_Vec offset = gp_Vec{0.0, 0.0, 0.0};
|
gp_Vec offset = gp_Vec{0.0, 0.0, 0.0};
|
||||||
gp_Quaternion rotation = gp_Quaternion{};
|
gp_Quaternion rotation = gp_Quaternion{};
|
||||||
gp_Trsf offset_and_rotation = gp_Trsf();
|
gp_Trsf offset_and_rotation = gp_Trsf();
|
||||||
@@ -236,11 +241,6 @@ private:
|
|||||||
|
|
||||||
const SurfaceStyle* internalize_surface_style(const std::pair<IfcUtil::IfcBaseClass*, IfcUtil::IfcBaseClass*>& shading_style);
|
const SurfaceStyle* internalize_surface_style(const std::pair<IfcUtil::IfcBaseClass*, IfcUtil::IfcBaseClass*>& shading_style);
|
||||||
|
|
||||||
// For stopping PlacementRelTo recursion in convert(const IfcSchema::IfcObjectPlacement* l, gp_Trsf& trsf)
|
|
||||||
const IfcParse::declaration* placement_rel_to;
|
|
||||||
|
|
||||||
faceset_helper* faceset_helper_;
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
MAKE_TYPE_NAME(Kernel)()
|
MAKE_TYPE_NAME(Kernel)()
|
||||||
: IfcGeom::Kernel(0)
|
: IfcGeom::Kernel(0)
|
||||||
|
|||||||
Reference in New Issue
Block a user