AllocatedSize(void) const | CLAM::BPFTmpl< TX, TY > | inline |
BPFPolInt(const TX &x, const Array< TIndex > &closestPointsIndex, TData &errorEstimate) const | CLAM::BPFTmpl< TX, TY > | protected |
BPFSplineInt(const TX &x) const | CLAM::BPFTmpl< TX, TY > | protected |
BPFTmpl() | CLAM::BPFTmpl< TX, TY > | |
BPFTmpl(const EInterpolation &eInterpolation) | CLAM::BPFTmpl< TX, TY > | |
BPFTmpl(TSize size) | CLAM::BPFTmpl< TX, TY > | |
BPFTmpl(TSize size, const EInterpolation &eInterpolation) | CLAM::BPFTmpl< TX, TY > | |
BPFTmpl(const BPFTmpl< TX, TY > &orig) | CLAM::BPFTmpl< TX, TY > | |
CreateSplineTable() | CLAM::BPFTmpl< TX, TY > | protected |
DeepCopy() const | CLAM::Component | inlinevirtual |
DeleteBetweenIndex(TIndex leftIndex, TIndex rightIndex) | CLAM::BPFTmpl< TX, TY > | |
DeleteBetweenXValues(const TX &leftX, const TX &rightX) | CLAM::BPFTmpl< TX, TY > | |
DeleteIndex(TIndex index) | CLAM::BPFTmpl< TX, TY > | |
DeleteThroughXValue(const TX &x) | CLAM::BPFTmpl< TX, TY > | |
GetClassName() const | CLAM::BPFTmpl< TX, TY > | inlinevirtual |
GetInterpolation() const | CLAM::BPFTmpl< TX, TY > | inline |
GetnClosest(TIndex foundIndex) const | CLAM::BPFTmpl< TX, TY > | |
GetPointArray() | CLAM::BPFTmpl< TX, TY > | inline |
GetPosition(const TX &x) const | CLAM::BPFTmpl< TX, TY > | |
GetStep() | CLAM::BPFTmpl< TX, TY > | inline |
GetValue(const TX &x) const | CLAM::BPFTmpl< TX, TY > | inline |
GetValue(const TX &x, const EInterpolation &eInterpolation) const | CLAM::BPFTmpl< TX, TY > | |
GetValueFromIndex(TIndex index) const | CLAM::BPFTmpl< TX, TY > | inline |
GetXValue(TIndex index) const | CLAM::BPFTmpl< TX, TY > | inline |
Init() | CLAM::BPFTmpl< TX, TY > | |
Insert(const PointTmpl< TX, TY > &point) | CLAM::BPFTmpl< TX, TY > | |
Insert(const TX &x, const TX &y) | CLAM::BPFTmpl< TX, TY > | |
LoadFrom(Storage &storage) | CLAM::BPFTmpl< TX, TY > | protectedvirtual |
mArray | CLAM::BPFTmpl< TX, TY > | protected |
mc | CLAM::BPFTmpl< TX, TY > | mutableprotected |
mClosestPoints | CLAM::BPFTmpl< TX, TY > | mutableprotected |
md | CLAM::BPFTmpl< TX, TY > | mutableprotected |
meInterpolation | CLAM::BPFTmpl< TX, TY > | protected |
mIsSplineUpdated | CLAM::BPFTmpl< TX, TY > | protected |
mLastIndex | CLAM::BPFTmpl< TX, TY > | mutableprotected |
mLastX | CLAM::BPFTmpl< TX, TY > | mutableprotected |
mLeftDerivative | CLAM::BPFTmpl< TX, TY > | protected |
mnPoints | CLAM::BPFTmpl< TX, TY > | protected |
mOrder | CLAM::BPFTmpl< TX, TY > | protected |
mRightDerivative | CLAM::BPFTmpl< TX, TY > | protected |
mSearch | CLAM::BPFTmpl< TX, TY > | protected |
mSplineTable | CLAM::BPFTmpl< TX, TY > | protected |
operator=(const BPFTmpl< TX, TY > &originalBPF) | CLAM::BPFTmpl< TX, TY > | |
Resize(TSize newSize) | CLAM::BPFTmpl< TX, TY > | inline |
SetIntpType(const EInterpolation &eInterpolation) | CLAM::BPFTmpl< TX, TY > | |
SetLeftDerivative(TData val) | CLAM::BPFTmpl< TX, TY > | |
SetRightDerivative(TData val) | CLAM::BPFTmpl< TX, TY > | |
SetSize(TSize newSize) | CLAM::BPFTmpl< TX, TY > | inline |
SetStep(TSize step) | CLAM::BPFTmpl< TX, TY > | inline |
SetValue(TIndex index, const TY &y) | CLAM::BPFTmpl< TX, TY > | inline |
SetXValue(TIndex index, const TX &x) | CLAM::BPFTmpl< TX, TY > | inline |
ShallowCopy() const | CLAM::Component | inlinevirtual |
Size(void) const | CLAM::BPFTmpl< TX, TY > | inline |
StoreOn(Storage &storage) const | CLAM::BPFTmpl< TX, TY > | protectedvirtual |
UnsetLeftDerivative(void) | CLAM::BPFTmpl< TX, TY > | |
UnsetRightDerivative(void) | CLAM::BPFTmpl< TX, TY > | |
UpdateSplineTable() | CLAM::BPFTmpl< TX, TY > | |
~Component() | CLAM::Component | virtual |