cartobase  5.0.5
carto::Algorithm Class Reference

#include <cartobase/algorithm/algorithm.h>

Public Member Functions

 Algorithm (const std::string &name)
 

Protected Member Functions

template<typename T >
ParameterModifier< T > inputParameter (T &ref, const std::string &name, const std::string &documentation)
 
template<typename T >
ParameterModifier< T > outputParameter (T &ref, const std::string &name, const std::string &documentation)
 

Detailed Description

Definition at line 98 of file algorithm.h.

Constructor & Destructor Documentation

◆ Algorithm()

carto::Algorithm::Algorithm ( const std::string &  name)

Member Function Documentation

◆ inputParameter()

template<typename T >
ParameterModifier< T > carto::Algorithm::inputParameter ( T &  ref,
const std::string &  name,
const std::string &  documentation 
)
protected

Definition at line 208 of file algorithm.h.

◆ outputParameter()

template<typename T >
ParameterModifier< T > carto::Algorithm::outputParameter ( T &  ref,
const std::string &  name,
const std::string &  documentation 
)
protected

Definition at line 220 of file algorithm.h.


The documentation for this class was generated from the following file: