Directory Modules/Meshing/IA_FEMesh/

Directory Created:
2008-12-05 11:56
Total Files:
11
Deleted Files:
0
Lines of Code:
1104

[root]/Modules/Meshing/IA_FEMesh

Lines of Code

Modules/Meshing/IA_FEMesh/ Lines of Code

Developers

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

Most Recent Commits

jcfr 2009-12-07 23:15 Rev.: 11209

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:

  • Modules/Meshing/IA_FEMesh: CMakeLists.txt (changed)
alexy 2009-11-03 22:02 Rev.: 10856

BUG-FIXED: added virtual void SetActiveViewer(vtkSlicerViewerWidget *activeViewer) to vtkSlicerModuleGUI, fixed crash in IA_FEMesh.

14 lines of code changed in 2 files:

  • Modules/Meshing/IA_FEMesh: vtkIA_FEMeshGUI.cxx (+12), vtkIA_FEMeshGUI.h (+2)
barre 2009-11-02 20:19 Rev.: 10847

ENH: multicam multiview, try something different

4 lines of code changed in 1 file:

  • Modules/Meshing/IA_FEMesh: vtkIA_FEMeshGUI.cxx (+4 -1)
barre 2009-10-29 17:36 Rev.: 10795

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:

  • Modules/Meshing/IA_FEMesh: vtkIA_FEMeshGUI.cxx (+1 -1)
pieper 2009-04-15 16:43 Rev.: 9225

BUG: don't delete the render widget from outside - this is done in the MimxMainWindow

0 lines of code changed in 1 file:

  • Modules/Meshing/IA_FEMesh: vtkIA_FEMeshGUI.cxx (changed)
pieper 2009-04-15 16:40 Rev.: 9224

BUG: leak fixing

0 lines of code changed in 1 file:

  • Modules/Meshing/IA_FEMesh: vtkIA_FEMeshGUI.cxx (changed)
pieper 2009-04-15 14:41 Rev.: 9217

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:

  • Modules/Meshing/IA_FEMesh: vtkIA_FEMeshGUI.cxx (changed), vtkIA_FEMeshGUI.h (changed)
pieper 2009-04-14 14:38 Rev.: 9199

BUG: reorganize tear down sequence

0 lines of code changed in 1 file:

  • Modules/Meshing/IA_FEMesh: vtkIA_FEMeshGUI.cxx (changed)
pieper 2009-03-19 14:44 Rev.: 8915

ENH: fix module menu layout to match the documentation on the wiki

1 lines of code changed in 1 file:

  • Modules/Meshing/IA_FEMesh: vtkIA_FEMeshGUI.h (+1 -1)
clisle 2009-02-23 12:00 Rev.: 8731

ENH: moving IA_FEMesh to Meshing category on Slicer Module menu

3 lines of code changed in 1 file:

  • Modules/Meshing/IA_FEMesh: vtkIA_FEMeshGUI.h (+3)
clisle 2009-02-06 16:28 Rev.: 8591

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:

  • Modules/Meshing/IA_FEMesh: vtkIA_FEMeshGUI.cxx (+12 -1), vtkIA_FEMeshGUI.h (+1)
vmagnotta 2009-02-03 14:25 Rev.: 8511

BUG: Fixed the link to the IA-Mesh documentation on the Slicer Wiki

1 lines of code changed in 1 file:

  • Modules/Meshing/IA_FEMesh: vtkIA_FEMeshGUI.cxx (+1 -1)
vmagnotta 2009-02-02 14:37 Rev.: 8499

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:

  • Modules/Meshing/IA_FEMesh: vtkIA_FEMeshGUI.cxx (changed)
pieper 2009-01-23 07:30 Rev.: 8448

COMP: fix warnings and leaks

0 lines of code changed in 2 files:

  • Modules/Meshing/IA_FEMesh: vtkIA_FEMeshGUI.cxx (changed), vtkIA_FEMeshGUI.h (changed)
lorensen 2009-01-14 10:36 Rev.: 8379

BUG: MeshinUI was not initialized in constructor.

0 lines of code changed in 1 file:

  • Modules/Meshing/IA_FEMesh: vtkIA_FEMeshGUI.cxx (changed)
clisle 2009-01-13 21:05 Rev.: 8377

BUG: fixed Slicer crash on exit due to IA-FEMesh not releasing the RenderWidget.

0 lines of code changed in 1 file:

  • Modules/Meshing/IA_FEMesh: vtkIA_FEMeshGUI.cxx (changed)
clisle 2009-01-13 15:15 Rev.: 8373

ENH: cleaning up the IA_FEMesh GUI teardown.

0 lines of code changed in 1 file:

  • Modules/Meshing/IA_FEMesh: vtkIA_FEMeshGUI.cxx (changed)
clisle 2008-12-31 08:46 Rev.: 8228

BUG: working on dangling reference to vtkRenderwindow that makes slicer crash on exit

8 lines of code changed in 1 file:

  • Modules/Meshing/IA_FEMesh: vtkIA_FEMeshGUI.cxx (+8 -2)
lorensen 2008-12-27 11:34 Rev.: 8192

COMP: many warnings removed. STYLE: mainly indentation.

0 lines of code changed in 2 files:

  • Modules/Meshing/IA_FEMesh: vtkIA_FEMeshGUI.cxx (changed), vtkMRMLIA_FEMeshNode.cxx (changed)
clisle 2008-12-10 09:36 Rev.: 8104

ENH: minor cleanup of the CMakeLists files

0 lines of code changed in 1 file:

  • Modules/Meshing/IA_FEMesh: CMakeLists.txt (changed)
clisle 2008-12-05 11:56 Rev.: 8059

ENH: Adding Replacement Meshing directory including IA_FEMesh module

1066 lines of code changed in 11 files:

  • Modules/Meshing/IA_FEMesh: CMakeLists.txt (new 107), IA_FEMesh.txt (new 2), vtkIA_FEMesh.h (new 32), vtkIA_FEMeshConfigure.h.in (new 11), vtkIA_FEMeshGUI.cxx (new 286), vtkIA_FEMeshGUI.h (new 126), vtkIA_FEMeshLogic.cxx (new 109), vtkIA_FEMeshLogic.h (new 54), vtkIA_FEMeshWin32Header.h (new 34), vtkMRMLIA_FEMeshNode.cxx (new 173), vtkMRMLIA_FEMeshNode.h (new 132)
Generated by StatSVN 0.5.0