OpenStudioCore:energyplus
 All Classes Namespaces Functions Typedefs Enumerations Enumerator Pages
Classes | Typedefs | Functions
openstudio::energyplus Namespace Reference

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 Documentation

Function Documentation

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 
)
std::ostream& openstudio::energyplus::operator<< ( std::ostream &  os,
const StartingVertexPosition &  e 
)
inline
std::ostream& openstudio::energyplus::operator<< ( std::ostream &  os,
const ErrorLevel &  e 
)
inline
std::ostream& openstudio::energyplus::operator<< ( std::ostream &  os,
const VertexEntryDirection &  e 
)
inline
std::ostream& openstudio::energyplus::operator<< ( std::ostream &  os,
const CoordinateSystem &  e 
)
inline
std::ostream& openstudio::energyplus::operator<< ( std::ostream &  os,
const CoordinateChange &  e 
)
inline