[root]/Modules/Meshing/IA_FEMesh

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 36 (100.0%) | 1111 (100.0%) | 30.8 |
| clisle | 18 (50.0%) | 1090 (98.1%) | 60.5 |
| alexy | 2 (5.6%) | 14 (1.3%) | 7.0 |
| barre | 2 (5.6%) | 5 (0.5%) | 2.5 |
| vmagnotta | 2 (5.6%) | 1 (0.1%) | 0.5 |
| pieper | 8 (22.2%) | 1 (0.1%) | 0.1 |
| lorensen | 3 (8.3%) | 0 (0.0%) | 0.0 |
| jcfr | 1 (2.8%) | 0 (0.0%) | 0.0 |
ENH: Update CMakeLists.txt - CMake 2.6 is now required
The following line have been added:
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
IF(COMMAND CMAKE_POLICY)
CMAKE_POLICY(SET CMP0003 NEW)
ENDIF(COMMAND CMAKE_POLICY)
MARK_AS_ADVANCED(CMAKE_BACKWARDS_COMPATIBILITY)
0 lines of code changed in 1 file:
BUG-FIXED: added virtual void SetActiveViewer(vtkSlicerViewerWidget *activeViewer) to vtkSlicerModuleGUI, fixed crash in IA_FEMesh.
14 lines of code changed in 2 files:
ENH: multicam multiview, try something different
4 lines of code changed in 1 file:
ENH: support for new cameras and new views. Port from Slicer 3.4 branch. As mentioned on the mailing list, apologies for instabilities while these core changes are further tested. Fiducials do not seem to follow camera for example, this will be fixed. Send bugs to sebastien.barre@kitware.com; Thank you.
1 lines of code changed in 1 file:
BUG: don't delete the render widget from outside - this is done in the MimxMainWindow
0 lines of code changed in 1 file:
BUG: leak fixing
0 lines of code changed in 1 file:
BUG: remove dupicate delete of filters in MRML nodes and add methods to break reference cycles to allow destructors to be called and fix some of the leaks
0 lines of code changed in 2 files:
BUG: reorganize tear down sequence
0 lines of code changed in 1 file:
ENH: fix module menu layout to match the documentation on the wiki
1 lines of code changed in 1 file:
ENH: moving IA_FEMesh to Meshing category on Slicer Module menu
3 lines of code changed in 1 file:
ENH: Added feature to automatically turn off visibility for finite element surfaces, bblocks, and meshes when not in the IA_FEMesh module. Object visibility is restored to previous state when returning to the module.
13 lines of code changed in 2 files:
BUG: Fixed the link to the IA-Mesh documentation on the Slicer Wiki
1 lines of code changed in 1 file:
COMP: Added the help and about text to the module. This was
requested by Ron in his latest e-mail.
0 lines of code changed in 1 file:
COMP: fix warnings and leaks
0 lines of code changed in 2 files:
BUG: MeshinUI was not initialized in constructor.
0 lines of code changed in 1 file:
BUG: fixed Slicer crash on exit due to IA-FEMesh not releasing the RenderWidget.
0 lines of code changed in 1 file:
ENH: cleaning up the IA_FEMesh GUI teardown.
0 lines of code changed in 1 file:
BUG: working on dangling reference to vtkRenderwindow that makes slicer crash on exit
8 lines of code changed in 1 file:
COMP: many warnings removed. STYLE: mainly indentation.
0 lines of code changed in 2 files:
ENH: minor cleanup of the CMakeLists files
0 lines of code changed in 1 file:
ENH: Adding Replacement Meshing directory including IA_FEMesh module
1066 lines of code changed in 11 files: