mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 06:58:56 +00:00
Add result_type typedef
This commit is contained in:
@@ -418,6 +418,8 @@ namespace {
|
|||||||
const TopoDS_Shape& shape_;
|
const TopoDS_Shape& shape_;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
typedef void result_type;
|
||||||
|
|
||||||
hlr_writer(const TopoDS_Shape& shape) : shape_(shape)
|
hlr_writer(const TopoDS_Shape& shape) : shape_(shape)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
@@ -1117,6 +1119,8 @@ namespace {
|
|||||||
const HLRAlgo_Projector& projector_;
|
const HLRAlgo_Projector& projector_;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
typedef TopoDS_Shape result_type;
|
||||||
|
|
||||||
hlr_calc(const HLRAlgo_Projector& projector) : projector_(projector)
|
hlr_calc(const HLRAlgo_Projector& projector) : projector_(projector)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user