]> Creatis software - FrontAlgorithms.git/commit
Architecture revisited.
authorLeonardo Flórez-Valencia <florez-l@javeriana.edu.co>
Mon, 12 Sep 2016 20:02:01 +0000 (15:02 -0500)
committerLeonardo Flórez-Valencia <florez-l@javeriana.edu.co>
Mon, 12 Sep 2016 20:02:01 +0000 (15:02 -0500)
commit56b8bb48cc05a297a3faa264f8f2a88de21ef203
tree972ec511a429eade722e04d332d9eaa5cc40d542
parent9c4035dc18f4e44a92cda3e3c1c6e583c94ef06b
Architecture revisited.
53 files changed:
CMakeLists.txt [new file with mode: 0644]
cmake/DetectOS.cmake [new file with mode: 0644]
cmake/Functions.cmake [new file with mode: 0644]
cmake/KitwareTools.cmake [new file with mode: 0644]
cmake/Options.cmake [new file with mode: 0644]
cmake/Qt4Tools.cmake [new file with mode: 0644]
cmake/Restrictions.cmake [new file with mode: 0644]
lib/CMakeLists.txt [new file with mode: 0644]
lib/Instances/CMakeLists.txt [new file with mode: 0644]
lib/Instances/fpa_MinimumSpanningTree.i [new file with mode: 0644]
lib/fpa/Base/Algorithm.h [new file with mode: 0644]
lib/fpa/Base/Algorithm.hxx [new file with mode: 0644]
lib/fpa/Base/Dijkstra.h [new file with mode: 0644]
lib/fpa/Base/Dijkstra.hxx [new file with mode: 0644]
lib/fpa/Base/Events.h [new file with mode: 0644]
lib/fpa/Base/Functors/GaussianCost.h [new file with mode: 0644]
lib/fpa/Base/Functors/GaussianCost.hxx [new file with mode: 0644]
lib/fpa/Base/Functors/InvertCost.h [new file with mode: 0644]
lib/fpa/Base/Functors/InvertCost.hxx [new file with mode: 0644]
lib/fpa/Base/MinimumSpanningTree.h [new file with mode: 0644]
lib/fpa/Base/MinimumSpanningTree.hxx [new file with mode: 0644]
lib/fpa/Base/RegionGrow.h [new file with mode: 0644]
lib/fpa/Base/RegionGrow.hxx [new file with mode: 0644]
lib/fpa/Config.cxx [new file with mode: 0644]
lib/fpa/Config.h.in [new file with mode: 0644]
lib/fpa/Image/Algorithm.h [new file with mode: 0644]
lib/fpa/Image/Algorithm.hxx [new file with mode: 0644]
lib/fpa/Image/Dijkstra.h [new file with mode: 0644]
lib/fpa/Image/Dijkstra.hxx [new file with mode: 0644]
lib/fpa/Image/MultiplyImageAndDistanceMap.h [new file with mode: 0644]
lib/fpa/Image/MultiplyImageAndDistanceMap.hxx [new file with mode: 0644]
lib/fpa/Image/RegionGrow.h [new file with mode: 0644]
lib/fpa/Image/RegionGrow.hxx [new file with mode: 0644]
lib/fpa/VTK/Image/Observer2D.h [new file with mode: 0644]
lib/fpa/VTK/Image/Observer2D.hxx [new file with mode: 0644]
lib/fpa/VTK/Image/Observer3D.h [new file with mode: 0644]
lib/fpa/VTK/Image/Observer3D.hxx [new file with mode: 0644]
lib/fpa/VTK/Image/PathToPolyDataFilter.h [new file with mode: 0644]
lib/fpa/VTK/Image/PathToPolyDataFilter.hxx [new file with mode: 0644]
plugins/CMakeLists.txt [new file with mode: 0644]
plugins/Plugins/BaseImageFilter.cxx [new file with mode: 0644]
plugins/Plugins/BaseImageFilter.h [new file with mode: 0644]
plugins/Plugins/BaseImageFilter.hxx [new file with mode: 0644]
plugins/Plugins/GaussianCostFunctor.cxx [new file with mode: 0644]
plugins/Plugins/GaussianCostFunctor.h [new file with mode: 0644]
plugins/Plugins/ImageDijkstra.cxx [new file with mode: 0644]
plugins/Plugins/ImageDijkstra.h [new file with mode: 0644]
plugins/Plugins/ImagePathToPolyDataFilter.cxx [new file with mode: 0644]
plugins/Plugins/ImagePathToPolyDataFilter.h [new file with mode: 0644]
plugins/Plugins/InvertCostFunctor.cxx [new file with mode: 0644]
plugins/Plugins/InvertCostFunctor.h [new file with mode: 0644]
plugins/Plugins/MultiplyImageAndDistanceMap.cxx [new file with mode: 0644]
plugins/Plugins/MultiplyImageAndDistanceMap.h [new file with mode: 0644]