[root]/Modules/ModelIntoLabelVolume
Testing
(1 files, 146 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 17 (100.0%) | 631 (100.0%) | 37.1 |
| naucoin | 14 (82.4%) | 626 (99.2%) | 44.7 |
| fedorov | 1 (5.9%) | 4 (0.6%) | 4.0 |
| pieper | 1 (5.9%) | 1 (0.2%) | 1.0 |
| jcfr | 1 (5.9%) | 0 (0.0%) | 0.0 |
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:
BUG: the correct way of setting MRML observers propagated to the affected modules (followup for r9941)
4 lines of code changed in 1 file:
STYLE: better error message
0 lines of code changed in 1 file:
ENH: fix module menu layout to match the documentation on the wiki
1 lines of code changed in 1 file:
STYLE: point to the 3.4 docs
1 lines of code changed in 1 file:
BUG: Added in missing test script
28 lines of code changed in 1 file:
ENH: add progress
0 lines of code changed in 1 file:
BUG: properly deal with the case where the user doesn't set a label volume name
0 lines of code changed in 2 files:
ENH: moved the intersection code into Logic for testing ease. Added a subdivide option to get a model with more vertices
0 lines of code changed in 2 files:
ENH: adding a scripted module to intersect a model with a reference volume and produce a label map volume. Documentation and testing TBD
597 lines of code changed in 6 files: