Directory Modules/ProstateNav/

Directory Created:
2007-12-31 19:27
Total Files:
33
Deleted Files:
3
Lines of Code:
7316

[root]/Modules/ProstateNav
            directory in repo Wizard (12 files, 3072 lines)
            directory in repo newmat (70 files, 25398 lines)

Lines of Code

Modules/ProstateNav/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 143 (100.0%) 12579 (100.0%) 87.9
tokuda 87 (60.8%) 6876 (54.7%) 79.0
hliu 32 (22.4%) 5689 (45.2%) 177.7
alexy 1 (0.7%) 9 (0.1%) 9.0
pieper 19 (13.3%) 4 (0.0%) 0.2
hayes 1 (0.7%) 1 (0.0%) 1.0
naucoin 2 (1.4%) 0 (0.0%) 0.0
jcfr 1 (0.7%) 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/ProstateNav: CMakeLists.txt (changed)
pieper 2009-09-20 17:42 Rev.: 10505

BUG: typo that would cause use of unitialized variable

0 lines of code changed in 1 file:

  • Modules/ProstateNav: vtkMRMLBrpRobotCommandNode.cxx (changed)
pieper 2009-08-14 12:06 Rev.: 10253

BUG: avoid memory leak

0 lines of code changed in 1 file:

  • Modules/ProstateNav: vtkProstateNavGUI.cxx (changed)
pieper 2009-08-10 13:36 Rev.: 10207

BUG: fix leaks in prostate nav module

0 lines of code changed in 2 files:

  • Modules/ProstateNav: vtkMRMLProstateNavManagerNode.cxx (changed), vtkProstateNavGUI.cxx (changed)
pieper 2009-08-06 11:39 Rev.: 10179

COMP: fix compile warnings

0 lines of code changed in 3 files:

  • Modules/ProstateNav: vtkMRMLProstateNavManagerNode.cxx (changed), vtkMRMLProstateNavManagerNode.h (changed), vtkProstateNavGUI.cxx (changed)
tokuda 2009-07-29 18:57 Rev.: 10111

ENH: implementing targeting step

0 lines of code changed in 2 files:

  • Modules/ProstateNav: vtkMRMLProstateNavManagerNode.cxx (changed), vtkMRMLProstateNavManagerNode.h (changed)
tokuda 2009-07-29 17:26 Rev.: 10105

COMP: removing RobotNode and RobotDisplayNode from CMakeList.txt.

0 lines of code changed in 1 file:

  • Modules/ProstateNav: CMakeLists.txt (changed)
tokuda 2009-07-29 09:09 Rev.: 10092

ENH: putting step numbers into the titles of wizard pages

14 lines of code changed in 2 files:

  • Modules/ProstateNav: vtkMRMLProstateNavManagerNode.cxx (+9 -1), vtkProstateNavGUI.cxx (+5 -1)
tokuda 2009-07-28 15:26 Rev.: 10080

ENH: deleting unnecessary files.

99 lines of code changed in 6 files:

  • Modules/ProstateNav: BRPTPRInterface.h (del), vtkMRMLProstateNavManagerNode.cxx (+77), vtkMRMLProstateNavManagerNode.h (+22 -1), vtkProstateNavGUI.cxx (-1), vtkProstateNavLogic.cxx (-3), vtkProstateNavLogic.h (-3)
tokuda 2009-07-28 08:58 Rev.: 10058

COMP: fixing compile errors

4 lines of code changed in 1 file:

  • Modules/ProstateNav: vtkProstateNavGUI.cxx (+4 -4)
tokuda 2009-07-28 08:51 Rev.: 10057

ENH: changing steps

9 lines of code changed in 2 files:

  • Modules/ProstateNav: CMakeLists.txt (+1 -1), vtkProstateNavGUI.cxx (+8 -3)
tokuda 2009-07-28 08:18 Rev.: 10056

ENH: Changing color scheme.

23 lines of code changed in 2 files:

  • Modules/ProstateNav: vtkProstateNavGUI.cxx (+23 -87), vtkProstateNavGUI.h (-6)
tokuda 2009-07-28 07:29 Rev.: 10055

ENH: Step transitions are now managed by vtkMRMLProstateNavManagerNode.

