Classes | |
class | CoordinateChange |
class | CoordinateSystem |
class | ErrorFile |
class | ErrorLevel |
EnergyPlus warning/error levels. More... | |
class | ForwardTranslator |
class | GeometryTranslator |
class | ReverseTranslator |
class | StartingVertexPosition |
class | VertexEntryDirection |
Typedefs | |
typedef boost::optional < CoordinateChange > | OptionalCoordinateChange |
typedef boost::optional < CoordinateSystem > | OptionalCoordinateSystem |
typedef boost::optional < ErrorLevel > | OptionalErrorLevel |
typedef boost::optional < StartingVertexPosition > | OptionalStartingVertexPosition |
typedef boost::optional < VertexEntryDirection > | OptionalVertexEntryDirection |
Functions | |
bool | equal (const CoordinateSystem &left, const CoordinateSystem &right) |
test equality of coordinate systems More... | |
boost::optional < openstudio::model::Model > | loadAndTranslateIdf (const openstudio::path &path) |
bool | mapFields (const IdfObject &oldObject, IdfObject &newObject) |
bool | mapFields (const IdfObject &oldObject, IdfObject &newObject, std::vector< std::pair< unsigned, unsigned > > fieldMap) |
std::ostream & | operator<< (std::ostream &os, const StartingVertexPosition &e) |
std::ostream & | operator<< (std::ostream &os, const ErrorLevel &e) |
std::ostream & | operator<< (std::ostream &os, const VertexEntryDirection &e) |
std::ostream & | operator<< (std::ostream &os, const CoordinateSystem &e) |
std::ostream & | operator<< (std::ostream &os, const CoordinateChange &e) |
typedef boost::optional< CoordinateChange > openstudio::energyplus::OptionalCoordinateChange |
typedef boost::optional< CoordinateSystem > openstudio::energyplus::OptionalCoordinateSystem |
typedef boost::optional< ErrorLevel > openstudio::energyplus::OptionalErrorLevel |
typedef boost::optional< StartingVertexPosition > openstudio::energyplus::OptionalStartingVertexPosition |
typedef boost::optional< VertexEntryDirection > openstudio::energyplus::OptionalVertexEntryDirection |
bool openstudio::energyplus::equal | ( | const CoordinateSystem & | left, |
const CoordinateSystem & | right | ||
) |
test equality of coordinate systems
boost::optional<openstudio::model::Model> openstudio::energyplus::loadAndTranslateIdf | ( | const openstudio::path & | path | ) |
bool openstudio::energyplus::mapFields | ( | const IdfObject & | oldObject, |
IdfObject & | newObject | ||
) |
bool openstudio::energyplus::mapFields | ( | const IdfObject & | oldObject, |
IdfObject & | newObject, | ||
std::vector< std::pair< unsigned, unsigned > > | fieldMap | ||
) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |