ArithmeticOperations output parameters. More...
#include <ArithmeticOperations.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 () _NOEXCEPT_OP(false) | 
| Clear all internal allocated resources and reset the parameters instance to its initial state.  More... | |
| ~OutputParameters () | |
Public Attributes | |
| std::unique_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... | |
ArithmeticOperations output parameters.
Definition at line 112 of file ArithmeticOperations.h.
| te::rp::ArithmeticOperations::OutputParameters::OutputParameters | ( | ) | 
| te::rp::ArithmeticOperations::OutputParameters::OutputParameters | ( | const OutputParameters & | ) | 
| te::rp::ArithmeticOperations::OutputParameters::~OutputParameters | ( | ) | 
      
  | 
  virtual | 
Create a clone copy of this instance.
Implements te::common::AbstractParameters.
| const OutputParameters& te::rp::ArithmeticOperations::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::unique_ptr< te::rst::Raster > te::rp::ArithmeticOperations::OutputParameters::m_outputRasterPtr | 
The generated output registered raster.
Definition at line 120 of file ArithmeticOperations.h.
| std::map< std::string, std::string > te::rp::ArithmeticOperations::OutputParameters::m_rInfo | 
The necessary information to create the output rasters (as described in te::raster::RasterFactory).
Definition at line 118 of file ArithmeticOperations.h.
| std::string te::rp::ArithmeticOperations::OutputParameters::m_rType | 
Output raster data source type (as described in te::raster::RasterFactory ).
Definition at line 116 of file ArithmeticOperations.h.