From: Leonardo Florez Date: Wed, 29 Jun 2016 14:03:28 +0000 (-0500) Subject: ... X-Git-Tag: v0.1~120 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=a46baa2e6cc075331b2f73699c801e638b8c0cf1;p=cpPlugins.git ... --- diff --git a/lib/Instances/CMakeLists.txt b/lib/Instances/CMakeLists.txt index 7fdb214..8bb1a75 100644 --- a/lib/Instances/CMakeLists.txt +++ b/lib/Instances/CMakeLists.txt @@ -23,7 +23,7 @@ SET( TARGET_LINK_LIBRARIES(${pfx}BaseObjects ${ITK_LIBRARIES} ${VTK_LIBRARIES}) TARGET_LINK_LIBRARIES(${pfx}BaseImages ${pfx}BaseObjects) TARGET_LINK_LIBRARIES(${pfx}Mesh ${pfx}BaseObjects) -TARGET_LINK_LIBRARIES(${pfx}Paths ${pfx}BaseObjects) +TARGET_LINK_LIBRARIES(${pfx}Paths ${pfx}BaseObjects ${pfx}BaseImages) TARGET_LINK_LIBRARIES(${pfx}Transforms ${pfx}BaseObjects) TARGET_LINK_LIBRARIES(${pfx}ScalarImages ${pfx}BaseImages) TARGET_LINK_LIBRARIES(${pfx}ColorImages ${pfx}BaseImages) diff --git a/lib/Instances/Mesh.i b/lib/Instances/Mesh.i index 517cdca..f772d9b 100644 --- a/lib/Instances/Mesh.i +++ b/lib/Instances/Mesh.i @@ -25,7 +25,8 @@ t itkVectorContainer.h c itk::VectorContainer< unsigned long, itk::Point< #floats, #dims > > c itk::BoundingBox< unsigned long, #dims, #floats, itk::VectorContainer< unsigned long, itk::Point< float, #dims > > > -* c itk::CellInterface< #floats, itk::CellTraitsInfo< #dims, #floats, float, unsigned long, unsigned long, unsigned long, itk::Point< float, #dims >, itk::VectorContainer< unsigned long, itk::Point< float, #dims > >, std::set< unsigned long > > > +c itk::CellInterface< #floats, itk::CellTraitsInfo< #dims, float, float, unsigned long, unsigned long, unsigned long, itk::Point< float, #dims >, itk::VectorContainer< unsigned long, itk::Point< float, #dims > >, std::set< unsigned long > > > +c itk::VectorContainer< unsigned long, itk::CellInterface< #floats, itk::CellTraitsInfo< #dims, float, float, unsigned long, unsigned long, unsigned long, itk::Point< float, #dims >, itk::VectorContainer< unsigned long, itk::Point< float, #dims > >, std::set< unsigned long > > >* > * =============== * == Instances ==