[root]/Modules/ScriptedModuleExample

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 14 (100.0%) | 719 (100.0%) | 51.3 |
| pieper | 12 (85.7%) | 715 (99.4%) | 59.5 |
| fedorov | 1 (7.1%) | 4 (0.6%) | 4.0 |
| jcfr | 1 (7.1%) | 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:
ENH: fix module menu layout to match the documentation on the wiki
1 lines of code changed in 1 file:
STYLE: improved example for wizard
92 lines of code changed in 1 file:
ENH: work-in-progress example of scripted wizard
193 lines of code changed in 1 file:
ENH: clone proc to quickly create a scripted module instance by copying the example
0 lines of code changed in 1 file:
ENH: enable creation of new node in output node selector
0 lines of code changed in 1 file:
BUG: fix typo in example
0 lines of code changed in 1 file:
ENH: new scripted module example to use as starting point for new modules
429 lines of code changed in 6 files: