KWScene/Documentation/Supported Generators/VTK/Image: Difference between revisions
From KitwarePublic
< KWScene | Documentation | Supported Generators | VTK
Jump to navigationJump to search
No edit summary |
|||
Line 1: | Line 1: | ||
= Desired Format Support = | = Desired Format Support = | ||
* DICOM | * DICOM (.dcm) | ||
* ANALYZE | * ANALYZE (.hdr/.ima) | ||
* | * XML (.vti) | ||
* MHA | * MHA | ||
Revision as of 15:57, 22 April 2010
Desired Format Support
- DICOM (.dcm)
- ANALYZE (.hdr/.ima)
- XML (.vti)
- MHA
Class Diagrams
Options
Option A
- Create a KWScene hierarchy that uses vtkDICOMImage, Analyze, XML Readers for 3D images, and vtkImageReader2 (& Factory) for 2D images.
- Will have classes
- ImageNode-KWSGenerator
- DICOMImageNode-KWSGenerator
- AnalyzeImageNode-KWSGenerator
- XMLImageNode-KWSGenerator
- Classes deriving from kwNodeGenerator will implement a virtual method
- AlgorithmPointer InstantiateNodeReader()
- Unlike SurfaceNode, ConnectToRenderer does not do anything.
Proposed Hierarchy