Directory Modules/OpenIGTLinkIF/

Directory Created:
2008-11-10 11:30
Total Files:
20
Deleted Files:
2
Lines of Code:
7562

[root]/Modules/OpenIGTLinkIF

Lines of Code

Modules/OpenIGTLinkIF/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 194 (100.0%) 8170 (100.0%) 42.1
hliu 18 (9.3%) 4813 (58.9%) 267.3
tokuda 169 (87.1%) 3343 (40.9%) 19.7
pieper 5 (2.6%) 14 (0.2%) 2.8
lorensen 1 (0.5%) 0 (0.0%) 0.0
jcfr 1 (0.5%) 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/OpenIGTLinkIF: CMakeLists.txt (changed)
pieper 2009-10-19 16:05 Rev.: 10694

BUG: fix leak

5 lines of code changed in 1 file:

  • Modules/OpenIGTLinkIF: vtkMRMLIGTLConnectorNode.cxx (+5)
tokuda 2009-10-08 12:47 Rev.: 10599

ENH: InvokeEvent() calls have been moved from connector threads to the main thread. (By Andras)

0 lines of code changed in 5 files:

  • Modules/OpenIGTLinkIF: vtkMRMLIGTLConnectorNode.cxx (changed), vtkMRMLIGTLConnectorNode.h (changed), vtkOpenIGTLinkIFGUI.cxx (changed), vtkOpenIGTLinkIFLogic.cxx (changed), vtkOpenIGTLinkIFLogic.h (changed)
tokuda 2009-10-05 16:37 Rev.: 10577

STYLE: removing debug code

0 lines of code changed in 1 file:

  • Modules/OpenIGTLinkIF: vtkIGTLToMRMLImage.cxx (changed)
tokuda 2009-10-05 16:19 Rev.: 10576

ENH: user interface to enable/disable CRC check

0 lines of code changed in 9 files:

  • Modules/OpenIGTLinkIF: vtkIGTLToMRMLBase.cxx (changed), vtkIGTLToMRMLBase.h (changed), vtkIGTLToMRMLImage.cxx (changed), vtkIGTLToMRMLLinearTransform.cxx (changed), vtkIGTLToMRMLPosition.cxx (changed), vtkMRMLIGTLConnectorNode.cxx (changed), vtkMRMLIGTLConnectorNode.h (changed), vtkOpenIGTLinkIFGUI.cxx (changed), vtkOpenIGTLinkIFGUI.h (changed)
tokuda 2009-09-16 16:59 Rev.: 10484

BUG: Removing debug outputs.

0 lines of code changed in 1 file:

  • Modules/OpenIGTLinkIF: vtkMRMLIGTLConnectorNode.cxx (changed)
tokuda 2009-08-19 14:27 Rev.: 10312

STYLE: removing debugging codes

0 lines of code changed in 1 file:

  • Modules/OpenIGTLinkIF: vtkOpenIGTLinkIFGUI.cxx (changed)
tokuda 2009-08-17 08:30 Rev.: 10271

BUG: adding a line to check a pointer in the node list

0 lines of code changed in 1 file:

  • Modules/OpenIGTLinkIF: vtkMRMLIGTLConnectorNode.cxx (changed)
tokuda 2009-08-13 23:35 Rev.: 10242

BUG: fixing bug that nodes are not removed from IO tree. Also some unused methos have been removed from the connector class.

0 lines of code changed in 3 files:

  • Modules/OpenIGTLinkIF: vtkMRMLIGTLConnectorNode.cxx (changed), vtkMRMLIGTLConnectorNode.h (changed), vtkOpenIGTLinkIFGUI.cxx (changed)
tokuda 2009-08-12 21:31 Rev.: 10237

STYLE: deleting unnecessary methods and variables.

0 lines of code changed in 4 files:

  • Modules/OpenIGTLinkIF: vtkOpenIGTLinkIFGUI.cxx (changed), vtkOpenIGTLinkIFGUI.h (changed), vtkOpenIGTLinkIFLogic.cxx (changed), vtkOpenIGTLinkIFLogic.h (changed)
tokuda 2009-08-12 20:30 Rev.: 10236

ENH: reimplementing IGTL onnector as MRML node

0 lines of code changed in 18 files:

  • Modules/OpenIGTLinkIF: vtkIGTLCircularBuffer.cxx (changed), vtkIGTLCircularBuffer.h (changed), vtkIGTLToMRMLBase.cxx (changed), vtkIGTLToMRMLBase.h (changed), vtkIGTLToMRMLImage.cxx (changed), vtkIGTLToMRMLImage.h (changed), vtkIGTLToMRMLLinearTransform.cxx (changed), vtkIGTLToMRMLLinearTransform.h (changed), vtkIGTLToMRMLPosition.cxx (changed), vtkIGTLToMRMLPosition.h (changed), vtkMRMLIGTLConnectorNode.cxx (changed), vtkMRMLIGTLConnectorNode.h (changed), vtkOpenIGTLinkIFConfigure.h.in (changed), vtkOpenIGTLinkIFGUI.cxx (changed), vtkOpenIGTLinkIFGUI.h (changed), vtkOpenIGTLinkIFLogic.cxx (changed), vtkOpenIGTLinkIFLogic.h (changed), vtkOpenIGTLinkIFWin32Header.h (changed)
