Directory Libs/vtkTeem/

Directory Created:
2006-12-11 18:36
Total Files:
47
Deleted Files:
2
Lines of Code:
14544

[root]/Libs/vtkTeem
            directory in repo Testing (1 files, 0 lines)

Lines of Code

Libs/vtkTeem/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 218 (100.0%) 15518 (100.0%) 71.1
alexy 67 (30.7%) 8942 (57.6%) 133.4
rjosest 34 (15.6%) 3340 (21.5%) 98.2
lauren 20 (9.2%) 3126 (20.1%) 156.3
barre 4 (1.8%) 52 (0.3%) 13.0
pieper 50 (22.9%) 38 (0.2%) 0.7
lorensen 14 (6.4%) 6 (0.0%) 0.4
hliu 2 (0.9%) 6 (0.0%) 3.0
millerjv 2 (0.9%) 5 (0.0%) 2.5
naucoin 7 (3.2%) 3 (0.0%) 0.4
samset 1 (0.5%) 0 (0.0%) 0.0
maddah 1 (0.5%) 0 (0.0%) 0.0
kerstin 3 (1.4%) 0 (0.0%) 0.0
jcfr 2 (0.9%) 0 (0.0%) 0.0
hjohnson 2 (0.9%) 0 (0.0%) 0.0
domibel 1 (0.5%) 0 (0.0%) 0.0
aylward 8 (3.7%) 0 (0.0%) 0.0

Most Recent Commits

jcfr 2009-12-08 18:34 Rev.: 11226

ENH: In CMakeLists.txt, change deprecated SUBDIRS command into ADD_SUBDIRECTORY

See http://cmake.org/cmake/help/cmake-2-8-docs.html#command:subdirs

when subdirs command was taking a list of directory, change it
using the following pattern:

Before:
subdirs(sagarmatha kumbhu eiger)

After:
SET(dirs
sagarmatha
kumbhu
eiger
)
FOREACH(dir ${dirs})
ADD_SUBDIRECTORY(${dir})
ENDFOREACH(dir)

0 lines of code changed in 1 file:

  • Libs/vtkTeem: CMakeLists.txt (changed)
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:

  • Libs/vtkTeem: CMakeLists.txt (changed)
alexy 2009-10-09 09:33 Rev.: 10616

BUG-FIXED: fixed fiber tracts loosing color when seeding from no tracts region and then going back to tracts present

1 lines of code changed in 1 file:

  • Libs/vtkTeem: vtkPolyDataTensorToColor.cxx (+1 -1)
pieper 2009-08-27 16:45 Rev.: 10379

ENH: expose teem option to shift negative eigenvalues per request from Mahnaz and Jim. Off by default per discussion with Casey

0 lines of code changed in 2 files:

  • Libs/vtkTeem: vtkTeemEstimateDiffusionTensor.cxx (changed), vtkTeemEstimateDiffusionTensor.h (changed)
maddah 2009-08-17 09:31 Rev.: 10272

BUG: models as fiber bundles do not need to have tensor data associating with them to be loaded in Slicer.

0 lines of code changed in 1 file:

  • Libs/vtkTeem: vtkPolyDataTensorToColor.cxx (changed)
domibel 2009-08-16 11:14 Rev.: 10267

ENH: Version numbering for shared libraries

0 lines of code changed in 1 file:

  • Libs/vtkTeem: CMakeLists.txt (changed)
pieper 2009-04-13 13:08 Rev.: 9168

BUG: fix bug 453: show the scalar operation value rather than the tensor value at each pixel on mouse over . Also show operation abbreviation

0 lines of code changed in 2 files:

  • Libs/vtkTeem: vtkDiffusionTensorMathematicsSimple.cxx (changed), vtkDiffusionTensorMathematicsSimple.h (changed)
alexy 2009-03-31 12:44 Rev.: 9012

BUG-FIXED: made fiducial seeding pay attention to integration step parameter

0 lines of code changed in 1 file:

  • Libs/vtkTeem: vtkSeedTracts.cxx (changed)
alexy 2009-03-20 12:28 Rev.: 8927

BUG-FIXED: handle reading double tensors

37 lines of code changed in 2 files:

  • Libs/vtkTeem: vtkNRRDReader.cxx (+35 -12), vtkNRRDReader.h (+2)
hliu 2009-03-09 10:40 Rev.: 8857

BUG: fixed memory leaks.

5 lines of code changed in 1 file:

  • Libs/vtkTeem: vtkSeedTracts.cxx (+5 -1)
hliu 2009-02-26 09:19 Rev.: 8748

BUG: freed allocated memory in RequestData().

1 lines of code changed in 1 file:

  • Libs/vtkTeem: vtkPolyDataTensorToColor.cxx (+1)
