KWScene/Documentation/Supported Generators/VTK/Image

From KitwarePublic
< KWScene‎ | Documentation‎ | Supported Generators‎ | VTK
Revision as of 15:10, 22 April 2010 by MichelKitware (talk | contribs) (Created page with '= Desired Format Support = * PolyData from .vtk legacy files * BYU files = Class Diagrams = <graphviz> digraph G { vtkAlgorithm [URL="http://www.vtk.org/doc/nightly/html/cla…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Desired Format Support

  • PolyData from .vtk legacy files
  • BYU files


Class Diagrams

This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.

Options

Option A

  • Create a KWScene hierarchy that uses vtkDICOMImage and Analyze Readers for 3D images, and vtkImageReader2Factory for 2D images.
  • Will have classes
    • ImageNode-KWSGenerator
    • DICOMImageNode-KWSGenerator
    • AnalyzeImageNode-KWSGenerator
  • Classes deriving from kwNodeGenerator will implement a virtual method
    • AlgorithmPointer InstantiateNodeReader()
  • Unlike SurfaceNode, ConnectToRenderer does not do anything.

Proposed Hierarchy

This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.