Rafael Palomar
Rafael Palomar
This makes the python wrapping for loadable module components depend on the `Slicer_USE_PYTHONQT` CMake variable. This avoids python wrapping when `Slicer_USE_PYTHONQT=OFF`, which can save generation of files that won't be...
This change allows customizing the linker flags at the superbuild level. The motivation behind this modification was to enable the use of the gold linker in 3D Slicer, as referenced...
`ctkMacroBuildQtPlugin` makes use of ${CMAKE_LIBRARY_OUTPUT_DIRECTORY}` https://github.com/commontk/CTK/blob/dd9c6754935b7635e1fb528a73646b463f093a01/CMake/ctkMacroBuildQtPlugin.cmake#L145 This variable may have not been set by the project calling the macro. Possible solutions: 1. Make a check and trigger an error message...
`ctkMacroCompilePythonScript` performs an installation step which is very wide (whole directory). This makes all build files to be installed along, i.e., the `CMakeFiles` directory ( SystoleOS/gentoo-overlay#75). I think `ctkMacroCompilePythonScript` should...
### I confirm that... - [X] I have searched the [issue tracker](https://github.com/doomemacs/doomemacs/issues), [documentation](https://docs.doomemacs.org), [FAQ](https://docs.doomemacs.org/-/faq), [Discourse](https://discourse.doomemacs.org), and [Google](https://google.com), in case this issue has already been reported/resolved. - [X] I have read...
I noticed that this approach does not work when trying to bookmark github.com URLs. I'm not an expert but is probably not a github exclusive problem. When trying to add...
This PR updates the cmake project definition for qRestAPI: - Removed old configuration and use CMake files in favor of`qRestAPIConfig.cmake.in` - Enable install configuration through implementation of qRestAPIInstallConfig.cmake.in - Enabled...
This PR goals are: - Refactor resectograms to simplify and improve the code base - Add a post-processing gaussian blur pass - Fix the scaling of resectograms
This combobox should only be a selector.
Currently, the resections can only be saved as control points (markups). It would be nice to be able to export the geometry of the bezier surfaces, which can be combined...