lorensen 2008-12-29 11:19 Rev.: 8206

COMP: warnings of various sorts.

2 lines of code changed in 2 files:

  • Libs/vtkTeem: vtkDiffusionTensorGlyph.cxx (+1 -1), vtkHyperStreamlineDTMRI.cxx (+1 -1)
alexy 2008-11-27 12:26 Rev.: 7995

ENH: added new functionality to tractography seeding, fixed snapshot node storing internal nodes in the scene.

0 lines of code changed in 1 file:

  • Libs/vtkTeem: vtkSeedTracts.cxx (changed)
lorensen 2008-11-21 12:20 Rev.: 7944

COMP: various warnings.

0 lines of code changed in 4 files:

  • Libs/vtkTeem: vtkHyperStreamlineDTMRI.cxx (changed), vtkNRRDWriter.cxx (changed), vtkPreciseHyperStreamline.cxx (changed), vtkTensorRotate.cxx (changed)
pieper 2008-11-05 18:39 Rev.: 7799

COMP: change from TEEM to Teem for compatibility with current svn trunk of teem

0 lines of code changed in 24 files:

  • Libs/vtkTeem: CMakeLists.txt (changed), vtkBSplineInterpolateImageFunction.h (changed), vtkDiffusionTensorGlyph.h (changed), vtkDiffusionTensorMathematics.h (changed), vtkDiffusionTensorMathematicsSimple.h (changed), vtkHyperPointandArray.h (changed), vtkHyperStreamlineDTMRI.h (changed), vtkHyperStreamlineTeem.h (changed), vtkImageGetTensorComponents.h (changed), vtkImageLabelCombine.h (changed), vtkNRRDReader.h (changed), vtkNRRDWriter.h (changed), vtkPolyDataTensorToColor.h (changed), vtkPreciseHyperArray.h (changed), vtkPreciseHyperPoint.h (changed), vtkPreciseHyperStreamline.h (changed), vtkPreciseHyperStreamlinePoints.h (changed), vtkSeedTracts.h (changed), vtkTeemConfigure.h.in (changed), vtkTeemEstimateDiffusionTensor.h (changed), vtkTensorImplicitFunctionToFunctionSet.h (changed), vtkTensorMask.h (changed), vtkTensorRotate.h (changed), vtkTractographyPointAndArray.h (changed)
lorensen 2008-09-27 14:47 Rev.: 7619

COMP: gcc4.3 warnings.

0 lines of code changed in 3 files:

  • Libs/vtkTeem: vtkNRRDReader.cxx (changed), vtkNRRDReader.h (changed), vtkSeedTracts.cxx (changed)
pieper 2008-09-22 10:23 Rev.: 7598

BUG: set all readers and storage nodes to use native origin by default to be consistent with GUI and to work correctly for non-centered data going to command line modules

1 lines of code changed in 1 file:

  • Libs/vtkTeem: vtkNRRDReader.cxx (+1 -1)
alexy 2008-09-02 14:20 Rev.: 7524

ENH: reverted changes that broke the fiducial seeding

0 lines of code changed in 4 files:

  • Libs/vtkTeem: vtkDiffusionTensorGlyph.cxx (changed), vtkHyperStreamlineDTMRI.cxx (changed), vtkSeedTracts.cxx (changed), vtkTensorRotate.cxx (changed)
naucoin 2008-08-28 10:41 Rev.: 7506

COMP: reducing compiler warnings

0 lines of code changed in 2 files:

  • Libs/vtkTeem: vtkSeedTracts.cxx (changed), vtkTensorRotate.cxx (changed)
naucoin 2008-08-28 10:35 Rev.: 7504

COMP: reducing compiler warnings

0 lines of code changed in 2 files:

  • Libs/vtkTeem: vtkDiffusionTensorGlyph.cxx (changed), vtkHyperStreamlineDTMRI.cxx (changed)
aylward 2008-07-08 16:25 Rev.: 7273

BUG: Uninitialized var - due to poorly designed switch statement

0 lines of code changed in 1 file:

  • Libs/vtkTeem: vtkNRRDReader.cxx (changed)
hjohnson 2008-07-07 16:43 Rev.: 7254

BUG: accidently commited a file that had debugging code in it. Reverted to previous version.

0 lines of code changed in 1 file:

  • Libs/vtkTeem: CMakeLists.txt (changed)
hjohnson 2008-07-07 16:40 Rev.: 7253

COMP: Removed compiler warnings from generated CLP files.

0 lines of code changed in 1 file:

  • Libs/vtkTeem: CMakeLists.txt (changed)
rjosest 2008-07-07 10:25 Rev.: 7250

BUG: Bail out when data pointer is NULL

