Public Member Functions | |
TDWRVirtualVolume (const std::string &volumeProductName) | |
TDWRVirtualVolume () | |
An invalid object, provided only for STL convenience. | |
~TDWRVirtualVolume () | |
virtual Index::Record | update (const Angle ¤tElevation, const Index::Record &thisRec, const Time &volumeStartTime) |
creates and returns the montage record given record corresponding to the elevation product, the elevation angle it belongs to and the start time of the volume that it belongs to. |
code::TDWRVirtualVolume::TDWRVirtualVolume | ( | const std::string & | volumeProductName | ) | [inline] |
code::TDWRVirtualVolume::TDWRVirtualVolume | ( | ) |
An invalid object, provided only for STL convenience.
code::TDWRVirtualVolume::~TDWRVirtualVolume | ( | ) | [inline] |
virtual Index::Record code::TDWRVirtualVolume::update | ( | const Angle & | currentElevation, | |
const Index::Record & | thisRec, | |||
const Time & | volumeStartTime | |||
) | [virtual] |
creates and returns the montage record given record corresponding to the elevation product, the elevation angle it belongs to and the start time of the volume that it belongs to.
It also updates the internal structure, so that a history of update() calls is maintained.