pieper 2009-07-28 10:56 Rev.: 10061

BUG: handle case where class name is NULL to avoid error messages at startup

5 lines of code changed in 1 file:

  • Modules/OpenIGTLinkIF: vtkOpenIGTLinkIFGUI.cxx (+5 -5)
tokuda 2009-07-23 12:37 Rev.: 10009

BUG: Fixing problems related to MRML Scene events.

0 lines of code changed in 6 files:

  • Modules/OpenIGTLinkIF: vtkMRMLIGTLConnectorNode.cxx (changed), vtkMRMLIGTLConnectorNode.h (changed), vtkOpenIGTLinkIFGUI.cxx (changed), vtkOpenIGTLinkIFGUI.h (changed), vtkOpenIGTLinkIFLogic.cxx (changed), vtkOpenIGTLinkIFLogic.h (changed)
tokuda 2009-07-19 22:21 Rev.: 9965

COMP: Deleting vtkIGTLConnector class

0 lines of code changed in 2 files:

  • Modules/OpenIGTLinkIF: vtkIGTLConnector.cxx (del), vtkIGTLConnector.h (del)
tokuda 2009-07-19 22:12 Rev.: 9964

ENH: Re-implementing connectors as MRML nodes.

2128 lines of code changed in 8 files:

  • Modules/OpenIGTLinkIF: CMakeLists.txt (+2 -1), vtkIGTLConnector.h (+4 -3), vtkMRMLIGTLConnectorNode.cxx (new 1163), vtkMRMLIGTLConnectorNode.h (new 328), vtkOpenIGTLinkIFGUI.cxx (+523 -359), vtkOpenIGTLinkIFGUI.h (+26 -14), vtkOpenIGTLinkIFLogic.cxx (+70 -121), vtkOpenIGTLinkIFLogic.h (+12 -25)
tokuda 2009-06-01 10:12 Rev.: 9635

BUG: fixed image position problem (vector lengths in the IMAGE message were not used to calculate the image center position)

0 lines of code changed in 1 file:

  • Modules/OpenIGTLinkIF: vtkIGTLToMRMLImage.cxx (changed)
tokuda 2009-05-29 15:48 Rev.: 9631

BUG: fixed bug that Slicer always centers imported images.

0 lines of code changed in 1 file:

  • Modules/OpenIGTLinkIF: vtkIGTLToMRMLImage.cxx (changed)
hliu 2009-05-01 15:40 Rev.: 9387

ENH: added a new module - IGTNavigation.

0 lines of code changed in 3 files:

  • Modules/OpenIGTLinkIF: vtkIGTLToMRMLLinearTransform.cxx (changed), vtkIGTLToMRMLPosition.cxx (changed), vtkOpenIGTLinkIFLogic.cxx (changed)
tokuda 2009-04-30 22:14 Rev.: 9377

ENH: clarify precedence at line 169.

0 lines of code changed in 1 file:

  • Modules/OpenIGTLinkIF: vtkIGTLToMRMLImage.cxx (changed)
tokuda 2009-03-27 11:58 Rev.: 8988

BUG: Slice orienting function -- avoid the problem that Slicer automatically switches slice orientation.

8 lines of code changed in 1 file:

  • Modules/OpenIGTLinkIF: vtkOpenIGTLinkIFLogic.cxx (+8 -8)
hliu 2009-03-26 13:33 Rev.: 8980

ENH: added CenterImage().

43 lines of code changed in 2 files:

  • Modules/OpenIGTLinkIF: vtkIGTLToMRMLImage.cxx (+39 -1), vtkIGTLToMRMLImage.h (+4)
tokuda 2009-03-04 20:47 Rev.: 8839

BUG: default window/level calculation.

1 lines of code changed in 1 file:

  • Modules/OpenIGTLinkIF: vtkIGTLToMRMLImage.cxx (+1 -1)
tokuda 2009-02-18 19:30 Rev.: 8694

BUG: Fixed the problem that ImageDataModifiedEvent is invoked twice.

0 lines of code changed in 1 file:

  • Modules/OpenIGTLinkIF: vtkIGTLToMRMLImage.cxx (-2)
tokuda 2009-02-09 10:40 Rev.: 8603

BUG: Fixed bug where VolumeRenderingCuda doesn't update the real-time image updated by OpenIGTLink. Suggested by Nicholas Herlambang.

5 lines of code changed in 1 file:

  • Modules/OpenIGTLinkIF: vtkIGTLToMRMLImage.cxx (+5 -1)
pieper 2009-02-04 13:32 Rev.: 8536

ENH: put modules into new IGT category

4 lines of code changed in 1 file:

  • Modules/OpenIGTLinkIF: vtkOpenIGTLinkIFGUI.h (+4)
lorensen 2009-01-14 13:52 Rev.: 8387

