Documentation: Difference between revisions

From Commontk
Jump to navigationJump to search
(Updated text to reflect current state)
 
(7 intermediate revisions by 4 users not shown)
Line 4: Line 4:


* [[Documentation/Whitepaper|Whitepaper]]
* [[Documentation/Whitepaper|Whitepaper]]
* [[Documentation/Architecture|Architecture ideas]]
* [[CTK-Roadmap|Roadmap]]
* [[Documentation/Third_Party_Dependencies|Third party dependencies]]


Topics being discussed but with no concrete agreement or maintained coding efforts include the following:
Topics being discussed but with no concrete agreement or maintained coding efforts include the following:
Line 24: Line 25:
Please visit the page documenting the [[Documentation/DicomApplicationHosting | DICOM Part 19]] implementation efforts.
Please visit the page documenting the [[Documentation/DicomApplicationHosting | DICOM Part 19]] implementation efforts.


=== Widgets ===
=== [[Documentation/Widgets|Widgets]] ===


* [[Documentation/WidgetPlans|Plans for widgets]]
{{:Documentation/Widgets}}
* [[Documentation/ImageGallery|Image Gallery]]
* [[Documentation/ctkTransferFunctionWidget|Transfer function widgets]]
* [[Documentation/ctkWorkflowWidget|Workflow widgets]]
* [http://www.kitware.com/blog/home/post/169 Popup widgets]


=== Plugin Framework ===
=== Plugin Framework ===


* [[Documentation/CTK_Plugin_Framework:_Introduction | Introduction]]
The CTK Plugin Framework has its own page [[Documentation/Plugin_Framework | here]].
* [[Documentation/CTK_Plugin_Framework:_Getting_Started | Getting Started]]
 
* [[Documentation/PluginFramework_DesignDoc | Design Document]]
=== CLI Modules ===
 
Big picture for [[Documentation/Command_Line_Interface|Command Line Interface]]


=== Testing ===
=== Testing ===
Line 44: Line 43:
=== Python scripting ===
=== Python scripting ===


* [[Documentation/PythonScripting_HowToUseCTKPythonConsole | How to use CTK Python console ?]]
* [[Documentation/PythonScripting_ConvertPyQt2PythonQt | From PyQt to PythonQt]]
* [[Documentation/PythonScripting_ConvertPyQt2PythonQt | From PyQt to PythonQt]]
=== [[Documentation/MigrationGuide|Migration Guide]] ===
{{:Documentation/MigrationGuide}}

Latest revision as of 17:55, 1 September 2016

Home < Documentation

Architectural Notes

These notes have been taken during various meetings in the past and summarize discussions about the architecture and requirements of CTK.

Topics being discussed but with no concrete agreement or maintained coding efforts include the following:

Build System

DICOM

DICOM Application Hosting

Please visit the page documenting the DICOM Part 19 implementation efforts.

Widgets

Plugin Framework

The CTK Plugin Framework has its own page here.

CLI Modules

Big picture for Command Line Interface

Testing

Python scripting

Migration Guide