2012-07-19 18:26:47 +00:00
|
|
|
#include "IfcRegisterUndef.h"
|
2011-07-25 14:56:40 +00:00
|
|
|
#define WIRE(T) \
|
2011-09-03 13:58:59 +00:00
|
|
|
if ( l->is(T::Class()) ) return convert((T*)l,r);
|
2011-07-25 14:56:40 +00:00
|
|
|
#include "IfcRegisterDef.h"
|
|
|
|
|
|
|
|
|
|
#include "IfcRegister.h"
|