IDFstepper
IDF to STEP converter
|
#include "IdfStructure.hpp"
#include "ConfigType.hpp"
#include <opencascade/TopoDS.hxx>
#include <opencascade/gp_Pnt.hxx>
#include <boost/variant.hpp>
#include <string>
#include <set>
#include <iostream>
#include <fstream>
#include <sstream>
#include <streambuf>
Go to the source code of this file.
Classes | |
class | stepper::StepGenerator |
The StepGenerator can produce 3D models in STEP format based on IDF descriptions. More... | |
class | stepper::StepGenerator::Silence |
Namespaces | |
namespace | stepper |
Defines | |
#define | err(stream) ; std::cerr << stream; errBuf << stream; |
Shortcut for error messages to split the output to std::cerr as well as to the error buffer. |
#define err | ( | stream | ) | ; std::cerr << stream; errBuf << stream; |
Shortcut for error messages to split the output to std::cerr as well as to the error buffer.
Note that the given argument is evaluated twice!
Definition at line 26 of file StepGenerator.hpp.