#include "NullMeasure.hpp"
Public Member Functions | |
NullMeasure (bool isSelected=true) | |
NullMeasure (const UUID &uuid, const UUID &versionUUID, const std::string &name, const std::string &displayName, const std::string &description, bool isSelected) | |
virtual | ~NullMeasure () |
Related Functions | |
typedef std::vector< NullMeasure > | NullMeasureVector |
typedef NullMeasure | NullPerturbation |
typedef std::vector< NullMeasure > | NullPerturbationVector |
typedef boost::optional < NullMeasure > | OptionalNullMeasure |
typedef boost::optional < NullMeasure > | OptionalNullPerturbation |
NullMeasure is a Measure that does not change the input model in any way.
It should be used if one of the design options for the DiscreteVariable is to leave the seed model unchanged.
openstudio::analysis::NullMeasure::NullMeasure | ( | bool | isSelected = true | ) |
openstudio::analysis::NullMeasure::NullMeasure | ( | const UUID & | uuid, |
const UUID & | versionUUID, | ||
const std::string & | name, | ||
const std::string & | displayName, | ||
const std::string & | description, | ||
bool | isSelected | ||
) |
Constructor provided for deserialization; not for general use.
|
inlinevirtual |
|
related |
|
related |
|
related |
|
related |
|
related |