KWScene/Documentation/Supported Generators/ITK
From KitwarePublic
< KWScene | Documentation | Supported Generators
Jump to navigationJump to search
Revision as of 16:57, 22 April 2010 by MichelKitware (talk | contribs) (Created page with '= Desired Format Support = * PolyData from .vtk legacy files * STL files * BYU files * XML PolyData = Class Diagrams = <graphviz> digraph G { vtkAlgorithm [URL="http://www.vt…')
Desired Format Support
- PolyData from .vtk legacy files
- STL files
- BYU files
- XML PolyData
Class Diagrams
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