Compute element-wise logarithm to base 10. More...
#include <DataFunctions.h>


Public Member Functions | |
| virtual double | Op (double value, bool &) const |
| Transform data value and/or mask data value by setting *mask = false. | |
| virtual void | Process (int n, double *data, bool *mask=NULL) |
| Process given data (not thread-safe!) | |
Public Member Functions inherited from mirtk::data::Op | |
| virtual | ~Op () |
| Destructor. | |
Compute element-wise logarithm to base 10.
Definition at line 470 of file DataFunctions.h.