Directory Modules/Measurements/

Directory Created:
2009-06-09 15:30
Total Files:
23
Deleted Files:
0
Lines of Code:
7349

[root]/Modules/Measurements

Lines of Code

Modules/Measurements/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 87 (100.0%) 7721 (100.0%) 88.7
naucoin 84 (96.6%) 7712 (99.9%) 91.8
barre 2 (2.3%) 9 (0.1%) 4.5
jcfr 1 (1.1%) 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/Measurements: CMakeLists.txt (changed)
naucoin 2009-12-01 17:40 Rev.: 11102

ENH: add in the second point colour as support for it is present on the vtk head

0 lines of code changed in 2 files:

  • Modules/Measurements: vtkMRMLMeasurementsRulerNode.cxx (changed), vtkMRMLMeasurementsRulerNode.h (changed)
barre 2009-11-02 20:19 Rev.: 10847

ENH: multicam multiview, try something different

4 lines of code changed in 1 file:

  • Modules/Measurements: vtkMeasurementsGUI.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.

5 lines of code changed in 1 file:

  • Modules/Measurements: vtkMeasurementsGUI.cxx (+5 -5)
naucoin 2009-10-28 16:51 Rev.: 10778

BUG: fool the angle widget into thinking that all three points have been defined. Otherwise the user has to click three times to see the handles

19 lines of code changed in 1 file:

  • Modules/Measurements: vtkMeasurementsAngleWidget.cxx (+19)
naucoin 2009-10-28 15:09 Rev.: 10776

BUG: don't show hidden nodes or linear transform nodes in the selector

5 lines of code changed in 1 file:

  • Modules/Measurements: vtkMeasurementsGUI.cxx (+5 -1)
naucoin 2009-10-28 14:04 Rev.: 10775

STYLE: update the tool tip to give string formatting tips

1 lines of code changed in 1 file:

  • Modules/Measurements: vtkMeasurementsAngleWidget.cxx (+1 -1)
naucoin 2009-10-28 13:48 Rev.: 10774

STYLE: expand on the tool tip for string formatting

5 lines of code changed in 1 file:

  • Modules/Measurements: vtkMeasurementsRulerWidget.cxx (+5 -6)
naucoin 2009-10-16 17:11 Rev.: 10680

ENH: shifting around the gui elements a bit

35 lines of code changed in 2 files:

  • Modules/Measurements: vtkMeasurementsAngleWidget.cxx (+33 -32), vtkMeasurementsGUI.cxx (+2 -2)
naucoin 2009-10-16 16:58 Rev.: 10679

ENH: Adding a node and widget for angles. TODO: figure out why need to click 3 times to set down the 3 handles still

3451 lines of code changed in 9 files:

  • Modules/Measurements: CMakeLists.txt (+3), vtkMRMLMeasurementsAngleNode.cxx (new 505), vtkMRMLMeasurementsAngleNode.h (new 164), vtkMeasurementsAngleWidget.cxx (new 2355), vtkMeasurementsAngleWidget.h (new 210), vtkMeasurementsAngleWidgetClass.cxx (new 128), vtkMeasurementsAngleWidgetClass.h (new 56), vtkMeasurementsGUI.cxx (+22 -96), vtkMeasurementsGUI.h (+8 -24)
naucoin 2009-10-16 11:41 Rev.: 10669

STYLE: fixed help string

3 lines of code changed in 1 file:

  • Modules/Measurements: vtkMeasurementsRulerWidget.cxx (+3 -3)
naucoin 2009-10-13 16:12 Rev.: 10632

STYLE: cleaning up the frames a little

11 lines of code changed in 2 files:

  • Modules/Measurements: vtkMeasurementsGUI.cxx (+9 -1), vtkMeasurementsRulerWidget.cxx (+2 -2)
naucoin 2009-10-13 13:09 Rev.: 10629

ENH: adding code for when can change the distance annotation text colour on the VTK level, change colour button not packed

83 lines of code changed in 4 files:

  • Modules/Measurements: vtkMRMLMeasurementsRulerNode.cxx (+17), vtkMRMLMeasurementsRulerNode.h (+7 -1), vtkMeasurementsRulerWidget.cxx (+55 -1), vtkMeasurementsRulerWidget.h (+4 -2)
naucoin 2009-10-09 17:06 Rev.: 10626

BUG: fixed how was watching for and processing events, took out unused vars and methods

