mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 02:23:34 +00:00
d02eeac132
Speed up type checking by using std::maps and switch statements Add compile flag to win/IfcGeom.vcproj
6 lines
152 B
C
6 lines
152 B
C
#include "IfcRegisterUndef.h"
|
|
#define WIRE(T) \
|
|
if ( l->is(T::Class()) ) return convert((T*)l,r);
|
|
#include "IfcRegisterDef.h"
|
|
|
|
#include "IfcRegister.h" |