Raster Processing algorithm base interface. More...
#include <Algorithm.h>
  
 Public Member Functions | |
| virtual bool | execute (AlgorithmOutputParameters &outputParams) _NOEXCEPT_OP(false)=0 | 
| Executes the algorithm using the supplied parameters.  More... | |
| virtual bool | initialize (const AlgorithmInputParameters &inputParams) _NOEXCEPT_OP(false)=0 | 
| Initialize the algorithm instance making it ready for execution.  More... | |
| virtual bool | isInitialized () const =0 | 
| Returns true if the algorithm instance is initialized and ready for execution.  More... | |
| virtual void | reset () _NOEXCEPT_OP(false)=0 | 
| Clear all internal allocated objects and reset the algorithm to its initial state.  More... | |
| virtual | ~Algorithm () | 
Protected Member Functions | |
| Algorithm () | |
Private Member Functions | |
| Algorithm (const Algorithm &) | |
| const Algorithm & | operator= (const Algorithm &) | 
Raster Processing algorithm base interface.
Definition at line 41 of file Algorithm.h.
      
  | 
  virtual | 
      
  | 
  protected | 
      
  | 
  private | 
      
  | 
  pure virtual | 
Executes the algorithm using the supplied parameters.
| outputParams | Output parameters. | 
Implemented in te::rp::Contrast, te::rp::Segmenter, te::rp::MixtureModel, te::rp::Classifier, te::rp::SequenceMosaic, te::rp::Skeleton, te::rp::WisperFusion, te::rp::TiePointsMosaic, te::rp::ArithmeticOperations, te::rp::Filter, te::rp::IHSFusion, te::rp::Register, te::rp::GeoMosaic, te::rp::PCAFusion, te::rp::PostClassification, te::rp::TiePointsLocator, and te::rp::RasterAttributes.
      
  | 
  pure virtual | 
Initialize the algorithm instance making it ready for execution.
| inputParams | Input parameters. | 
Implemented in te::rp::Contrast, te::rp::Segmenter, te::rp::MixtureModel, te::rp::Classifier, te::rp::SequenceMosaic, te::rp::Skeleton, te::rp::WisperFusion, te::rp::TiePointsMosaic, te::rp::ArithmeticOperations, te::rp::Filter, te::rp::IHSFusion, te::rp::Register, te::rp::GeoMosaic, te::rp::PCAFusion, te::rp::PostClassification, te::rp::TiePointsLocator, and te::rp::RasterAttributes.
      
  | 
  pure virtual | 
Returns true if the algorithm instance is initialized and ready for execution.
Implemented in te::rp::Contrast, te::rp::Segmenter, te::rp::MixtureModel, te::rp::Classifier, te::rp::SequenceMosaic, te::rp::Skeleton, te::rp::WisperFusion, te::rp::TiePointsMosaic, te::rp::ArithmeticOperations, te::rp::Filter, te::rp::IHSFusion, te::rp::Register, te::rp::GeoMosaic, te::rp::PCAFusion, te::rp::PostClassification, te::rp::TiePointsLocator, and te::rp::RasterAttributes.
      
  | 
  pure virtual | 
Clear all internal allocated objects and reset the algorithm to its initial state.
Implemented in te::rp::Contrast, te::rp::Segmenter, te::rp::MixtureModel, te::rp::Classifier, te::rp::SequenceMosaic, te::rp::Skeleton, te::rp::WisperFusion, te::rp::TiePointsMosaic, te::rp::ArithmeticOperations, te::rp::Filter, te::rp::IHSFusion, te::rp::Register, te::rp::GeoMosaic, te::rp::PCAFusion, te::rp::PostClassification, te::rp::TiePointsLocator, and te::rp::RasterAttributes.