#include <bmrf_gamma_func.h>
Inheritance diagram for bmrf_pwl_gamma_func:

Definition at line 95 of file bmrf_gamma_func.h.
Public Member Functions | |
| bmrf_pwl_gamma_func (const bmrf_epi_seg_sptr &ep1, const bmrf_epi_seg_sptr &ep2, double t=1.0) | |
| Constructor. | |
| virtual double | mean (double=1.0) const |
Return the average gamma value at time t. | |
| double | operator() (double alpha, double t=1.0) const |
Return the gamma value for any alpha and time t. | |
| void | ref () |
| void | unref () |
| int | get_references () const |
| bool | is_referenced () const |
Protected Member Functions | |
| virtual double | value (double alpha, double) const |
Return the gamma value for any alpha and time t. | |
Private Attributes | |
| vcl_map< double, double > | knots_ |
| The knots. | |
|
||||||||||||||||
|
Constructor.
Definition at line 13 of file bmrf_gamma_func.cxx. |
|
|
Return the average gamma value at time Here, this value is independent of t Implements bmrf_gamma_func. Definition at line 32 of file bmrf_gamma_func.cxx. |
|
||||||||||||
|
Return the gamma value for any Calls a pure virtual function Definition at line 32 of file bmrf_gamma_func.h. |
|
||||||||||||
|
Return the gamma value for any Here, this value is independent of t Implements bmrf_gamma_func. Definition at line 49 of file bmrf_gamma_func.cxx. |
|
|
The knots.
Definition at line 115 of file bmrf_gamma_func.h. |
1.4.4