From: eap Date: Tue, 29 Dec 2009 14:31:11 +0000 (+0000) Subject: (EHPOC) Interpolators X-Git-Tag: V5_1_main_FINAL~263 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=24b5944b93db1f973d300f694c49948db9f6c288;p=tools%2Fmedcoupling.git (EHPOC) Interpolators Implement cartesian/unstructured interpolation +InterpolationCU.hxx \ +InterpolationCU.txx \ InterpolationUtils.hxx \ +IntersectorCU.hxx \ +IntersectorCU.txx \ +IntersectorCU1D.hxx \ +IntersectorCU1D.txx \ +IntersectorCU2D.hxx \ +IntersectorCU2D.txx \ +IntersectorCU3D.hxx \ +IntersectorCU3D.txx \ +IntersectorCU2D.hxx \ +IntersectorCU2D.txx \ --- diff --git a/src/INTERP_KERNEL/Makefile.am b/src/INTERP_KERNEL/Makefile.am index 77daecfa3..ad04e36da 100644 --- a/src/INTERP_KERNEL/Makefile.am +++ b/src/INTERP_KERNEL/Makefile.am @@ -55,9 +55,19 @@ InterpolationPlanar.hxx \ InterpolationPlanar.txx \ InterpolationCC.hxx \ InterpolationCC.txx \ -InterpolationCU2D.hxx \ -InterpolationCU2D.txx \ +InterpolationCU.hxx \ +InterpolationCU.txx \ InterpolationUtils.hxx \ +IntersectorCU.hxx \ +IntersectorCU.txx \ +IntersectorCU1D.hxx \ +IntersectorCU1D.txx \ +IntersectorCU2D.hxx \ +IntersectorCU2D.txx \ +IntersectorCU3D.hxx \ +IntersectorCU3D.txx \ +IntersectorCU2D.hxx \ +IntersectorCU2D.txx \ Intersector3D.hxx \ Intersector3D.txx \ Intersector3DP0P0.hxx \