#include <FSModel.hpp>
Public Member Functions | |
double | aboveCeilingPlenumHeight () const |
void | Accept (FSVisitor &visitor) const override |
double | belowFloorPlenumHeight () const |
boost::optional< FSFace > | face () const |
double | floorToCeilingHeight () const |
FSShading (const Json::Value &root, const FSModel &model, const FSStory &story) | |
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::FSShading::aboveCeilingPlenumHeight | ( | ) | const |
|
overridevirtual |
Implements openstudio::FSDispatchable.
double openstudio::FSShading::belowFloorPlenumHeight | ( | ) | const |
boost::optional<FSFace> openstudio::FSShading::face | ( | ) | const |
double openstudio::FSShading::floorToCeilingHeight | ( | ) | const |