QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
base class for classes possibly allowing extrapolation More...
#include <extrapolation.hpp>
Public Member Functions | |
Extrapolator ()=default | |
virtual | ~Extrapolator ()=default |
modifiers | |
void | enableExtrapolation (bool b=true) |
enable extrapolation in subsequent calls More... | |
void | disableExtrapolation (bool b=true) |
disable extrapolation in subsequent calls More... | |
inspectors | |
bool | extrapolate_ = false |
bool | allowsExtrapolation () const |
tells whether extrapolation is enabled More... | |
base class for classes possibly allowing extrapolation
Definition at line 32 of file extrapolation.hpp.
|
default |
|
virtualdefault |
void enableExtrapolation | ( | bool | b = true | ) |
enable extrapolation in subsequent calls
Definition at line 39 of file extrapolation.hpp.
void disableExtrapolation | ( | bool | b = true | ) |
disable extrapolation in subsequent calls
Definition at line 41 of file extrapolation.hpp.
bool allowsExtrapolation | ( | ) | const |
tells whether extrapolation is enabled
Definition at line 46 of file extrapolation.hpp.
|
private |
Definition at line 49 of file extrapolation.hpp.