mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-27 02:31:09 +00:00
Work on python wrapper
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user