#include <FSModel.hpp>
Public Member Functions | |
double | aboveCeilingPlenumHeight () const |
void | Accept (FSVisitor &visitor) const override |
double | belowFloorPlenumHeight () const |
std::vector< FSDoor > | doors () const |
double | floorToCeilingHeight () const |
double | floorToFloorHeight () const |
FSStory (const Json::Value &root, const FSModel &model) | |
const FSGeometry & | geometry () const |
bool | imageVisible () const |
int | multiplier () const |
double | nominalZCoordinate () const |
std::vector< FSShading > | shadings () const |
std::vector< FSSpace > | spaces () const |
std::vector< FSWindow > | windows () const |
Public Member Functions inherited from openstudio::FSBase | |
const std::string & | color () const |
FSBase ()=default | |
FSBase (const Json::Value &root) | |
const std::string & | handle () const |
const std::string & | id () const |
const std::string & | name () const |
void | setColor (const std::string &color) |
void | setHandle (const std::string &handle) |
void | setId (const std::string &id) |
void | setName (const std::string &name) |
Public Member Functions inherited from openstudio::FSDispatchable | |
virtual | ~FSDispatchable ()=default |
Additional Inherited Members | |
Protected Attributes inherited from openstudio::FSBase | |
std::string | m_color |
std::string | m_handle |
std::string | m_id |
std::string | m_name |
|
explicit |
double openstudio::FSStory::aboveCeilingPlenumHeight | ( | ) | const |
|
overridevirtual |
Implements openstudio::FSDispatchable.
double openstudio::FSStory::belowFloorPlenumHeight | ( | ) | const |
std::vector<FSDoor> openstudio::FSStory::doors | ( | ) | const |
double openstudio::FSStory::floorToCeilingHeight | ( | ) | const |
double openstudio::FSStory::floorToFloorHeight | ( | ) | const |
const FSGeometry& openstudio::FSStory::geometry | ( | ) | const |
bool openstudio::FSStory::imageVisible | ( | ) | const |
int openstudio::FSStory::multiplier | ( | ) | const |
double openstudio::FSStory::nominalZCoordinate | ( | ) | const |
std::vector<FSShading> openstudio::FSStory::shadings | ( | ) | const |
std::vector<FSSpace> openstudio::FSStory::spaces | ( | ) | const |
std::vector<FSWindow> openstudio::FSStory::windows | ( | ) | const |