Files
IfcOpenShell/src/ifcgeom/IfcRegisterConvertWire.h
T
Thomas Krijnen c099234796 Update ifcgeom
2017-12-11 15:07:40 +01:00

6 lines
169 B
C

#include "IfcRegisterUndef.h"
#define WIRE(T) \
if ( l->declaration().is(T::Class()) ) return convert((T*)l,r);
#include "IfcRegisterDef.h"
#include "IfcRegister.h"