Salome HOME
PR: add an independant exe that cuts a tetra mesh by a plane. MeshCut is adpated...
authorprascle <prascle>
Tue, 12 Apr 2011 11:24:20 +0000 (11:24 +0000)
committerprascle <prascle>
Tue, 12 Apr 2011 11:24:20 +0000 (11:24 +0000)
commitb9db0238dc4197e9a246acdac04f04be273624c0
treec9a3a6193c908546f5eda3b7acc0d6b9d4ba3535
parent022168f9e6279561d0fea7d14c353bbab7c29e4c
PR: add an independant exe that cuts a tetra mesh by a plane. MeshCut is adpated from EDF project XMESHLAB and works with MED files.
22 files changed:
configure.ac
src/Makefile.am
src/Tools/Makefile.am [new file with mode: 0644]
src/Tools/Makefile.in [new file with mode: 0644]
src/Tools/MeshCut/AUTHORS [new file with mode: 0644]
src/Tools/MeshCut/Makefile.am [new file with mode: 0644]
src/Tools/MeshCut/Makefile.in [new file with mode: 0644]
src/Tools/MeshCut/MeshCut_Carre.cxx [new file with mode: 0644]
src/Tools/MeshCut/MeshCut_Carre.hxx [new file with mode: 0644]
src/Tools/MeshCut/MeshCut_Cas.cxx [new file with mode: 0644]
src/Tools/MeshCut/MeshCut_Cas.hxx [new file with mode: 0644]
src/Tools/MeshCut/MeshCut_Cube.cxx [new file with mode: 0644]
src/Tools/MeshCut/MeshCut_Cube.hxx [new file with mode: 0644]
src/Tools/MeshCut/MeshCut_DC.cxx [new file with mode: 0644]
src/Tools/MeshCut/MeshCut_Fonctions.cxx [new file with mode: 0644]
src/Tools/MeshCut/MeshCut_Fonctions.hxx [new file with mode: 0644]
src/Tools/MeshCut/MeshCut_Globals.hxx [new file with mode: 0644]
src/Tools/MeshCut/MeshCut_Maillage.cxx [new file with mode: 0644]
src/Tools/MeshCut/MeshCut_Maillage.hxx [new file with mode: 0644]
src/Tools/MeshCut/MeshCut_Utils.cxx [new file with mode: 0644]
src/Tools/MeshCut/MeshCut_Utils.hxx [new file with mode: 0644]
src/Tools/MeshCut/README [new file with mode: 0644]