Two simultaneous IfcGeom implementations

This commit is contained in:
Thomas Krijnen
2017-12-18 15:25:09 +01:00
parent 5eba7af791
commit a792a7e2c7
37 changed files with 8925 additions and 8843 deletions
+6 -2
View File
@@ -46,9 +46,13 @@ private:
static std::stringstream log_stream;
static Severity verbosity;
static const char* severity_strings[];
static boost::optional<IfcSchema::IfcProduct*> current_product;
static boost::optional<IfcUtil::IfcBaseClass*> current_product;
public:
static void SetProduct(boost::optional<IfcSchema::IfcProduct*> product);
template <typename Schema>
static void SetProduct(boost::optional<typename Schema::IfcProduct*> product) {
current_product = product;
}
/// Determines to what stream respectively progress and errors are logged
static void SetOutput(std::ostream* l1, std::ostream* l2);
/// Determines the types of log messages to get logged