[root]/Testing/Code/SpatialObject

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 280 (100.0%) | 5842 (100.0%) | 20.8 |
| jjomier | 100 (35.7%) | 2397 (41.0%) | 23.9 |
| piloo | 13 (4.6%) | 694 (11.9%) | 53.3 |
| lorensen | 76 (27.1%) | 610 (10.4%) | 8.0 |
| rupert | 6 (2.1%) | 450 (7.7%) | 75.0 |
| ibanez | 34 (12.1%) | 443 (7.6%) | 13.0 |
| karthik | 7 (2.5%) | 304 (5.2%) | 43.4 |
| kentwilliams | 3 (1.1%) | 262 (4.5%) | 87.3 |
| aylward | 10 (3.6%) | 194 (3.3%) | 19.4 |
| davisb | 3 (1.1%) | 137 (2.3%) | 45.6 |
| foskey | 3 (1.1%) | 130 (2.2%) | 43.3 |
| king | 6 (2.1%) | 78 (1.3%) | 13.0 |
| padfield | 2 (0.7%) | 63 (1.1%) | 31.5 |
| will | 11 (3.9%) | 33 (0.6%) | 3.0 |
| mcoursolle | 2 (0.7%) | 20 (0.3%) | 10.0 |
| millerjv | 2 (0.7%) | 15 (0.3%) | 7.5 |
| hoffman | 1 (0.4%) | 11 (0.2%) | 11.0 |
| hjohnson | 1 (0.4%) | 1 (0.0%) | 1.0 |
COMP: rearranged include's to avoid VS6 compiler bug.
1 lines of code changed in:
ENH: Added Print's.
89 lines of code changed in:
COMP: Replacing "fabs" with "vcl_fabs" in order to support compilation with Sun-CC and -stlport4.
17 lines of code changed in:
BUG: The Gaussian was reusing the Radius parameter both for the value of the sigma and for the value of the support of the spatial object. Now an explicit Sigma parameter has been added.
13 lines of code changed in:
ENH: When IsInside() method fails, also print out the mapped point.
6 lines of code changed in:
STYLE: Fixing coding style, before we dig into the real issue.
173 lines of code changed in:
COMP: itkImageMaskSpatialObjectTest2 was not actually being run due to incorrect CMakeLists.txt
1 lines of code changed in:
BUG: Image diirections were being ignored in the itkImageSpatialObject class http://public.kitware.com/Bug/view.php?id=0006340 A new test has been added to test this. It also tests that directions are properly ignoredin the case of the itk::Image, which stores but does not use direction info
174 lines of code changed in:
COMP: backout test until it compiles.
2 lines of code changed in:
BUG: Tests must be registered in the appropriate test driver.
4 lines of code changed in:
BUG: Added test for the oriented image mask problem reported in http://public.kitware.com/Bug/view.php?id=0006340 The imagemaskspatialobject fails when the mask has non-identity direction cosines
275 lines of code changed in:
COMP: Fixing signature of main() function. This was signaled by gcc 4.3.
1 lines of code changed in:
COMP: Adding #include for
1 lines of code changed in:
BUG: fixed
bug 0005359 "PolygonSpatialObject ClosestPoint() returns incorrect value"; added test
137 lines of code changed in:
COMP: shadowed variable/type warnings.
19 lines of code changed in:
COMP: Excluding WIN32 from platforms where the TRY_COMPILE for Objective-C is performed. Visual Studio was returning TRUE even though there is no Objective-C compiler available. Also adding _WORKS at the end of the CMake variable CMAKE_OBJCXX_COMPILER to avoid confusion between the boolean and the path to the compiler
2 lines of code changed in:
COMP: [5255] Add TRY_COMPILE directive and tests to make sure no conflicting id is use in headers.
6 lines of code changed in:
COMP: [5255] Add TRY_COMPILE directive and tests to make sure no conflicting id is use in headers.
14 lines of code changed in:
COMP: ITKCommon not needed since it is included in other libs. Causes duplicate symbols on some (Mac) static builds.
5 lines of code changed in:
BUG: 4012. Fixing ICE in Visual Studio 6.0. Changing the order of includes seems to solve the problem. It seems that the include for metaImage.h must preceed any of the Image-SpatialObject related classes (just a conjecture).
11 lines of code changed in:
(125 more)