Skeleton output parameters. More...
#include <Skeleton.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... | |
Skeleton output parameters.
Definition at line 118 of file Skeleton.h.
| te::rp::Skeleton::OutputParameters::OutputParameters | ( | ) | 
Definition at line 116 of file Skeleton.cpp.
References te::rp::Skeleton::reset().
| te::rp::Skeleton::OutputParameters::OutputParameters | ( | const OutputParameters & | other | ) | 
Definition at line 121 of file Skeleton.cpp.
References te::rp::Algorithm::operator=(), and te::rp::Skeleton::reset().
| te::rp::Skeleton::OutputParameters::~OutputParameters | ( | ) | 
Definition at line 127 of file Skeleton.cpp.
References te::rp::Skeleton::reset().
      
  | 
  virtual | 
Create a clone copy of this instance.
Implements te::common::AbstractParameters.
Definition at line 150 of file Skeleton.cpp.
| const Skeleton::OutputParameters & te::rp::Skeleton::OutputParameters::operator= | ( | const OutputParameters & | params | ) | 
Definition at line 139 of file Skeleton.cpp.
References m_rInfo, m_rType, and te::rp::Skeleton::reset().
      
  | 
  virtual | |||||||||||||
Clear all internal allocated resources and reset the parameters instance to its initial state.
Implements te::common::AbstractParameters.
Definition at line 132 of file Skeleton.cpp.
| std::auto_ptr< te::rst::Raster > te::rp::Skeleton::OutputParameters::m_outputRasterPtr | 
The generated output registered raster.
Definition at line 126 of file Skeleton.h.
Referenced by te::rp::Skeleton::execute().
| std::map< std::string, std::string > te::rp::Skeleton::OutputParameters::m_rInfo | 
The necessary information to create the output rasters (as described in te::raster::RasterFactory).
Definition at line 124 of file Skeleton.h.
Referenced by te::rp::Skeleton::execute(), and operator=().
| std::string te::rp::Skeleton::OutputParameters::m_rType | 
Output raster data source type (as described in te::raster::RasterFactory ).
Definition at line 122 of file Skeleton.h.
Referenced by te::rp::Skeleton::execute(), and operator=().