KWScene/Documentation/Supported Generators/VTK/PolyData: Difference between revisions

From KitwarePublic
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://public.kitware.com/Insight/Doxygen/html/classitk_1_1ProcessObject.html"];
vtkDataReader [URL="http://www.vtk.org/doc/nightly/html/classvtkDataReader.html"];
ClassifierBase [URL="http://public.kitware.com/Insight/Doxygen/html/classitk_1_1ClassifierBase.html"];
vtkPolyDataReader [URL="http://www.vtk.org/doc/nightly/html/classvtkPolyDataReader.html"];
ImageClassifierBase [URL="http://public.kitware.com/Insight/Doxygen/html/classitk_1_1ImageClassifierBase.html"];
vtkAlgorithm -> vtkDataReader
MRFImageFilter [URL="http://public.kitware.com/Insight/Doxygen/html/classitk_1_1MRFImageFilter.html"];
vtkDataReader -> vtkPolyDataReader
RGBPriorsFilter [URL="http://public.kitware.com/Insight/Doxygen/html/classitk_1_1RGBPriorsFilter.html"];
SampleClassifier [shape=box,URL="http://public.kitware.com/Insight/Doxygen/html/classitk_1_1Statistics_1_1SampleClassifier.html"];
SampleClassifierWithMask [shape=box,URL="http://public.kitware.com/Insight/Doxygen/html/classitk_1_1Statistics_1_1SampleClassifierWithMask.html"];
LightProcessObject -> ClassifierBase
LightProcessObject -> ProcessObject
ClassifierBase -> SampleClassifier
ClassifierBase -> SampleClassifierWithMask
ClassifierBase -> ImageClassifierBase
ImageClassifierBase -> MRFImageFilter
ImageClassifierBase -> RGBPriorsFilter
}
}
</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

This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.