KWScene/Documentation/Supported Generators/ITK/PolyData

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

Desired Format Support

  • PolyData from .vtk legacy files
  • BYU files
  • XML PolyData
  • (STL 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 where every class is dedicated to a specific file format.
  • Will have classes
    • STL-KWSGenerator
    • BYU-KWSGenerator
    • XML-PolyData-KWSGenerator
    • PolyData-KWSGenerator
  • Classes deriving from kwSurfaceNodeGenerator will implement a virtual method
    • bool CanReadFile() const
    • and will be pure virtual in the kwsSurfaceNodeGenerator

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.