KWScene/Documentation/Supported Generators/VTK/PolyData: Difference between revisions
From KitwarePublic
< KWScene | Documentation | Supported Generators | VTK
Jump to navigationJump to search
Line 12: | Line 12: | ||
digraph G { | digraph G { | ||
vtkAlgorithm [URL="http://www.vtk.org/doc/nightly/html/classvtkAlgorithm.html"]; | vtkAlgorithm [URL="http://www.vtk.org/doc/nightly/html/classvtkAlgorithm.html"]; | ||
vtkDataReader [URL="http:// | vtkDataReader [URL="http://www.vtk.org/doc/nightly/html/classvtkDataReader.html"]; | ||
vtkPolyDataReader [URL="http://www.vtk.org/doc/nightly/html/classvtkPolyDataReader.html"]; | |||
vtkAlgorithm -> vtkDataReader | |||
vtkDataReader -> vtkPolyDataReader | |||
} | } | ||
</graphviz> | </graphviz> |
Revision as of 16:35, 1 February 2010
Desired Format Support
- PolyData from .vtk legacy files
- STL files
- BYU files
- XML PolyData
Class Diagrams