57 lines of code changed in 2 files:

  • Modules/Measurements: vtkMeasurementsRulerWidget.cxx (+56 -135), vtkMeasurementsRulerWidget.h (+1 -15)
naucoin 2009-10-08 17:12 Rev.: 10611

ENH: allow constraining ruler end points to slice planes

86 lines of code changed in 1 file:

  • Modules/Measurements: vtkMeasurementsRulerWidget.cxx (+86 -33)
naucoin 2009-10-08 17:11 Rev.: 10610

STYLE: update the help text

1 lines of code changed in 1 file:

  • Modules/Measurements: vtkMeasurementsGUI.cxx (+1 -1)
naucoin 2009-10-08 13:30 Rev.: 10600

ENH: allow child classes for constraining ruler ends, so can put them on fibre bundles

4 lines of code changed in 1 file:

  • Modules/Measurements: vtkMeasurementsRulerWidget.cxx (+4 -2)
naucoin 2009-10-07 15:08 Rev.: 10594

ENH: all rulers visible/invisible. Fixed responding to transform modified and modified events if not the active node

0 lines of code changed in 2 files:

  • Modules/Measurements: vtkMeasurementsRulerWidget.cxx (changed), vtkMeasurementsRulerWidget.h (changed)
naucoin 2009-10-01 15:42 Rev.: 10562

ENH: make the ruler node transformable and respond to transform modified events by updating the widget in 3d.

0 lines of code changed in 5 files:

  • Modules/Measurements: vtkMRMLMeasurementsNode.cxx (changed), vtkMRMLMeasurementsNode.h (changed), vtkMRMLMeasurementsRulerNode.cxx (changed), vtkMRMLMeasurementsRulerNode.h (changed), vtkMeasurementsRulerWidget.cxx (changed)
naucoin 2009-10-01 15:07 Rev.: 10561

COMP: took out duplicate include

0 lines of code changed in 1 file:

  • Modules/Measurements: vtkMeasurementsGUI.cxx (changed)
naucoin 2009-09-25 13:16 Rev.: 10530

BUG: update the GUI with the model nodes constraining the ruler ends as defined in the ruler node.

0 lines of code changed in 1 file:

  • Modules/Measurements: vtkMeasurementsRulerWidget.cxx (changed)
naucoin 2009-09-25 11:21 Rev.: 10529

BUG: check to make sure that there's a prop associated with this model (prevent crash on scene load). TODO: get the constraint updated once the scene is loaded

0 lines of code changed in 1 file:

  • Modules/Measurements: vtkMeasurementsRulerWidget.cxx (changed)
naucoin 2009-09-24 14:38 Rev.: 10526

BUG: just remove observers, gets rid of crash on exit. Removed compiler warnings

0 lines of code changed in 1 file:

  • Modules/Measurements: vtkMeasurementsRulerWidget.cxx (changed)
naucoin 2009-09-23 13:16 Rev.: 10525

ENH: show multiple ruler widgets at the same time in the 3d view. Seems to work on scene open and close.

0 lines of code changed in 3 files:

  • Modules/Measurements: vtkMeasurementsGUI.cxx (changed), vtkMeasurementsRulerWidget.cxx (changed), vtkMeasurementsRulerWidget.h (changed)
naucoin 2009-09-23 13:11 Rev.: 10524

BUG: clean up pointers better in destructor, making sure that when call Delete the 3d view is emptied

0 lines of code changed in 1 file:

  • Modules/Measurements: vtkMeasurementsDistanceWidgetClass.cxx (changed)
naucoin 2009-09-17 15:53 Rev.: 10493

ENH: move all the vtk widget classes into a separate class so that can encapsulate the variables needed to display more than one ruler in the scene at once

171 lines of code changed in 5 files:

  • Modules/Measurements: CMakeLists.txt (changed), vtkMeasurementsDistanceWidgetClass.cxx (new 119), vtkMeasurementsDistanceWidgetClass.h (new 52), vtkMeasurementsRulerWidget.cxx (changed), vtkMeasurementsRulerWidget.h (changed)
naucoin 2009-09-17 15:51 Rev.: 10492

COMP: take out include of point placer, it's in the ruler widget now

0 lines of code changed in 2 files:

  • Modules/Measurements: vtkMeasurementsGUI.cxx (changed), vtkMeasurementsGUI.h (changed)
