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 () |
INTERP_KERNEL::Interpolation< TrueMainInterpolator >::Interpolation | ( | ) |
INTERP_KERNEL::Interpolation< TrueMainInterpolator >::Interpolation | ( | const InterpolationOptions & | io | ) |
int INTERP_KERNEL::Interpolation< TrueMainInterpolator >::interpolateMeshes | ( | const MyMeshType & | meshS, | |
const MyMeshType & | meshT, | |||
MatrixType & | result | |||
) |
int INTERP_KERNEL::Interpolation< TrueMainInterpolator >::fromIntegralUniform | ( | const MyMeshType & | meshT, | |
MatrixType & | result, | |||
const char * | method | |||
) |
int INTERP_KERNEL::Interpolation< TrueMainInterpolator >::toIntegralUniform | ( | const MyMeshType & | meshS, | |
MatrixType & | result, | |||
const char * | method | |||
) |
int INTERP_KERNEL::Interpolation< TrueMainInterpolator >::fromToIntegralUniform | ( | bool | fromTo, | |
const MyMeshType & | mesh, | |||
MatrixType & | result, | |||
const char * | method | |||
) | [protected] |
Referenced by INTERP_KERNEL::Interpolation< Interpolation3D >::asLeaf().
TrueMainInterpolator& INTERP_KERNEL::Interpolation< TrueMainInterpolator >::asLeaf | ( | ) | [protected] |