Mosaic sequence info. More...
#include <SequenceMosaic.h>
Public Member Functions | |
void | clear () |
Clear the internal allocated resources. More... | |
MosaicSequenceInfo () | |
~MosaicSequenceInfo () | |
Public Attributes | |
std::string | m_dataSetName |
The generated data set name for this mosaic sequence. More... | |
std::vector< unsigned int > | m_rasterFeederIndexes |
The indexes (inside the input rasters feeder) of the rasters written to this mosaic sequence. More... | |
std::vector< std::vector< te::gm::GTParameters::TiePoint > > | m_tiePoints |
The generated tie-pionts (te::gm::GTParameters::TiePoint::first are mosaic coods, te::gm::GTParameters::TiePoint::second are the used input raster line/column indexes). More... | |
Mosaic sequence info.
Definition at line 114 of file SequenceMosaic.h.
te::rp::SequenceMosaic::MosaicSequenceInfo::MosaicSequenceInfo | ( | ) |
te::rp::SequenceMosaic::MosaicSequenceInfo::~MosaicSequenceInfo | ( | ) |
void te::rp::SequenceMosaic::MosaicSequenceInfo::clear | ( | ) |
Clear the internal allocated resources.
std::string te::rp::SequenceMosaic::MosaicSequenceInfo::m_dataSetName |
The generated data set name for this mosaic sequence.
Definition at line 118 of file SequenceMosaic.h.
std::vector< unsigned int > te::rp::SequenceMosaic::MosaicSequenceInfo::m_rasterFeederIndexes |
The indexes (inside the input rasters feeder) of the rasters written to this mosaic sequence.
Definition at line 120 of file SequenceMosaic.h.
std::vector< std::vector< te::gm::GTParameters::TiePoint > > te::rp::SequenceMosaic::MosaicSequenceInfo::m_tiePoints |
The generated tie-pionts (te::gm::GTParameters::TiePoint::first are mosaic coods, te::gm::GTParameters::TiePoint::second are the used input raster line/column indexes).
Definition at line 122 of file SequenceMosaic.h.