IDFstepper
IDF to STEP converter
Classes | Namespaces | Defines
inc/StepGenerator.hpp File Reference
#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 Documentation

#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.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines