]> SALOME platform Git repositories - plugins/blsurfplugin.git/commit
Salome HOME
First version of SizeMap for BLSurf :
authornge <nge>
Wed, 18 Feb 2009 13:32:33 +0000 (13:32 +0000)
committernge <nge>
Wed, 18 Feb 2009 13:32:33 +0000 (13:32 +0000)
commite8e567901e8f7dab7ca17ebc11372a604f204ef6
tree6504671fc420e9ac2aa5cf92b98ec0182fba998c
parent7fedf888e6b6916b2e756465b49e4a47e03a7937
First version of SizeMap for BLSurf :

Size maps can be defined on vertices, edges or faces.

Implemented :
    - SizeMaps arguments passed to BLSurf
    - Persistence (hdf+dump)
    - can use python fonction (f(u,v) for a face, f(t) for an edge, f() for a vertex)
    - verification of this expression in gui (python syntax) and engine (python evaluation).
    - make dev_docs

Limitation :
    - Objects have to be published to have size map defined on them.
    - does not compile with gcc 3.3 (Debian Sarge)
    - u,v / t used (Cascade ones) not very clear for user

...Still in development (SID)...
37 files changed:
Makefile.am
clean_configure
configure.ac
doc/Makefile.am [new file with mode: 0644]
doc/salome/Makefile.am [new file with mode: 0644]
doc/salome/gui/Makefile.am [new file with mode: 0644]
doc/salome/gui/doxyfile.in [new file with mode: 0755]
doc/salome/gui/static/footer.html [new file with mode: 0755]
doc/salome/gui/static/header.html [new file with mode: 0755]
doc/salome/tui/Makefile.am [new file with mode: 0644]
doc/salome/tui/doxyfile.in [new file with mode: 0755]
doc/salome/tui/images/Application-About.png [new file with mode: 0755]
doc/salome/tui/images/application.gif [new file with mode: 0755]
doc/salome/tui/images/html_comments.gif [new file with mode: 0755]
doc/salome/tui/images/logocorp.gif [new file with mode: 0755]
doc/salome/tui/static/doxygen.css [new file with mode: 0755]
doc/salome/tui/static/footer.html [new file with mode: 0755]
doc/salome/tui/static/myheader.html [new file with mode: 0755]
idl/BLSURFPlugin_Algorithm.idl
src/BLSURFPlugin/BLSURFPlugin_BLSURF.cxx
src/BLSURFPlugin/BLSURFPlugin_BLSURF.hxx
src/BLSURFPlugin/BLSURFPlugin_Hypothesis.cxx
src/BLSURFPlugin/BLSURFPlugin_Hypothesis.hxx
src/BLSURFPlugin/BLSURFPlugin_Hypothesis_i.cxx
src/BLSURFPlugin/BLSURFPlugin_Hypothesis_i.hxx
src/BLSURFPlugin/Makefile.am
src/GUI/BLSURFPluginGUI_HypothesisCreator.cxx
src/GUI/BLSURFPluginGUI_HypothesisCreator.h
src/GUI/BLSURFPlugin_msg_en.ts
src/GUI/Makefile.am
src/Makefile.am
src/PluginUtils/GeomSelectionTools.cxx [new file with mode: 0644]
src/PluginUtils/GeomSelectionTools.h [new file with mode: 0644]
src/PluginUtils/Makefile.am [new file with mode: 0644]
src/PluginUtils/PluginUtils.h [new file with mode: 0644]
src/PluginUtils/SizeMapPython.cxx [new file with mode: 0644]
src/PluginUtils/SizeMapPython.h [new file with mode: 0644]