#include "FSModel.hpp"
Public Member Functions | |
std::vector< double > | alphas () const |
Point3d | centerVertex (double alpha) const |
boost::optional< FSEdge > | edge () const |
FSFiller ()=default | |
FSFiller (const Json::Value &root, const FSStory &story) | |
boost::optional< FSSpace > | space () const |
Protected Attributes | |
double | m_alpha = 0.5 |
std::vector< double > | m_alphas |
boost::optional< FSEdge > | m_edge |
boost::optional< FSSpace > | m_space |
|
explicitdefault |
|
explicit |
std::vector<double> openstudio::FSFiller::alphas | ( | ) | const |
Point3d openstudio::FSFiller::centerVertex | ( | double | alpha | ) | const |
boost::optional<FSEdge> openstudio::FSFiller::edge | ( | ) | const |
boost::optional<FSSpace> openstudio::FSFiller::space | ( | ) | const |
|
protected |
|
protected |
|
protected |
|
protected |