KWScene/Documentation/Supported Generators/ITK/Image: Difference between revisions
From KitwarePublic
< KWScene | Documentation | Supported Generators | ITK
Jump to navigationJump to search
(Created page with '= Desired Format Support = DICOM (.dcm) Analyze (.hdr/.ima) XML (.vti) = Class Diagrams = <graphviz> digraph G { itk::ProcessObject [URL="http://www.itk.org/Doxygen316/html/c…') |
|||
Line 19: | Line 19: | ||
itk::VTKAnalyzeImageIO[URL="http://www.itk.org/Doxygen316/html/classitk_1_1AnalyzeImageIO.html"]; | itk::VTKAnalyzeImageIO[URL="http://www.itk.org/Doxygen316/html/classitk_1_1AnalyzeImageIO.html"]; | ||
itk::VTKMetaImageIO[URL="http://www.itk.org/Doxygen316/html/classitk_1_1MetaImageIO.html"]; | itk::VTKMetaImageIO[URL="http://www.itk.org/Doxygen316/html/classitk_1_1MetaImageIO.html"]; | ||
itk::ProcessObject -> itk::ImageSource<> | itk::ProcessObject -> itk::ImageSource<> | ||
itk::ImageSource<> -> itk::ImageSeriesReader<> | itk::ImageSource<> -> itk::ImageSeriesReader<> |
Revision as of 18:49, 22 April 2010
Desired Format Support
DICOM (.dcm) Analyze (.hdr/.ima) XML (.vti)
Class Diagrams
Options
Option A
- Create a KWScene hierarchy where every class is dedicated to a specific file format.
- Will have classes
- Image-KWSGenerator, which can generate either an image of most single-file types via itk::ImageIOFactory
- or an Image Series via itk::GDCMImageIO.
- Because of the reliability of ImageIOFactory, ImageNode is not an abstract class here, and can handle any image.
Proposed Hierarchy