KWScene/Documentation/Supported Generators/ITK/PolyData: Difference between revisions
From KitwarePublic
< KWScene | Documentation | Supported Generators | ITK
Jump to navigationJump to search
Line 25: | Line 25: | ||
== Option A == | == Option A == | ||
* Create a KWScene hierarchy where every class is dedicated to a specific file format. | * Create a KWScene hierarchy where every class is dedicated to a specific file format. | ||
Line 33: | Line 32: | ||
** VTKSurface-KWSGenerator | ** VTKSurface-KWSGenerator | ||
** (STLSurface-KWSGenerator) | ** (STLSurface-KWSGenerator) | ||
* | ** SurfaceNodeGenerator is the base class here, to be consistent with nomenclature in VTK generators. | ||
* | |||
=== Proposed Hierarchy === | === Proposed Hierarchy === |
Revision as of 19:33, 22 April 2010
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