OpendTect
7.0
|
Uses Radial Basic Function to predict the values. More...
Public Member Functions | |
RadialBasisFunctionGridder2D () | |
RadialBasisFunctionGridder2D (const RadialBasisFunctionGridder2D &) | |
~RadialBasisFunctionGridder2D () | |
bool | allPointsAreRelevant () const override |
bool | areWeightsValuesDependent () const override |
Gridder2D * | clone () const override |
float | getValue (const Coord &, const TypeSet< double > *weights=nullptr, const TypeSet< int > *relevantpoints=nullptr) const override |
Does the gridding. More... | |
bool | getWeights (const Coord &, TypeSet< double > &weights, TypeSet< int > &relevantpoints) const override |
bool | operator== (const Gridder2D &) const override |
void | setMetricTensor (double m11, double m12, double m22) |
Public Member Functions inherited from Gridder2D | |
virtual | ~Gridder2D () |
virtual void | fillPar (IOPar &) const |
const TypeSet< Coord > * | getPoints () const |
const TypeSet< float > * | getValues () const |
virtual bool | isPointUsable (const Coord &cpt, const Coord &dpt) const |
virtual void | setGridArea (const Interval< float > &, const Interval< float > &) |
bool | setPoints (const TypeSet< Coord > &) |
bool | setPoints (const TypeSet< Coord > &, TaskRunner *) |
virtual void | setTrend (PolyTrend::Order) |
bool | setValues (const TypeSet< float > &) |
virtual bool | usePar (const IOPar &) |
virtual bool | wantsAllPoints () const |
If false, points should be tested with isPointUsable. More... | |
Static Public Member Functions | |
static const char * | sKeyIsMetric () |
Protected Member Functions | |
double | getRadius (const Coord &pos1, const Coord &pos2) const |
bool | pointsChangedCB (CallBacker *) override |
bool | setWeights (const Coord &, TypeSet< double > &weights, TypeSet< int > *usedpoints=0) const |
bool | updateSolution () |
bool | updateSolver () |
bool | updateSolver (TaskRunner *) |
void | valuesChangedCB (CallBacker *) override |
Protected Member Functions inherited from Gridder2D | |
Gridder2D () | |
Gridder2D (const Gridder2D &) | |
float | getDetrendedValue (int idx) const |
bool | isAtInputPos (const Coord &, int &idx) const |
Static Protected Member Functions | |
static double | evaluateRBF (double radius, double scale=1.) |
Protected Attributes | |
TypeSet< double > * | globalweights_ |
bool | ismetric_ |
double | m11_ |
double | m12_ |
double | m22_ |
LinSolver< double > * | solv_ |
Protected Attributes inherited from Gridder2D | |
const TypeSet< Coord > * | points_ |
PolyTrend * | trend_ |
TypeSet< int > | usedpoints_ |
const TypeSet< float > * | values_ |
Uses Radial Basic Function to predict the values.
<>
RadialBasisFunctionGridder2D::RadialBasisFunctionGridder2D | ( | ) |
RadialBasisFunctionGridder2D::RadialBasisFunctionGridder2D | ( | const RadialBasisFunctionGridder2D & | ) |
RadialBasisFunctionGridder2D::~RadialBasisFunctionGridder2D | ( | ) |
|
overridevirtual |
Implements Gridder2D.
|
inlineoverridevirtual |
Reimplemented from Gridder2D.
|
staticprotected |
|
protected |
|
overridevirtual |
Does the gridding.
Reimplemented from Gridder2D.
|
overridevirtual |
Only use this if multiple setValues() are called for the same setPoints() The output weights and pointset must then be provided to the getValue function
Implements Gridder2D.
|
overridevirtual |
Reimplemented from Gridder2D.
|
overrideprotectedvirtual |
Reimplemented from Gridder2D.
void RadialBasisFunctionGridder2D::setMetricTensor | ( | double | m11, |
double | m12, | ||
double | m22 | ||
) |
|
protected |
|
inlinestatic |
|
protected |
|
protected |
|
protected |
|
overrideprotectedvirtual |
Reimplemented from Gridder2D.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B.V. 1995-2024