Documentation: Difference between revisions
From Commontk
Jump to navigationJump to search
mNo edit summary |
(Updated text to reflect current state) |
||
Line 1: | Line 1: | ||
=== Architectural Notes === | === Architectural Notes === | ||
These notes have been taken during various meetings in the past and summarize discussions about the architecture and requirements of CTK. | |||
* [[Documentation/Whitepaper|Whitepaper]] | * [[Documentation/Whitepaper|Whitepaper]] | ||
* [[Documentation/Architecture|Architecture ideas]] | * [[Documentation/Architecture|Architecture ideas]] | ||
Topics being discussed but with no concrete agreement or maintained coding efforts include the following: | |||
* [[Documentation/ctkScene|ctkScene ideas]] | * [[Documentation/ctkScene|ctkScene ideas]] | ||
* [[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]] | ||
=== Build System === | === Build System === | ||
* [[Documentation/BuildSystem_Description | Description]] | * [[Documentation/BuildSystem_Description | Description]] | ||
* [[Documentation/Build Options | Build Options]] | * [[Documentation/Build Options | Build Options]] | ||
* [[Documentation/Create_SVN_Project_Mirror | Create SVN project mirror]] | * [[Documentation/Create_SVN_Project_Mirror | Create SVN project mirror]] | ||
=== DICOM === | |||
=== DICOM Application Hosting === | |||
Please visit the page documenting the [[Documentation/DicomApplicationHosting | DICOM Part 19]] implementation efforts. | |||
=== Widgets === | === Widgets === | ||
* [[Documentation/WidgetPlans|Plans for widgets]] | * [[Documentation/WidgetPlans|Plans for widgets]] | ||
* [[Documentation/ImageGallery|Image Gallery]] | * [[Documentation/ImageGallery|Image Gallery]] | ||
Line 26: | Line 33: | ||
=== Plugin Framework === | === Plugin Framework === | ||
* [[Documentation/CTK_Plugin_Framework:_Introduction | Introduction]] | * [[Documentation/CTK_Plugin_Framework:_Introduction | Introduction]] | ||
* [[Documentation/CTK_Plugin_Framework:_Getting_Started | Getting Started]] | * [[Documentation/CTK_Plugin_Framework:_Getting_Started | Getting Started]] | ||
Line 31: | Line 39: | ||
=== Testing === | === Testing === | ||
* [[Documentation/Widget_testing | Widget testing]] | * [[Documentation/Widget_testing | Widget testing]] | ||
=== Python scripting === | === Python scripting === | ||
* [[Documentation/PythonScripting_ConvertPyQt2PythonQt | From PyQt to PythonQt]] | * [[Documentation/PythonScripting_ConvertPyQt2PythonQt | From PyQt to PythonQt]] |
Revision as of 06:08, 28 November 2011
Home < DocumentationArchitectural 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:
- ctkScene ideas
- Interfacing systems at the OpenGL level (i.e. VTK and OpenInventor)
- Messaging service for event management and system integration
Build System
DICOM
DICOM Application Hosting
Please visit the page documenting the DICOM Part 19 implementation efforts.