0 lines of code changed in 1 file:

  • Libs/vtkTeem: vtkTensorRotate.cxx (changed)
pieper 2008-05-30 07:26 Rev.: 6933

COMP: fix warnings about SQRT

6 lines of code changed in 2 files:

  • Libs/vtkTeem: vtkDiffusionTensorMathematics.cxx (+3 -3), vtkDiffusionTensorMathematicsSimple.cxx (+3 -3)
barre 2008-05-21 18:25 Rev.: 6803

ENH: make sure all sub-project in Libs/ can be built in a standalone fashion (remove 99% of the refs to Slicer3, macros, etc). Make sure all external toolkits are properly included, and fix some issues in MRML with respect to TEEM/vtkTeem.

7 lines of code changed in 1 file:

  • Libs/vtkTeem: CMakeLists.txt (+7 -6)
naucoin 2008-05-20 16:25 Rev.: 6789

COMP: removing unused variables

3 lines of code changed in 1 file:

  • Libs/vtkTeem: vtkTensorRotate.cxx (+3 -3)
barre 2008-05-20 02:29 Rev.: 6773

ENH: Slicer3 Spring Installation Clean Up

45 lines of code changed in 1 file:

  • Libs/vtkTeem: CMakeLists.txt (+45 -41)
alexy 2008-05-12 16:36 Rev.: 6693

ENH: fixed ImageLabelCombine

0 lines of code changed in 1 file:

  • Libs/vtkTeem: vtkImageLabelCombine.cxx (changed)
alexy 2008-05-09 13:41 Rev.: 6678

ENH: fixed ImageLabelCombine CLI module and vtkTEEM classes

0 lines of code changed in 1 file:

  • Libs/vtkTeem: vtkImageLabelCombine.cxx (changed)
alexy 2008-05-09 12:25 Rev.: 6677

ENH: added ImageLabelCombine CLI module and vtkTEEM classes

345 lines of code changed in 3 files:

  • Libs/vtkTeem: CMakeLists.txt (changed), vtkImageLabelCombine.cxx (new 262), vtkImageLabelCombine.h (new 83)
pieper 2008-05-09 09:29 Rev.: 6674

BUG: fix thread safety problem with tensor estimation (backwards compatibility bug in VTK - GetRange now uses Information hash tables that are not thread safe)

0 lines of code changed in 2 files:

  • Libs/vtkTeem: vtkTeemEstimateDiffusionTensor.cxx (changed), vtkTeemEstimateDiffusionTensor.h (changed)
kerstin 2008-05-08 14:29 Rev.: 6652

BUG: fixed crash in the constructor by changing vtkTransform *Transform = vtkTransform::New(); to this->Transform = vtkTransform::New();

0 lines of code changed in 1 file:

  • Libs/vtkTeem: vtkTensorRotate.cxx (changed)
kerstin 2008-05-08 08:59 Rev.: 6650

COMP: Increments should be vtkIdType

0 lines of code changed in 1 file:

  • Libs/vtkTeem: vtkTensorRotate.cxx (changed)
pieper 2008-05-08 06:59 Rev.: 6649

BUG: provide missing method implementation

0 lines of code changed in 1 file:

  • Libs/vtkTeem: vtkTensorRotate.h (changed)
rjosest 2008-05-07 16:34

ENH: New class to rotate tensors.

513 lines of code changed in 3 files:

  • Libs/vtkTeem: CMakeLists.txt (changed), vtkTensorRotate.cxx (new 429), vtkTensorRotate.h (new 84)
barre 2008-04-30 14:16 Rev.: 6583

ENH: update for CMake 2.6

0 lines of code changed in 1 file:

  • Libs/vtkTeem: CMakeLists.txt (changed)
barre 2008-04-25 17:27 Rev.: 6552

ENH: allow a module (Modules/GradientAnisotropicDiffusionFilter for now) to be built in a standalone fashion against eithera Slicer3 build or Slicer3 installed. Update the config files accordingly, add missing installation rules, etc. Also unscreamify and indent many CMakeLists.txt in the process.

0 lines of code changed in 1 file:

  • Libs/vtkTeem: CMakeLists.txt (changed)
alexy 2008-04-23 16:36 Rev.: 6530

ENH: added colors to scalar, misc fixes

0 lines of code changed in 2 files:

  • Libs/vtkTeem: vtkDiffusionTensorGlyph.cxx (changed), vtkDiffusionTensorGlyph.h (changed)
aylward 2008-04-10 06:03 Rev.: 6435

COMP: Fixed unused variables warning

0 lines of code changed in 2 files:

  • Libs/vtkTeem: vtkDiffusionTensorMathematicsSimple.cxx (changed), vtkPolyDataTensorToColor.cxx (changed)

(65 more)

Generated by StatSVN 0.5.0