KWScene/Documentation/Supported Generators/VTK/Surface

From KitwarePublic
< KWScene‎ | Documentation‎ | Supported Generators‎ | VTK
Revision as of 19:41, 22 April 2010 by MichelKitware (talk | contribs) (→‎Proposed Hierarchy)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Desired Format Support

  • PolyData from .vtk legacy files (.vtk)
  • BYU files (.byu)
  • XML PolyData (.vtp)
  • (STL files) (.stl)

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
    • VTKPolyDataSurface-KWSGenerator
    • BYUSurface-KWSGenerator
    • XMLSurface-KWSGenerator
    • (STLSurface-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.