|
xmsinterp
1.0
|
This is the complete list of members for xms::NodalFuncImpl, including all inherited members.
| ComputeGradientForPoint(int a_ptIdx, const std::vector< InterpPtInfo > &a_pts) | xms::NodalFuncImpl | |
| ComputeNodalFuncs() override | xms::NodalFuncImpl | virtual |
| GetNearestPointsOption() const override | xms::NodalFuncImpl | inlinevirtual |
| GetNumNearestPoints() const override | xms::NodalFuncImpl | inlinevirtual |
| GetType() const override | xms::NodalFuncImpl | inlinevirtual |
| GetUseModifiedShepardWeights() const override | xms::NodalFuncImpl | inlinevirtual |
| GetUseQuadrantSearch() const override | xms::NodalFuncImpl | inlinevirtual |
| GradientFromPtIdx(int a_ptIdx, Pt3d &a_grad) const override | xms::NodalFuncImpl | virtual |
| m_2d | xms::NodalFuncImpl | |
| m_debugTest | xms::NodalFuncImpl | |
| m_errorReport | xms::NodalFuncImpl | |
| m_gradient | xms::NodalFuncImpl | |
| m_modifiedShepardWeights | xms::NodalFuncImpl | |
| m_natNeigh | xms::NodalFuncImpl | |
| m_nearestAll | xms::NodalFuncImpl | |
| m_nNearest | xms::NodalFuncImpl | |
| m_power | xms::NodalFuncImpl | |
| m_prog | xms::NodalFuncImpl | |
| m_pts | xms::NodalFuncImpl | |
| m_ptSearch | xms::NodalFuncImpl | |
| m_quadOct | xms::NodalFuncImpl | |
| m_quadratic | xms::NodalFuncImpl | |
| m_scalar | xms::NodalFuncImpl | |
| m_type | xms::NodalFuncImpl | |
| New(int a_type, bool a_2d, boost::shared_ptr< GmPtSearch > a_ptSearch, const std::vector< Pt3d > &a_pts, const std::vector< float > &a_scalar, int a_nNearest, bool a_quad_oct, double a_power, bool a_modifiedShepardWeights, boost::shared_ptr< Observer > a_p, InterpNatNeigh *a_natNeigh) | xms::NodalFunc | static |
| NF_CONSTANT enum value (defined in xms::NodalFuncImpl) | xms::NodalFuncImpl | |
| NF_GRAD_PLANE enum value (defined in xms::NodalFuncImpl) | xms::NodalFuncImpl | |
| NF_QUADRATIC enum value (defined in xms::NodalFuncImpl) | xms::NodalFuncImpl | |
| NfForPt(int a_ptIdx, BSHP< GmPtSearch > a_s, std::vector< int > &nearestPts, std::vector< InterpPtInfo > &matrixPts, std::vector< double > &d2, std::vector< double > &w) | xms::NodalFuncImpl | |
| NodalFunc() | xms::NodalFunc | protected |
| NodalFunc2d(int a_ptIdx, const std::vector< InterpPtInfo > &a_pts, double *a_A) | xms::NodalFuncImpl | |
| NodalFunc3d(int a_ptIdx, const std::vector< InterpPtInfo > &a_pts, double *a_A) | xms::NodalFuncImpl | |
| NodalFuncForPtFromMatrixPts(int a_ptIdx, const std::vector< InterpPtInfo > &a_pts) | xms::NodalFuncImpl | |
| NodalFuncImpl(const std::vector< Pt3d > &a_pts, const std::vector< float > &a_scalar) | xms::NodalFuncImpl | |
| NodalFuncImpl(int a_type, bool a_2d, BSHP< GmPtSearch > a_ptSearch, const std::vector< Pt3d > &a_pts, const std::vector< float > &a_scalar, int a_nNearest, bool a_quad_oct, double a_power, bool a_modifiedShepardWeights, BSHP< Observer > a_p, InterpNatNeigh *a_natNeigh) | xms::NodalFuncImpl | |
| ScalarFromPtIdx(int a_ptIdx, const Pt3d &a_loc) const override | xms::NodalFuncImpl | virtual |
| ToString() const override | xms::NodalFuncImpl | virtual |
| ~NodalFunc() | xms::NodalFunc | virtual |