2012-07-19 18:26:47 +00:00
|
|
|
#include "IfcRegisterUndef.h"
|
2011-07-25 14:56:40 +00:00
|
|
|
#define WIRE(T) \
|
2017-12-11 15:07:40 +01:00
|
|
|
if ( l->declaration().is(T::Class()) ) return convert((T*)l,r);
|
2011-07-25 14:56:40 +00:00
|
|
|
#include "IfcRegisterDef.h"
|
|
|
|
|
|
|
|
|
|
#include "IfcRegister.h"
|