VTK/New Install Framework: Difference between revisions

From KitwarePublic
< VTK
Jump to navigationJump to search
No edit summary
 
No edit summary
Line 5: Line 5:
! Componnet !! Files !! Comment
! Componnet !! Files !! Comment
|-
|-
| Development || *.h, *.txx, *.hxx, (plus kwsys, vtkstd files) ||
|rowspan="6"| Development || *.h, *.txx, *.hxx, (plus kwsys, vtkstd files) ||
|-
|-
| Development || *.lib, *.a ||
| *.lib, *.a ||
|-
|-
| Development || vtkWrap*.exe, hints, tcl/vtktcl.c ||
| vtkWrap*.exe, hints, tcl/vtktcl.c ||
|-
|-
| Development || vtk*Kit.cmake || List of classes for external wrapping
| vtk*Kit.cmake || List of classes for external wrapping
|-
|-
| Development || VTKConfig.cmake, VTKBuldSettings.cmake, VTKLibraryDepends.cmake, UseVTK.cmake, CMake subdirectory ||
| VTKConfig.cmake, VTKBuldSettings.cmake, VTKLibraryDepends.cmake, UseVTK.cmake ||
|-
| CMake subdirectory ||
|-
|-
| Documentation || Man pages, html pages ||
| Documentation || Man pages, html pages ||
|-
|-
| RuntimeLibraries || *.dll, *.so ||
|rowspan="2"| RuntimeLibraries || *.dll, *.so ||
|-
|-
| RuntimeLibraries || *.tcl, *.py, tcl subdirectory (except tcl/vtktcl.c) ||
| *.tcl, *.py, tcl subdirectory (except tcl/vtktcl.c) ||
|-
|-
| RuntimeExecutables || vtk.exe, pvtk.exe, vtkpython.exe, pvtkpython.exe ||
| RuntimeExecutables || vtk.exe, pvtk.exe, vtkpython.exe, pvtkpython.exe ||

Revision as of 14:50, 28 September 2006

Classification of Files

Componnet Files Comment
Development *.h, *.txx, *.hxx, (plus kwsys, vtkstd files)
*.lib, *.a
vtkWrap*.exe, hints, tcl/vtktcl.c
vtk*Kit.cmake List of classes for external wrapping
VTKConfig.cmake, VTKBuldSettings.cmake, VTKLibraryDepends.cmake, UseVTK.cmake
CMake subdirectory
Documentation Man pages, html pages
RuntimeLibraries *.dll, *.so
*.tcl, *.py, tcl subdirectory (except tcl/vtktcl.c)
RuntimeExecutables vtk.exe, pvtk.exe, vtkpython.exe, pvtkpython.exe
Examples *.exe