All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
te::rp::SequenceMosaic::MosaicSequenceInfo Class Reference

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...
 

Detailed Description

Mosaic sequence info.

Definition at line 114 of file SequenceMosaic.h.

Constructor & Destructor Documentation

te::rp::SequenceMosaic::MosaicSequenceInfo::MosaicSequenceInfo ( )

Definition at line 167 of file SequenceMosaic.cpp.

te::rp::SequenceMosaic::MosaicSequenceInfo::~MosaicSequenceInfo ( )

Definition at line 171 of file SequenceMosaic.cpp.

Member Function Documentation

void te::rp::SequenceMosaic::MosaicSequenceInfo::clear ( )

Clear the internal allocated resources.

Definition at line 175 of file SequenceMosaic.cpp.

Referenced by te::rp::SequenceMosaic::execute().

Member Data Documentation

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.

Referenced by te::rp::SequenceMosaic::execute().

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.

Referenced by te::rp::SequenceMosaic::execute().

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.

Referenced by te::rp::SequenceMosaic::execute().


The documentation for this class was generated from the following files: