cartodata
5.1.2
|
#include <cartodata/volume/volumeutil.h>
Public Member Functions | |
Scaler (U x) | |
T | operator() (const T &x) const |
cfloat | operator() (const cfloat &x) const |
cfloat | operator() (const cfloat &x) const |
cdouble | operator() (const cdouble &x) const |
cdouble | operator() (const cdouble &x) const |
Public Attributes | |
U | scale |
Scaler functor.
Multiplies the argument with a constant (double) value. This class may move in another location later.
Definition at line 1553 of file volumeutil.h.
|
inline |
Definition at line 1556 of file volumeutil.h.
|
inline |
Definition at line 1575 of file volumeutil.h.
|
inline |
Definition at line 1581 of file volumeutil.h.
|
inline |
Definition at line 1563 of file volumeutil.h.
|
inline |
Definition at line 1569 of file volumeutil.h.
|
inline |
Definition at line 1557 of file volumeutil.h.
References carto::Scaler< T, U >::scale.
U carto::Scaler< T, U >::scale |
Definition at line 1559 of file volumeutil.h.
Referenced by carto::Scaler< T, U >::operator()().