#include <Interpolation2D.hxx>

Public Member Functions | |
| Interpolation2D () | |
| Interpolation2D (const InterpolationOptions &io) | |
| bool | doRotate () const |
| double | medianPlane () const |
| template<class MyMeshType , class MyMatrixRow > | |
| void | performAdjustmentOfBB (PlanarIntersector< MyMeshType, MyMatrixRow > *intersector, std::vector< double > &bbox) const |
| INTERP_KERNEL.Interpolation2D.Interpolation2D | ( | ) |
| INTERP_KERNEL.Interpolation2D.Interpolation2D | ( | const InterpolationOptions & | io | ) |
| bool INTERP_KERNEL.Interpolation2D.doRotate | ( | ) | const |
Reimplemented from INTERP_KERNEL.InterpolationPlanar< Interpolation2D >.
| double INTERP_KERNEL.Interpolation2D.medianPlane | ( | ) | const |
Reimplemented from INTERP_KERNEL.InterpolationPlanar< Interpolation2D >.
| void INTERP_KERNEL.Interpolation2D.performAdjustmentOfBB | ( | PlanarIntersector< MyMeshType, MyMatrixRow > * | intersector, |
| std::vector< double > & | bbox | ||
| ) | const |
Reimplemented from INTERP_KERNEL.InterpolationPlanar< Interpolation2D >.