#include <stat_min_max.hh>
Public Member Functions | |
| StatMinMaxBase () | |
| template<typename T , class D > | |
| void | VisitState (const ImageStateImpl< T, D > &isi) |
| void | VisitFunction (const Function &f) |
| Real | GetMinimum () const |
| Point | GetMinimumPosition () const |
| void | SetMinimum (Real m) |
| Real | GetMaximum () const |
| Point | GetMaximumPosition () const |
| void | SetMaximum (Real m) |
Static Public Member Functions | |
| static String | GetAlgorithmName () |
Protected Attributes | |
| Real | min_ |
| Real | max_ |
| Point | maxpos_ |
| Point | minpos_ |
Since this algorithm is implemented as a combined image stage visitor and algorithm, the main workhorse is this class StatMinMaxBase, which will act as the parent class of the actual algorithm class, Stat
Definition at line 45 of file stat_min_max.hh.
| StatMinMaxBase | ( | ) | [inline] |
Definition at line 48 of file stat_min_max.hh.
| static String GetAlgorithmName | ( | ) | [inline, static] |
Definition at line 61 of file stat_min_max.hh.
| Real GetMaximum | ( | ) | const [inline] |
Definition at line 68 of file stat_min_max.hh.
| Point GetMaximumPosition | ( | ) | const [inline] |
Definition at line 69 of file stat_min_max.hh.
| Real GetMinimum | ( | ) | const [inline] |
Definition at line 65 of file stat_min_max.hh.
| Point GetMinimumPosition | ( | ) | const [inline] |
Definition at line 66 of file stat_min_max.hh.
| void SetMaximum | ( | Real | m | ) | [inline] |
Definition at line 70 of file stat_min_max.hh.
| void SetMinimum | ( | Real | m | ) | [inline] |
Definition at line 67 of file stat_min_max.hh.
| void VisitFunction | ( | const Function & | f | ) |
| void VisitState | ( | const ImageStateImpl< T, D > & | isi | ) | [inline] |
Definition at line 72 of file stat_min_max.hh.
Definition at line 73 of file stat_min_max.hh.
Definition at line 72 of file stat_min_max.hh.
Definition at line 73 of file stat_min_max.hh.
1.5.8