#include <cartobase/algorithm/algorithm.h>
Definition at line 98 of file algorithm.h.
 
◆ Algorithm()
      
        
          | carto::Algorithm::Algorithm | ( | const std::string & | name | ) |  | 
      
 
 
◆ inputParameter()
template<typename T > 
  
  | 
        
          | ParameterModifier< T > carto::Algorithm::inputParameter | ( | T & | ref, |  
          |  |  | const std::string & | name, |  
          |  |  | const std::string & | documentation |  
          |  | ) |  |  |  | protected | 
 
 
◆ outputParameter()
template<typename T > 
  
  | 
        
          | ParameterModifier< T > carto::Algorithm::outputParameter | ( | T & | ref, |  
          |  |  | const std::string & | name, |  
          |  |  | const std::string & | documentation |  
          |  | ) |  |  |  | protected | 
 
 
The documentation for this class was generated from the following file: