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

#include "ModelPartitionMaterial.hpp"

Inheritance diagram for openstudio::model::ModelPartitionMaterial:

Public Member Functions

virtual ~ModelPartitionMaterial ()

Related Functions

typedef std::vector
< ModelPartitionMaterial
ModelPartitionMaterialVector
typedef boost::optional
< ModelPartitionMaterial
OptionalModelPartitionMaterial

Detailed Description

ModelPartitionMaterial is an abstract class derived from Material.

The ModelPartitionMaterial class is the base class for materials that should exist as the only layer in a Construction. ModelPartitionMaterial objects are typically used for the Constructions of Surfaces that are virtual boundaries between two Spaces.

Constructor & Destructor Documentation

virtual openstudio::model::ModelPartitionMaterial::~ModelPartitionMaterial ( )
inlinevirtual

Friends And Related Function Documentation

typedef boost::optional<ModelPartitionMaterial> OptionalModelPartitionMaterial
related