Documentation: Difference between revisions

From Commontk
Jump to navigationJump to search
 
(11 intermediate revisions by 4 users not shown)
Line 1: Line 1:
[[Main Page|Back to CTK main page]]
=== Architectural Notes ===
=== Architectural Notes ===


Everything is open to discussion at this time.  
These notes have been taken during various meetings in the past and summarize discussions about the architecture and requirements of CTK.


Topics being discussed include the following
* [[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:
 
* [[Documentation/ctkScene|ctkScene ideas]]
* [[Documentation/ctkScene|ctkScene ideas]]
* [[Documentation/Events|Inter- and Intra-process events]]
* [[Documentation/Plugins_And_Modules|Plugins and Modules: pass data, parameters, and results]]
* [[Documentation/Interfacing_Via_OpenGL|Interfacing systems at the OpenGL level (i.e. VTK and OpenInventor)]]
* [[Documentation/Interfacing_Via_OpenGL|Interfacing systems at the OpenGL level (i.e. VTK and OpenInventor)]]
* [[Documentation/Messaging | Messaging service for event management and system integration]]
* [[Documentation/Messaging | Messaging service for event management and system integration]]
* [[Documentation/DicomApplicationHosting | DICOM Suppl 118 / WG 23 compliant application hosting]]


=== Build System ===
=== Build System ===
* [[Documentation/BuildSystem_Description | Description]]
* [[Documentation/BuildSystem_Description | Description]]
* [[Documentation/Build Options | Build Options]]
* [[Documentation/Create_SVN_Project_Mirror | Create SVN project mirror]]
* [[Documentation/Create_SVN_Project_Mirror | Create SVN project mirror]]


=== Widgets ===
=== DICOM ===
* [[Documentation/WidgetPlans|Plans for widgets]]
 
* [[Documentation/ImageGallery|Image Gallery]]
=== DICOM Application Hosting ===
* [[Documentation/ctkTransferFunctionWidget|Transfer function widgets]]
 
* [[Documentation/ctkWorkflowWidget|Workflow widgets]]
Please visit the page documenting the [[Documentation/DicomApplicationHosting | DICOM Part 19]] implementation efforts.
* [http://www.kitware.com/blog/home/post/169 Popup widgets]
 
=== [[Documentation/Widgets|Widgets]] ===
 
{{:Documentation/Widgets}}


=== Plugin Framework ===
=== Plugin Framework ===
* [[Documentation/CTK_Plugin_Framework:_Introduction | Introduction]]
 
* [[Documentation/CTK_Plugin_Framework:_Getting_Started | Getting Started]]
The CTK Plugin Framework has its own page [[Documentation/Plugin_Framework | here]].
* [[Documentation/CTK_Plugin_Framework:_Applications | Using the Plugin Framework in your Application]]
 
* [[Documentation/CTK_Plugin_Subprojects | Sub-Projects ]]
=== CLI Modules ===
* [[Documentation/CTK_Plugin_Framework:_Tutorials | Tutorials]]
 
* [[Documentation/PluginFramework_DesignDoc | Design Document]]
Big picture for [[Documentation/Command_Line_Interface|Command Line Interface]]


=== Testing ===
=== Testing ===
* [[Documentation/Widget_testing | Widget testing]]
* [[Documentation/Widget_testing | Widget testing]]


=== 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