Salome HOME
Fronttrack
authorGerald NICOLAS <gerald.nicolas@edf.fr>
Wed, 31 May 2017 13:30:58 +0000 (15:30 +0200)
committerGerald NICOLAS <gerald.nicolas@edf.fr>
Wed, 31 May 2017 13:30:58 +0000 (15:30 +0200)
commit9c4b695101f6dfd8b305c42f37449b25688bf5e1
treef7e2e827e3a91161b9803d099e098bd4dcf59dc4
parent672f3848526cf74e0e734900b562205b5c0fc329
Fronttrack

Introduction des programmes du suivi des frontières
courbes. Travaux réalisés par OCC mai 2017
15 files changed:
CMakeLists.txt
src/CMakeLists.txt
src/FrontTrack/CMakeLists.txt [new file with mode: 0755]
src/FrontTrack/FrontTrack.cxx [new file with mode: 0755]
src/FrontTrack/FrontTrack.hxx [new file with mode: 0755]
src/FrontTrack/FrontTrack_NodeGroups.cxx [new file with mode: 0755]
src/FrontTrack/FrontTrack_NodeGroups.hxx [new file with mode: 0755]
src/FrontTrack/FrontTrack_NodesOnGeom.cxx [new file with mode: 0755]
src/FrontTrack/FrontTrack_NodesOnGeom.hxx [new file with mode: 0755]
src/FrontTrack/FrontTrack_Projector.cxx [new file with mode: 0755]
src/FrontTrack/FrontTrack_Projector.hxx [new file with mode: 0755]
src/FrontTrack/FrontTrack_Utils.cxx [new file with mode: 0755]
src/FrontTrack/FrontTrack_Utils.hxx [new file with mode: 0755]
src/FrontTrack_SWIG/CMakeLists.txt [new file with mode: 0755]
src/FrontTrack_SWIG/FrontTrack.i [new file with mode: 0755]