cartobase  5.0.5
carto::Rescaler< INP, OUTP > Class Template Reference

Low-level rescaling converter. More...

#include <cartobase/type/converter.h>

Inheritance diagram for carto::Rescaler< INP, OUTP >:

Public Member Functions

 Rescaler ()
 
 Rescaler (const RescalerInfo &info)
 
void convert (const INP &in, OUTP &out) const
 

Detailed Description

template<typename INP, typename OUTP>
class carto::Rescaler< INP, OUTP >

Low-level rescaling converter.

Definition at line 142 of file converter.h.

Constructor & Destructor Documentation

◆ Rescaler() [1/2]

template<typename INP , typename OUTP >
carto::Rescaler< INP, OUTP >::Rescaler ( )
inline

Definition at line 269 of file converter.h.

◆ Rescaler() [2/2]

template<typename INP , typename OUTP >
carto::Rescaler< INP, OUTP >::Rescaler ( const RescalerInfo info)
inline

Definition at line 275 of file converter.h.

Member Function Documentation

◆ convert()

template<typename INP , typename OUTP >
void carto::Rescaler< INP, OUTP >::convert ( const INP &  in,
OUTP &  out 
) const
inline

Definition at line 282 of file converter.h.

Referenced by carto::Converter< INP, OUTP >::operator()().


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