#include "BuildingUnit.hpp"
openstudio::model::BuildingUnit::BuildingUnit |
( |
const Model & |
model | ) |
|
|
explicit |
virtual openstudio::model::BuildingUnit::~BuildingUnit |
( |
| ) |
|
|
virtualdefault |
openstudio::model::BuildingUnit::BuildingUnit |
( |
const BuildingUnit & |
other | ) |
|
|
default |
openstudio::model::BuildingUnit::BuildingUnit |
( |
BuildingUnit && |
other | ) |
|
|
default |
std::string openstudio::model::BuildingUnit::buildingUnitType |
( |
| ) |
const |
static std::vector<std::string> openstudio::model::BuildingUnit::buildingUnitTypeValues |
( |
| ) |
|
|
static |
std::vector<std::string> openstudio::model::BuildingUnit::featureNames |
( |
| ) |
const |
- Deprecated:
- { This method is deprecated, use additionalProperties instead }
double openstudio::model::BuildingUnit::floorArea |
( |
| ) |
const |
boost::optional<bool> openstudio::model::BuildingUnit::getFeatureAsBoolean |
( |
const std::string & |
name | ) |
const |
- Deprecated:
- { This method is deprecated, use additionalProperties instead }
boost::optional<double> openstudio::model::BuildingUnit::getFeatureAsDouble |
( |
const std::string & |
name | ) |
const |
- Deprecated:
- { This method is deprecated, use additionalProperties instead }
boost::optional<int> openstudio::model::BuildingUnit::getFeatureAsInteger |
( |
const std::string & |
name | ) |
const |
- Deprecated:
- { This method is deprecated, use additionalProperties instead }
boost::optional<std::string> openstudio::model::BuildingUnit::getFeatureAsString |
( |
const std::string & |
name | ) |
const |
- Deprecated:
- { This method is deprecated, use additionalProperties instead }
boost::optional<std::string> openstudio::model::BuildingUnit::getFeatureDataType |
( |
const std::string & |
name | ) |
const |
- Deprecated:
- { This method is deprecated, use additionalProperties instead }
static IddObjectType openstudio::model::BuildingUnit::iddObjectType |
( |
| ) |
|
|
static |
boost::optional<RenderingColor> openstudio::model::BuildingUnit::renderingColor |
( |
| ) |
const |
void openstudio::model::BuildingUnit::resetBuildingUnitType |
( |
| ) |
|
bool openstudio::model::BuildingUnit::resetFeature |
( |
const std::string & |
name | ) |
|
- Deprecated:
- { This method is deprecated, use additionalProperties instead }
void openstudio::model::BuildingUnit::resetRenderingColor |
( |
| ) |
|
bool openstudio::model::BuildingUnit::setBuildingUnitType |
( |
const std::string & |
buildingUnitType | ) |
|
bool openstudio::model::BuildingUnit::setFeature |
( |
const std::string & |
name, |
|
|
const std::string & |
value |
|
) |
| |
- Deprecated:
- { This method is deprecated, use additionalProperties instead }
bool openstudio::model::BuildingUnit::setFeature |
( |
const std::string & |
name, |
|
|
const char * |
value |
|
) |
| |
- Deprecated:
- { This method is deprecated, use additionalProperties instead }
bool openstudio::model::BuildingUnit::setFeature |
( |
const std::string & |
name, |
|
|
double |
value |
|
) |
| |
- Deprecated:
- { This method is deprecated, use additionalProperties instead }
bool openstudio::model::BuildingUnit::setFeature |
( |
const std::string & |
name, |
|
|
int |
value |
|
) |
| |
- Deprecated:
- { This method is deprecated, use additionalProperties instead }
bool openstudio::model::BuildingUnit::setFeature |
( |
const std::string & |
name, |
|
|
bool |
value |
|
) |
| |
- Deprecated:
- { This method is deprecated, use additionalProperties instead }
bool openstudio::model::BuildingUnit::setRenderingColor |
( |
const RenderingColor & |
renderingColor | ) |
|
std::vector<Space> openstudio::model::BuildingUnit::spaces |
( |
| ) |
const |
std::vector<std::string> openstudio::model::BuildingUnit::suggestedFeatures |
( |
| ) |
const |
- Deprecated:
- { This method is deprecated, use additionalProperties instead }