#include <HeaderInfo.hpp>
|
| HeaderInfo (const std::string &line1, const std::string &line2) |
| header consists of two lines
|
|
openstudio::Vector | xVector () const |
| get the x points corresponding to illuminance matrix columns in meters
|
|
openstudio::Vector | yVector () const |
| get the y points corresponding to illuminance matrix rows in meters
|
|
virtual | ~HeaderInfo ()=default |
| virtual destructor
|
|
HeaderInfo represents the header of a radiance output file from SPOT.
It's primary function is to define the x and y axis of the illuminance map.
◆ HeaderInfo()
openstudio::radiance::HeaderInfo::HeaderInfo |
( |
const std::string & | line1, |
|
|
const std::string & | line2 ) |
header consists of two lines
◆ ~HeaderInfo()
virtual openstudio::radiance::HeaderInfo::~HeaderInfo |
( |
| ) |
|
|
virtualdefault |
◆ xVector()
openstudio::Vector openstudio::radiance::HeaderInfo::xVector |
( |
| ) |
const |
|
inline |
get the x points corresponding to illuminance matrix columns in meters
◆ yVector()
openstudio::Vector openstudio::radiance::HeaderInfo::yVector |
( |
| ) |
const |
|
inline |
get the y points corresponding to illuminance matrix rows in meters