KWScene/Documentation/Supported Generators/ITK/Surface
From KitwarePublic
< KWScene | Documentation | Supported Generators | ITK
Jump to navigationJump to search
Revision as of 20:11, 25 April 2010 by MichelKitware (talk | contribs) (Created page with '= Desired Format Support = * PolyData from .vtk legacy files (.vtk) * BYU files (.byu) * XML PolyData (.vtp) * (STL files) (.stl) = Class Diagrams = <graphviz> digraph G { itk…')
Desired Format Support
- PolyData from .vtk legacy files (.vtk)
- BYU files (.byu)
- XML PolyData (.vtp)
- (STL files) (.stl)
Class Diagrams
Options
Option A
- Create a KWScene hierarchy where every class is dedicated to a specific file format.
- Will have classes
- BYUSurface-KWSGenerator
- XMLSurface-KWSGenerator
- VTKSurface-KWSGenerator
- (STLSurface-KWSGenerator)
- SurfaceNodeGenerator is the base class here, to be consistent with nomenclature in VTK generators.
Proposed Hierarchy