OpenStudioCore:model
 AllClasses Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages

#include "AirWallMaterial.hpp"

Inheritance diagram for openstudio::model::AirWallMaterial:

Public Member Functions

 AirWallMaterial (const Model &model)
virtual ~AirWallMaterial ()

Static Public Member Functions

static IddObjectType iddObjectType ()

Related Functions

typedef std::vector
< AirWallMaterial
AirWallMaterialVector
typedef boost::optional
< AirWallMaterial
OptionalAirWallMaterial

Detailed Description

AirWallMaterial is a ModelPartitionMaterial that wraps the OpenStudio IDD object 'OS:Material:AirWall'.

Constructor & Destructor Documentation

openstudio::model::AirWallMaterial::AirWallMaterial ( const Model model)
explicit
virtual openstudio::model::AirWallMaterial::~AirWallMaterial ( )
inlinevirtual

Member Function Documentation

static IddObjectType openstudio::model::AirWallMaterial::iddObjectType ( )
static

Friends And Related Function Documentation

typedef std::vector<AirWallMaterial> AirWallMaterialVector
related
typedef boost::optional<AirWallMaterial> OptionalAirWallMaterial
related