Andras Lasso
Andras Lasso
Although documentation can be easily generated locally (and it just exposes .h file contents anyway) it would still be nice to be able to browse the documentation online.
@pieper I did not have right to push to your fork, so I've pushed it to my branch: https://github.com/lassoan/CTK/tree/browser-thumbnails Probably you want to cherry-pick my commits from there. I've also...
I've rebased and cleaned up the branch and submitted the new pull request: https://github.com/commontk/CTK/pull/1063, so I'm closing this one now.
@kerim371 Thank you for your contribution. Sorry for taking this long to integrate.
@jcfr do you have any ide how to solve this?
This will probably not needed. I'm closing this to clean up the pull request list.
We have received grant funding for translation of Slicer to French and Spanish, so we would like to revive and integrate this pull request. We'll set up crowdsourcing translation on...
Superseded by https://github.com/commontk/CTK/pull/985 and https://github.com/commontk/CTK/pull/1078
The code is already separated to logic and GUI classes. The only exceptions are plugins for Segment Editor and Subject Hierarchy modules. What Slicer features would you like to use?...
GUI is already cleanly separated from the backend. All computations are implemented in logic classes (https://github.com/SlicerRt/SlicerRT/tree/master/DoseComparison/Logic). If you don't want to instantiate a GUI then all you need is to...