ExtraVTKFIles

From VistrailsWiki
Revision as of 06:17, 14 January 2007 by Emanuele (talk | contribs) (New page: == Adding Extra Classes to VTK == * Get the zip containing the files [http://www.sci.utah.edu/~hvo/vtk.zip here]. Uncompress it to /<path_to_vtk_source_root>/ * Inside the IO folder, open...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Adding Extra Classes to VTK

  • Get the zip containing the files here. Uncompress it to /<path_to_vtk_source_root>/
* Inside the IO folder, open CMakeLists.txt and add vtkCORIEUnstructuredGridReader.cxx
* Inside the Graphics folder, open CMakeLists.txt and add vtkUnstructuredGridQuadricDecimation.cxx
* Go to /<path_to_vtk_build_root>/ and type ccmake /<path_to_vtk_source_root>/