BUG: lots of memory leaks.

0 lines of code changed in 1 file:

  • Modules/OpenIGTLinkIF: vtkOpenIGTLinkIFGUI.cxx (changed)
tokuda 2009-01-05 13:28 Rev.: 8267

STYLE: set propnames (HeadURL, Data, and Revision)

59 lines of code changed in 17 files:

  • Modules/OpenIGTLinkIF: vtkIGTLCircularBuffer.cxx (+4 -4), vtkIGTLCircularBuffer.h (+3 -3), vtkIGTLConnector.cxx (+4 -4), vtkIGTLConnector.h (+3 -3), vtkIGTLToMRMLBase.cxx (+4 -4), vtkIGTLToMRMLBase.h (+3 -3), vtkIGTLToMRMLImage.cxx (+4 -4), vtkIGTLToMRMLImage.h (+3 -3), vtkIGTLToMRMLLinearTransform.cxx (+4 -4), vtkIGTLToMRMLLinearTransform.h (+3 -3), vtkIGTLToMRMLPosition.cxx (+4 -4), vtkIGTLToMRMLPosition.h (+3 -3), vtkOpenIGTLinkIFGUI.cxx (+4 -4), vtkOpenIGTLinkIFGUI.h (+3 -3), vtkOpenIGTLinkIFLogic.cxx (+4 -4), vtkOpenIGTLinkIFLogic.h (+3 -3), vtkOpenIGTLinkIFWin32Header.h (+3 -3)
tokuda 2008-12-18 10:00 Rev.: 8172

ENH: Style of help frame has been changed.

0 lines of code changed in 1 file:

  • Modules/OpenIGTLinkIF: vtkOpenIGTLinkIFGUI.cxx (changed)
tokuda 2008-12-16 17:06 Rev.: 8164

BUG: image position

0 lines of code changed in 1 file:

  • Modules/OpenIGTLinkIF: vtkIGTLToMRMLImage.cxx (changed)
pieper 2008-12-11 09:22 Rev.: 8129

BUG: fixed a bunch of widget leaks - still more to be done...

0 lines of code changed in 1 file:

  • Modules/OpenIGTLinkIF: vtkOpenIGTLinkIFGUI.cxx (changed)
pieper 2008-12-10 17:47 Rev.: 8111

BUG: avoid crashes when module is suppressed (GUI is never built)

0 lines of code changed in 1 file:

  • Modules/OpenIGTLinkIF: vtkOpenIGTLinkIFGUI.cxx (changed)
tokuda 2008-12-10 17:30 Rev.: 8110

BUG:

0 lines of code changed in 1 file:

  • Modules/OpenIGTLinkIF: vtkOpenIGTLinkIFLogic.cxx (changed)
tokuda 2008-12-10 12:59 Rev.: 8108

BUG: fixed pointer error for context menu

0 lines of code changed in 2 files:

  • Modules/OpenIGTLinkIF: vtkOpenIGTLinkIFGUI.cxx (changed), vtkOpenIGTLinkIFLogic.cxx (changed)
tokuda 2008-12-10 12:06 Rev.: 8107

BUG: fixed segmentation fault in vtkOpenIGTLinkIFLogic::RegisterMessageConverter().

0 lines of code changed in 1 file:

  • Modules/OpenIGTLinkIF: vtkOpenIGTLinkIFLogic.cxx (changed)
tokuda 2008-12-09 21:32 Rev.: 8102

BUG: bad array size for quaternion

0 lines of code changed in 1 file:

  • Modules/OpenIGTLinkIF: vtkIGTLToMRMLPosition.cxx (changed)
tokuda 2008-12-09 17:22 Rev.: 8097

BUG: check pointer after calling vtkIGTLToMRMLBase::GetNodeEvents().

0 lines of code changed in 1 file:

  • Modules/OpenIGTLinkIF: vtkOpenIGTLinkIFLogic.cxx (changed)
tokuda 2008-12-09 16:41 Rev.: 8094

COMP: fixed compile error.

0 lines of code changed in 1 file:

  • Modules/OpenIGTLinkIF: vtkIGTLToMRMLBase.h (changed)
tokuda 2008-12-09 16:36 Rev.: 8093

ENH: vtkIGTLToMRMLBase class supports multiple device types

0 lines of code changed in 3 files:

  • Modules/OpenIGTLinkIF: CMakeLists.txt (changed), vtkIGTLToMRMLBase.h (changed), vtkOpenIGTLinkIFLogic.cxx (changed)
tokuda 2008-12-05 15:32 Rev.: 8060

BUG: fixed problem of memory re-allocation for incoming image data

0 lines of code changed in 1 file:

  • Modules/OpenIGTLinkIF: vtkIGTLToMRMLImage.cxx (changed)
tokuda 2008-12-02 18:47 Rev.: 8035

BUG: fixed outgoing POSITION data bug

0 lines of code changed in 1 file:

  • Modules/OpenIGTLinkIF: vtkIGTLToMRMLPosition.cxx (changed)

(21 more)

Generated by StatSVN 0.5.0