Member List

Ratpac-two: Member List
Ratpac-two
RAT::ROOTInterpolator Member List

This is the complete list of members for RAT::ROOTInterpolator, including all inherited members.

extrapolation_t enum name (defined in RAT::ROOTInterpolator)RAT::ROOTInterpolator
fExtrapolation (defined in RAT::ROOTInterpolator)RAT::ROOTInterpolatorprotected
fFillValue (defined in RAT::ROOTInterpolator)RAT::ROOTInterpolatorprotected
fGraph (defined in RAT::ROOTInterpolator)RAT::ROOTInterpolatorprotected
fKind (defined in RAT::ROOTInterpolator)RAT::ROOTInterpolatorprotected
fMaxX (defined in RAT::ROOTInterpolator)RAT::ROOTInterpolatorprotected
fMinX (defined in RAT::ROOTInterpolator)RAT::ROOTInterpolatorprotected
GetExtrapolation() const (defined in RAT::ROOTInterpolator)RAT::ROOTInterpolatorinline
GetFillValue() const (defined in RAT::ROOTInterpolator)RAT::ROOTInterpolatorinline
GetGraph() const (defined in RAT::ROOTInterpolator)RAT::ROOTInterpolatorinline
GetKind() const (defined in RAT::ROOTInterpolator)RAT::ROOTInterpolatorinline
kind_t enum name (defined in RAT::ROOTInterpolator)RAT::ROOTInterpolator
operator()(double xx) const (defined in RAT::ROOTInterpolator)RAT::ROOTInterpolatorinline
operator=(const ROOTInterpolator &other) (defined in RAT::ROOTInterpolator)RAT::ROOTInterpolatorinline
operator=(ROOTInterpolator &&other) noexcept (defined in RAT::ROOTInterpolator)RAT::ROOTInterpolatorinline
prepareGraph() (defined in RAT::ROOTInterpolator)RAT::ROOTInterpolatorinlineprotected
ROOTInterpolator() (defined in RAT::ROOTInterpolator)RAT::ROOTInterpolatorinline
ROOTInterpolator(const TGraph &g, kind_t kind=kind_t::kLinear, extrapolation_t extrapolation=extrapolation_t::kExtrapolate, double fillvalue=0.0) (defined in RAT::ROOTInterpolator)RAT::ROOTInterpolatorinline
ROOTInterpolator(TGraph &&graph, kind_t kind=kind_t::kLinear, extrapolation_t extrapolation=extrapolation_t::kExtrapolate, double fillvalue=0.0) noexcept (defined in RAT::ROOTInterpolator)RAT::ROOTInterpolatorinline
ROOTInterpolator(const std::vector< double > &x, const std::vector< double > &y, kind_t kind=kind_t::kLinear, extrapolation_t extrapolation=extrapolation_t::kExtrapolate, double fillvalue=0.0) (defined in RAT::ROOTInterpolator)RAT::ROOTInterpolatorinline
SetData(const std::vector< double > &x, const std::vector< double > &y) (defined in RAT::ROOTInterpolator)RAT::ROOTInterpolatorinline
SetExtrapolation(extrapolation_t extrapolation) (defined in RAT::ROOTInterpolator)RAT::ROOTInterpolatorinline
SetFillValue(double fillValue) (defined in RAT::ROOTInterpolator)RAT::ROOTInterpolatorinline
SetGraph(const TGraph &g) (defined in RAT::ROOTInterpolator)RAT::ROOTInterpolatorinline
SetGraph(TGraph &&graph) noexcept (defined in RAT::ROOTInterpolator)RAT::ROOTInterpolatorinline
SetKind(kind_t kind) (defined in RAT::ROOTInterpolator)RAT::ROOTInterpolatorinline