#include <HeaderInfo.hpp>
Public Member Functions | |
HeaderInfo (const std::string &line1, const std::string &line2) | |
header consists of two lines More... | |
openstudio::Vector | xVector () const |
get the x points corresponding to illuminance matrix columns in meters More... | |
openstudio::Vector | yVector () const |
get the y points corresponding to illuminance matrix rows in meters More... | |
virtual | ~HeaderInfo ()=default |
virtual destructor More... | |
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.
openstudio::radiance::HeaderInfo::HeaderInfo | ( | const std::string & | line1, |
const std::string & | line2 | ||
) |
header consists of two lines
|
virtualdefault |
virtual destructor
|
inline |
get the x points corresponding to illuminance matrix columns in meters
|
inline |
get the y points corresponding to illuminance matrix rows in meters