Directory Modules/ScriptedModuleExample/

Directory Created:
2008-08-27 10:25
Total Files:
7
Deleted Files:
0
Lines of Code:
687

[root]/Modules/ScriptedModuleExample

Lines of Code

Modules/ScriptedModuleExample/ Lines of Code

Developers

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

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/ScriptedModuleExample: CMakeLists.txt (changed)
fedorov 2009-07-15 15:11 Rev.: 9949

BUG: the correct way of setting MRML observers propagated to the affected modules (followup for r9941)

4 lines of code changed in 1 file:

  • Modules/ScriptedModuleExample: ScriptedModuleExampleGUI.tcl (+4 -2)
pieper 2009-03-19 14:44 Rev.: 8915

ENH: fix module menu layout to match the documentation on the wiki

1 lines of code changed in 1 file:

  • Modules/ScriptedModuleExample: ScriptedModuleExampleGUI.tcl (+1 -1)
pieper 2009-03-19 12:54 Rev.: 8906

STYLE: improved example for wizard

92 lines of code changed in 1 file:

  • Modules/ScriptedModuleExample: Wizard.tcl (+92 -29)
pieper 2009-01-07 13:35 Rev.: 8292

ENH: work-in-progress example of scripted wizard

193 lines of code changed in 1 file:

  • Modules/ScriptedModuleExample: Wizard.tcl (new 193)
pieper 2008-08-27 12:01 Rev.: 7497

ENH: clone proc to quickly create a scripted module instance by copying the example

0 lines of code changed in 1 file:

  • Modules/ScriptedModuleExample: ScriptedModuleExampleLogic.tcl (changed)
pieper 2008-08-27 10:50 Rev.: 7496

ENH: enable creation of new node in output node selector

0 lines of code changed in 1 file:

  • Modules/ScriptedModuleExample: ScriptedModuleExampleGUI.tcl (changed)
pieper 2008-08-27 10:43 Rev.: 7494

BUG: fix typo in example

0 lines of code changed in 1 file:

  • Modules/ScriptedModuleExample: ScriptedModuleExampleGUI.tcl (changed)
pieper 2008-08-27 10:25 Rev.: 7492

ENH: new scripted module example to use as starting point for new modules

429 lines of code changed in 6 files:

  • Modules/ScriptedModuleExample: CMakeLists.txt (new 35), ScriptedModuleExample.tcl (new 20), ScriptedModuleExampleGUI.tcl (new 225), ScriptedModuleExampleLogic.tcl (new 139), ScriptedModuleExampleNode.tcl (new 3), pkgIndex.tcl (new 7)
Generated by StatSVN 0.5.0