Public Member Functions | |
| ArrayNDGentleSmoother (const ArrayND< T > &, ArrayND< T > &) | |
| virtual | ~ArrayNDGentleSmoother () |
| const char * | message () const |
| od_int64 | totalNr () const |
| od_int64 | nrDone () const |
| const char * | nrDoneText () const |
| int | nextStep () |
Protected Attributes | |
| const ArrayND< T > & | inp_ |
| ArrayND< T > & | out_ |
| od_int64 | totnr_ |
| od_int64 | nrdone_ |
| const int | nrdims_ |
| ArrayNDIter | it_ |
| TypeSet< int > | maxidxs_ |
| ArrayNDGentleSmoother< T >::ArrayNDGentleSmoother | ( | const ArrayND< T > & | inp, | |
| ArrayND< T > & | out | |||
| ) |
| virtual ArrayNDGentleSmoother< T >::~ArrayNDGentleSmoother | ( | ) | [inline, virtual] |
| const char* ArrayNDGentleSmoother< T >::message | ( | ) | const [inline, virtual] |
Reimplemented from Task.
| int ArrayNDGentleSmoother< T >::nextStep | ( | ) | [virtual] |
Implements SequentialTask.
| od_int64 ArrayNDGentleSmoother< T >::nrDone | ( | ) | const [inline, virtual] |
Reimplemented from Task.
| const char* ArrayNDGentleSmoother< T >::nrDoneText | ( | ) | const [inline, virtual] |
Reimplemented from Task.
| od_int64 ArrayNDGentleSmoother< T >::totalNr | ( | ) | const [inline, virtual] |
Reimplemented from Task.
const ArrayND<T>& ArrayNDGentleSmoother< T >::inp_ [protected] |
ArrayNDIter ArrayNDGentleSmoother< T >::it_ [protected] |
TypeSet<int> ArrayNDGentleSmoother< T >::maxidxs_ [protected] |
const int ArrayNDGentleSmoother< T >::nrdims_ [protected] |
od_int64 ArrayNDGentleSmoother< T >::nrdone_ [protected] |
ArrayND<T>& ArrayNDGentleSmoother< T >::out_ [protected] |
od_int64 ArrayNDGentleSmoother< T >::totnr_ [protected] |
1.7.1