Med Memory Users' Guide 5.1.3

INTERP_KERNEL::Interpolation< TrueMainInterpolator > Class Template Reference

Inheritance diagram for INTERP_KERNEL::Interpolation< TrueMainInterpolator >:
Collaboration diagram for INTERP_KERNEL::Interpolation< TrueMainInterpolator >:

List of all members.

Public Member Functions

 Interpolation ()
 Interpolation (const InterpolationOptions &io)
template<class MatrixType , class MyMeshType >
int interpolateMeshes (const MyMeshType &meshS, const MyMeshType &meshT, MatrixType &result)
template<class MyMeshType , class MatrixType >
int fromIntegralUniform (const MyMeshType &meshT, MatrixType &result, const char *method)
template<class MyMeshType , class MatrixType >
int toIntegralUniform (const MyMeshType &meshS, MatrixType &result, const char *method)

Protected Member Functions

template<class MyMeshType , class MatrixType >
int fromToIntegralUniform (bool fromTo, const MyMeshType &mesh, MatrixType &result, const char *method)
TrueMainInterpolator & asLeaf ()

template<class TrueMainInterpolator>
class INTERP_KERNEL::Interpolation< TrueMainInterpolator >


Constructor & Destructor Documentation

template<class TrueMainInterpolator>
INTERP_KERNEL::Interpolation< TrueMainInterpolator >::Interpolation ( )
template<class TrueMainInterpolator>
INTERP_KERNEL::Interpolation< TrueMainInterpolator >::Interpolation ( const InterpolationOptions io)

Member Function Documentation

template<class TrueMainInterpolator>
template<class MatrixType , class MyMeshType >
int INTERP_KERNEL::Interpolation< TrueMainInterpolator >::interpolateMeshes ( const MyMeshType &  meshS,
const MyMeshType &  meshT,
MatrixType &  result 
)
template<class TrueMainInterpolator>
template<class MyMeshType , class MatrixType >
int INTERP_KERNEL::Interpolation< TrueMainInterpolator >::fromIntegralUniform ( const MyMeshType &  meshT,
MatrixType &  result,
const char *  method 
)
template<class TrueMainInterpolator>
template<class MyMeshType , class MatrixType >
int INTERP_KERNEL::Interpolation< TrueMainInterpolator >::toIntegralUniform ( const MyMeshType &  meshS,
MatrixType &  result,
const char *  method 
)
template<class TrueMainInterpolator >
template<class MyMeshType , class MatrixType >
build buildd salome MED_SRC_5 src INTERP_KERNEL Interpolation txx build buildd salome MED_SRC_5 src INTERP_KERNEL Interpolation txx build buildd salome MED_SRC_5 src INTERP_KERNEL Interpolation txx int INTERP_KERNEL::Interpolation< TrueMainInterpolator >::fromToIntegralUniform ( bool  fromTo,
const MyMeshType &  mesh,
MatrixType &  result,
const char *  method 
) [protected]
template<class TrueMainInterpolator>
TrueMainInterpolator& INTERP_KERNEL::Interpolation< TrueMainInterpolator >::asLeaf ( ) [protected]