Salome HOME
Splitting implementation of UMesh to isolate intersection and
authorabn <adrien.bruneton@cea.fr>
Fri, 17 Feb 2017 10:36:42 +0000 (11:36 +0100)
committerabn <adrien.bruneton@cea.fr>
Fri, 17 Feb 2017 11:23:35 +0000 (12:23 +0100)
commitde984d79297bf264905c1da9af643b99b7f1d05e
tree8708f0bcaad6a3a0a7a1cbc0773bd4df347533e3
parent6b4ac6e14aa5528410049de1c9b15219b849d1ff
Splitting implementation of UMesh to isolate intersection and
internal stuff.

MEDCouplingUMesh.cxx down to 8k LOC :-)
doc/user/doxygen/Doxyfile_med_user.in
src/MEDCoupling/CMakeLists.txt
src/MEDCoupling/MEDCouplingUMesh.cxx
src/MEDCoupling/MEDCouplingUMesh.hxx
src/MEDCoupling/MEDCouplingUMesh_internal.cxx [new file with mode: 0644]
src/MEDCoupling/MEDCouplingUMesh_internal.hxx [new file with mode: 0644]
src/MEDCoupling/MEDCouplingUMesh_intersection.cxx [new file with mode: 0644]