]> Creatis software - bbtk.git/commit
* Created vtk package
authorguigues <guigues>
Wed, 13 Feb 2008 08:21:35 +0000 (08:21 +0000)
committerguigues <guigues>
Wed, 13 Feb 2008 08:21:35 +0000 (08:21 +0000)
commitf303df63e2a2e33d698c974858f288058d980ae4
tree66b26a142232f20c8aca669e4808ec9588ab4b1a
parent5ee0c4e4b6f40d7bc61fdaa096ec20daece46dfa
* Created vtk package
* Modified bbfy to handle automatically the package / namespace / parent black box (suppressed 3 xml tags)
* Various fixes
29 files changed:
kernel/appli/bbfy/bbfy.cpp
kernel/cmake/BBTKConfigurePackage_src.cmake
kernel/doc/bbtkUsersGuide/bbtkUsersGuide.tex
packages/CMakeLists.txt
packages/std/src/bbstdAdd.xml
packages/std/src/bbstdMultipleInputs.xml
packages/void-bbtk-package.tgz
packages/vtk/CMakeLists.txt [new file with mode: 0644]
packages/vtk/Configure.cmake [new file with mode: 0644]
packages/vtk/PackageConfig.cmake.in [new file with mode: 0644]
packages/vtk/README.txt [new file with mode: 0644]
packages/vtk/UsePackage.cmake.in [new file with mode: 0644]
packages/vtk/bbs/CMakeLists.txt [new file with mode: 0644]
packages/vtk/doc/CMakeLists.txt [new file with mode: 0644]
packages/vtk/doc/bbdoc/CMakeLists.txt [new file with mode: 0644]
packages/vtk/doc/bbdoc/header.html.in [new file with mode: 0644]
packages/vtk/doc/doxygen/CMakeLists.txt [new file with mode: 0644]
packages/vtk/doc/doxygen/DoxyMainPage.txt.in [new file with mode: 0644]
packages/vtk/doc/doxygen/Doxyfile.txt.in [new file with mode: 0644]
packages/vtk/src/CMakeLists.txt [new file with mode: 0644]
packages/vtk/src/bbvtkAppendPolyData.xml [new file with mode: 0644]
packages/vtk/src/bbvtkConeSource.xml [new file with mode: 0644]
packages/vtk/src/bbvtkImageAnisotropicDiffusion3D.xml [new file with mode: 0644]
packages/vtk/src/bbvtkImageDilateErode3D.xml [new file with mode: 0644]
packages/vtk/src/bbvtkImageGaussianSmooth.xml [new file with mode: 0644]
packages/vtk/src/bbvtkMarchingCubes.cxx [new file with mode: 0644]
packages/vtk/src/bbvtkMarchingCubes.h [new file with mode: 0644]
packages/vtk/src/bbvtkMetaImageReader.xml [new file with mode: 0644]
packages/vtk/src/bbvtkSphereSource.xml [new file with mode: 0644]