569 lines of code changed in 8 files:

  • Modules/ProstateNav: vtkMRMLProstateNavManagerNode.cxx (+257 -1), vtkMRMLProstateNavManagerNode.h (+99 -8), vtkMRMLRobotDisplayNode.h (+2 -2), vtkMRMLRobotNode.h (+2 -2), vtkProstateNavGUI.cxx (+202 -803), vtkProstateNavGUI.h (+6 -61), vtkProstateNavLogic.cxx (-131), vtkProstateNavLogic.h (+1 -22)
tokuda 2009-07-27 14:26 Rev.: 10050

BUG: fixing compile error

0 lines of code changed in 1 file:

  • Modules/ProstateNav: vtkMRMLRobotNode.h (-3)
tokuda 2009-07-27 12:53 Rev.: 10045

ENH: adding nodes for robot management

935 lines of code changed in 8 files:

  • Modules/ProstateNav: CMakeLists.txt (+4 -1), vtkMRMLProstateNavManagerNode.cxx (new 245), vtkMRMLProstateNavManagerNode.h (new 121), vtkMRMLRobotDisplayNode.cxx (new 183), vtkMRMLRobotDisplayNode.h (new 100), vtkMRMLRobotNode.cxx (new 183), vtkMRMLRobotNode.h (new 98), vtkProstateNavGUI.cxx (+1 -1)
tokuda 2009-07-27 11:15 Rev.: 10041

ENH: chaging step names

3 lines of code changed in 2 files:

  • Modules/ProstateNav: CMakeLists.txt (+1 -1), vtkProstateNavGUI.cxx (+2 -2)
tokuda 2009-07-27 10:36 Rev.: 10036

ENH: removing z-frame registration code from Calibration step class.

20 lines of code changed in 4 files:

  • Modules/ProstateNav: vtkRobotToImageRegistration.cxx (+2), vtkRobotToImageRegistration.h (+11 -11), vtkZFrameRobotToImageRegistration.cxx (+2 -2), vtkZFrameRobotToImageRegistration.h (+5 -14)
tokuda 2009-07-27 09:46 Rev.: 10035

ENH: adding robot registration classes.

1630 lines of code changed in 5 files:

  • Modules/ProstateNav: CMakeLists.txt (+2), vtkRobotToImageRegistration.cxx (new 42), vtkRobotToImageRegistration.h (new 56), vtkZFrameRobotToImageRegistration.cxx (new 1411), vtkZFrameRobotToImageRegistration.h (new 119)
tokuda 2009-07-27 08:27 Rev.: 10034

ENH: deleting classes for NaviTrack support.

4 lines of code changed in 4 files:

  • Modules/ProstateNav: vtkProstateNavDataStream.cxx (del), vtkProstateNavDataStream.h (del), vtkProstateNavGUI.cxx (+1 -1), vtkProstateNavLogic.h (+3 -3)
tokuda 2009-07-27 07:34 Rev.: 10033

ENH: updates in the last experiment during Project Week

10 lines of code changed in 4 files:

  • Modules/ProstateNav: igtlCoordinateMessage.cxx (+1 -1), vtkIGTLToMRMLBrpRobotCommand.cxx (+3 -2), vtkIGTLToMRMLCoordinate.cxx (+5 -5), vtkIGTLToMRMLCoordinate.h (+1 -1)
naucoin 2009-06-02 14:57 Rev.: 9638

BUG: cleaning up some memory issues

0 lines of code changed in 2 files:

  • Modules/ProstateNav: vtkProstateNavGUI.cxx (changed), vtkProstateNavGUI.h (changed)
hliu 2009-04-30 16:24 Rev.: 9376

BUG: fixed a start crash.

0 lines of code changed in 1 file:

  • Modules/ProstateNav: vtkProstateNavGUI.cxx (changed)
hliu 2009-04-28 14:47 Rev.: 9347

BUG: completely fixed memory leaking.

0 lines of code changed in 3 files:

  • Modules/ProstateNav: vtkProstateNavGUI.cxx (changed), vtkProstateNavGUI.h (changed), vtkProstateNavLogic.cxx (changed)
pieper 2009-04-27 16:00 Rev.: 9336

STYLE: avoid compiler warning about unused variable

0 lines of code changed in 1 file:

  • Modules/ProstateNav: igtlCoordinateMessage.cxx (changed)
pieper 2009-04-27 15:57 Rev.: 9335