naucoin 2009-09-17 15:50 Rev.: 10491

BUG: fixing typo, print out correct model id

0 lines of code changed in 1 file:

  • Modules/Measurements: vtkMRMLMeasurementsRulerNode.cxx (changed)
naucoin 2009-09-04 17:17 Rev.: 10417

BUG: include the windows header

0 lines of code changed in 1 file:

  • Modules/Measurements: vtkMeasurementsRulerWidget.h (changed)
naucoin 2009-09-04 17:09 Rev.: 10416

BUG: fix export for windows

0 lines of code changed in 1 file:

  • Modules/Measurements: vtkMeasurementsRulerWidget.h (changed)
naucoin 2009-09-04 16:58 Rev.: 10415

ENH: first pass at making a ruler node, save to scene and undo work. Next step: make more than one 3d widget. Split out the ruler into it's own widget as well.

2869 lines of code changed in 9 files:

  • Modules/Measurements: CMakeLists.txt (changed), vtkMRMLMeasurementsNode.cxx (new 121), vtkMRMLMeasurementsNode.h (new 65), vtkMRMLMeasurementsRulerNode.cxx (new 383), vtkMRMLMeasurementsRulerNode.h (new 133), vtkMeasurementsGUI.cxx (changed), vtkMeasurementsGUI.h (changed), vtkMeasurementsRulerWidget.cxx (new 1949), vtkMeasurementsRulerWidget.h (new 218)
naucoin 2009-07-10 17:27 Rev.: 9909

BUG: fixing a memory leak, forgot to move the Transform vars outside the vtk version check

1 lines of code changed in 1 file:

  • Modules/Measurements: vtkMeasurementsGUI.cxx (+1 -1)
naucoin 2009-07-08 13:33 Rev.: 9883

BUG: set the ruler text scale so that it doesn't change as the line length changes. Removed compiler warning. Changed default location of the ruler so it shows up better when in default 3d view

13 lines of code changed in 1 file:

  • Modules/Measurements: vtkMeasurementsGUI.cxx (+13 -7)
naucoin 2009-06-24 13:59 Rev.: 9787

ENH: the affine widget works under 5.2

0 lines of code changed in 2 files:

  • Modules/Measurements: vtkMeasurementsGUI.cxx (changed), vtkMeasurementsGUI.h (changed)
naucoin 2009-06-24 13:20 Rev.: 9786

ENH: adding affine widget, works with vtk 5.4

0 lines of code changed in 2 files:

  • Modules/Measurements: vtkMeasurementsGUI.cxx (changed), vtkMeasurementsGUI.h (changed)
naucoin 2009-06-12 15:28 Rev.: 9690

COMP: tcl wrapping ignores the ifdef

0 lines of code changed in 1 file:

  • Modules/Measurements: vtkMeasurementsGUI.h (changed)
naucoin 2009-06-12 14:59 Rev.: 9688

ENH: moved to a 3d line representation for the ruler, got it linked to models, still some debugging to do

0 lines of code changed in 2 files:

  • Modules/Measurements: vtkMeasurementsGUI.cxx (changed), vtkMeasurementsGUI.h (changed)
naucoin 2009-06-10 17:23 Rev.: 9681

STYLE: var name changes, adding frames. Still working on getting the ruler attached to a model

0 lines of code changed in 2 files:

  • Modules/Measurements: vtkMeasurementsGUI.cxx (changed), vtkMeasurementsGUI.h (changed)
naucoin 2009-06-09 17:17 Rev.: 9671

BUG: make the angle text readable with a scale of 10

0 lines of code changed in 1 file:

  • Modules/Measurements: vtkMeasurementsGUI.cxx (changed)
naucoin 2009-06-09 15:30 Rev.: 9667

ENH: first pass at VTK5.4 Measurements module, with ifdefs to compile with 5.2

897 lines of code changed in 9 files:

  • Modules/Measurements: CMakeLists.txt (new 88), Measurements.txt (new 4), vtkMeasurements.h (new 9), vtkMeasurementsConfigure.h.in (new 22), vtkMeasurementsGUI.cxx (new 553), vtkMeasurementsGUI.h (new 125), vtkMeasurementsLogic.cxx (new 54), vtkMeasurementsLogic.h (new 26), vtkMeasurementsWin32Header.h (new 16)
Generated by StatSVN 0.5.0