Register output parameters. More...
#include <Register.h>
Public Member Functions | |
AbstractParameters * | clone () const |
Create a clone copy of this instance. More... | |
const OutputParameters & | operator= (const OutputParameters ¶ms) |
OutputParameters () | |
OutputParameters (const OutputParameters &) | |
void | reset () throw ( te::rp::Exception ) |
Clear all internal allocated resources and reset the parameters instance to its initial state. More... | |
~OutputParameters () | |
Public Attributes | |
std::auto_ptr< te::rst::Raster > | m_outputRasterPtr |
The generated output registered raster. More... | |
std::map< std::string, std::string > | m_rInfo |
The necessary information to create the output rasters (as described in te::raster::RasterFactory). More... | |
std::string | m_rType |
Output raster data source type (as described in te::raster::RasterFactory ). More... | |
Register output parameters.
Definition at line 102 of file Register.h.
te::rp::Register::OutputParameters::OutputParameters | ( | ) |
te::rp::Register::OutputParameters::OutputParameters | ( | const OutputParameters & | ) |
te::rp::Register::OutputParameters::~OutputParameters | ( | ) |
|
virtual |
Create a clone copy of this instance.
Implements te::common::AbstractParameters.
const OutputParameters& te::rp::Register::OutputParameters::operator= | ( | const OutputParameters & | params | ) |
|
virtual |
Clear all internal allocated resources and reset the parameters instance to its initial state.
Implements te::common::AbstractParameters.
std::auto_ptr< te::rst::Raster > te::rp::Register::OutputParameters::m_outputRasterPtr |
The generated output registered raster.
Definition at line 110 of file Register.h.
std::map< std::string, std::string > te::rp::Register::OutputParameters::m_rInfo |
The necessary information to create the output rasters (as described in te::raster::RasterFactory).
Definition at line 108 of file Register.h.
std::string te::rp::Register::OutputParameters::m_rType |
Output raster data source type (as described in te::raster::RasterFactory ).
Definition at line 106 of file Register.h.