All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
util::SampledFunction< XType, YType > Member List

This is the complete list of members for util::SampledFunction< XType, YType >, including all inherited members.

closestSubsampleIndex(X_t x) const util::SampledFunction< XType, YType >
computeTotalSize() const util::SampledFunction< XType, YType >inlineprivate
dump(Stream &&out, std::string const &indent, std::string const &firstIndent) const util::SampledFunction< XType, YType >
dump(Stream &&out, std::string const &indent="") const util::SampledFunction< XType, YType >inline
extendRange(Function_t const &function, X_t lower, X_t min_upper, X_t step, UntilFunc &&until)util::SampledFunction< XType, YType >privatestatic
extendRange(Function_t const &function, X_t lower, X_t min_upper, X_t step, UntilFunc &&until) -> Range_tutil::SampledFunction< XType, YType >
fAllSamplesutil::SampledFunction< XType, YType >private
fillSamples(Function_t const &function)util::SampledFunction< XType, YType >private
fLowerutil::SampledFunction< XType, YType >private
fNSamplesutil::SampledFunction< XType, YType >private
fNSubsamplesutil::SampledFunction< XType, YType >private
fSteputil::SampledFunction< XType, YType >private
Function_t typedefutil::SampledFunction< XType, YType >
fUpperutil::SampledFunction< XType, YType >private
isValidStepIndex(gsl::index const index) const util::SampledFunction< XType, YType >inline
lower() const util::SampledFunction< XType, YType >inline
nposutil::SampledFunction< XType, YType >static
nSubsamples() const util::SampledFunction< XType, YType >inline
rangeSize() const util::SampledFunction< XType, YType >inline
SampledFunction()=defaultutil::SampledFunction< XType, YType >
SampledFunction(Func const &function, X_t lower, X_t upper, gsl::index nSamples, gsl::index subsamples=1)util::SampledFunction< XType, YType >
SampledFunction(Func const &function, X_t lower, X_t step, UntilFunc &&until, gsl::index subsamples, X_t min_upper)util::SampledFunction< XType, YType >
SampledFunction(Func const &function, X_t lower, X_t step, UntilFunc &&until, gsl::index subsamples=1)util::SampledFunction< XType, YType >
SampledFunction(Function_t const &function, Range_t const &range, gsl::index subsamples)util::SampledFunction< XType, YType >private
size() const util::SampledFunction< XType, YType >inline
stepIndex(X_t const x, gsl::index const iSubsample) const util::SampledFunction< XType, YType >
stepSize() const util::SampledFunction< XType, YType >inline
subsample(gsl::index const n) const util::SampledFunction< XType, YType >inline
subsampleData(gsl::index n) const util::SampledFunction< XType, YType >inlineprivate
subsampleData(gsl::index n)util::SampledFunction< XType, YType >inlineprivate
SubsampleData_t typedefutil::SampledFunction< XType, YType >
subsampleOffset(gsl::index n) const util::SampledFunction< XType, YType >inlineprivate
substepSize() const util::SampledFunction< XType, YType >inline
upper() const util::SampledFunction< XType, YType >inline
value(gsl::index iSample, gsl::index n=0U) const util::SampledFunction< XType, YType >inline
wrapUp(T value, T range)util::SampledFunction< XType, YType >privatestatic
X_t typedefutil::SampledFunction< XType, YType >
Y_t typedefutil::SampledFunction< XType, YType >