COMP: fix compile warnings

0 lines of code changed in 1 file:

  • Modules/ProstateNav: igtlCoordinateMessage.cxx (changed)
pieper 2009-04-27 14:39 Rev.: 9331

BUG: fix final leaks

0 lines of code changed in 1 file:

  • Modules/ProstateNav: vtkProstateNavGUI.cxx (changed)
pieper 2009-04-27 14:14 Rev.: 9330

BUG: fix leaks

0 lines of code changed in 1 file:

  • Modules/ProstateNav: vtkProstateNavGUI.cxx (changed)
pieper 2009-04-27 09:37 Rev.: 9324

BUG: fix leaks in ProstateNav. Still a crash on exit that needs to be fixed

0 lines of code changed in 1 file:

  • Modules/ProstateNav: vtkProstateNavGUI.cxx (changed)
hliu 2009-04-23 12:26 Rev.: 9295

BUG: fixed a bug causing Slicer crash.

0 lines of code changed in 1 file:

  • Modules/ProstateNav: vtkProstateNavGUI.cxx (changed)
pieper 2009-04-14 10:22 Rev.: 9187

BUG: re-enable freeing the steps array, but still don't call WizardWidget's Delete

0 lines of code changed in 1 file:

  • Modules/ProstateNav: vtkProstateNavGUI.cxx (changed)
pieper 2009-04-14 10:18 Rev.: 9186

BUG: don't delete the wizard dialog, even though it leaks. With Delete there is an unexplained crash

0 lines of code changed in 1 file:

  • Modules/ProstateNav: vtkProstateNavGUI.cxx (changed)
pieper 2009-04-14 08:45 Rev.: 9184

BUG: extra delete code to clean up leaks

0 lines of code changed in 1 file:

  • Modules/ProstateNav: vtkProstateNavGUI.cxx (changed)
pieper 2009-04-14 08:33 Rev.: 9183

BUG: fix leaks by allowing module GUI to destruct

0 lines of code changed in 2 files:

  • Modules/ProstateNav: vtkProstateNavGUI.cxx (changed), vtkProstateNavGUI.h (changed)
tokuda 2009-04-07 09:10 Rev.: 9088

STYLE: added directory path igtlutil to the #include directives

0 lines of code changed in 4 files:

  • Modules/ProstateNav: igtlCoordinateMessage.cxx (changed), igtlHeaderMessage.cxx (changed), igtlMoveToMessage.cxx (changed), igtlSetZFrameMessage.cxx (changed)
pieper 2009-03-01 13:45 Rev.: 8792

COMP: fix warnings

4 lines of code changed in 2 files:

  • Modules/ProstateNav: vtkProstateNavGUI.cxx (+1 -1), vtkProstateNavLogic.cxx (+3)
tokuda 2009-02-26 09:34 Rev.: 8749

BUG: Disabled Emergency phase (Transition to this phase causes segmentation fault, since it hasn't been implemented.)

7 lines of code changed in 2 files:

  • Modules/ProstateNav: vtkProstateNavGUI.cxx (+1 -1), vtkProstateNavLogic.cxx (+6 -6)
alexy 2009-02-16 16:12 Rev.: 8655

ENH: added help and about pages. Fixed loading man made MRML scene with partial volume information

9 lines of code changed in 1 file:

  • Modules/ProstateNav: vtkProstateNavGUI.cxx (+9 -8)
hayes 2009-02-05 22:44 Rev.: 8582

BUG: Typo in CMakeLists.txt

1 lines of code changed in 1 file:

  • Modules/ProstateNav: CMakeLists.txt (+1 -1)
hliu 2009-02-05 15:21 Rev.: 8578

BUG: check the modelNode before we use it.

8 lines of code changed in 1 file:

  • Modules/ProstateNav: vtkProstateNavLogic.cxx (+8 -6)
tokuda 2009-02-05 14:10 Rev.: 8574

BUG: include vtkProstateNavWin32Header.h

5 lines of code changed in 3 files:

  • Modules/ProstateNav: vtkIGTLToMRMLBrpRobotCommand.h (+1 -1), vtkIGTLToMRMLCoordinate.h (+1 -1), vtkMRMLBrpRobotCommandNode.h (+3)

(5 more)

Generated by StatSVN 0.5.0