Send hierarchy data to the serializer WIP

This commit is contained in:
Balleux Benjamin
2017-04-12 14:38:54 +02:00
parent b9e9bfeceb
commit a2aa2bf9eb
7 changed files with 42 additions and 12 deletions
@@ -40,6 +40,7 @@ public:
bool ready();
virtual void writeShape(const TopoDS_Shape& shape) = 0;
void write(const IfcGeom::TriangulationElement<real_t>* /*o*/) {}
void write(const IfcGeom::TriangulationElement<real_t>* o, const IfcGeom::Element<real_t>* parent) {}
void write(const IfcGeom::BRepElement<real_t>* o);
bool isTesselated() const { return false; }
void setFile(IfcParse::IfcFile*) {}