Work on python wrapper

This commit is contained in:
Thomas Krijnen
2017-12-22 13:51:11 +01:00
parent 4d325e026e
commit b3458c872f
16 changed files with 302 additions and 152 deletions
@@ -47,14 +47,6 @@ public:
template <typename P>
IteratorFactoryImplementation<P>& iterator_implementations();
template <class T>
class Registrar {
public:
Registrar(const std::string& schema_name, const typename get_factory_type<typename T::Precision>::type& fn) {
iterator_implementations<typename T::Precision>().bind(schema_name, fn);
}
};
namespace IfcGeom {
template <typename P>