feelpp / angiotk

Virtual Angiography Toolkit

Home Page:http://docs.feelpp.org/angiotk/0.1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meshing/VolumeFromSTL : Code refactoring

aancel opened this issue · comments

I propose to refactor the code in VolumeFromSTL in order to improve code readability and allow @francoisdh to have a look at the code.
In the src directory:

  • Move all the applications *_main.cpp in an src/applications directory;
  • Split the volumefromstl.hpp in the include directory into as many files as there are classes.
  • Split the volumefromstl.cpp file which contains all the classes implementation into as many files as there are classes in it.
  • Create a src/libraries directory where we put all the source files that are part of the angiotk_meshing_volumefromstl library.
  • Ensure that everything builds correctly with CMake

What do you think about it ? @prudhomm @vincentchabannes @francoisdh

@aancel very good idea!

@vincentchabannes has anything been done on this ?
should it be closed or should it remain open ?