9 #include "fwDataTools/config.hpp" 11 #include <fwData/Array.hpp> 12 #include <fwData/PointList.hpp> 13 #include <fwData/TransformationMatrix3D.hpp> 32 FWDATATOOLS_API ~PointList();
40 FWDATATOOLS_API static ::fwData::Array::sptr
41 computeDistance(::fwData::PointList::sptr _pointList1, ::fwData::PointList::sptr _pointList2);
48 FWDATATOOLS_API
static void transform(::fwData::PointList::sptr& _pointList,
49 const ::fwData::TransformationMatrix3D::csptr& _matrix);
58 FWDATATOOLS_API
static void associate(const ::fwData::PointList::csptr& _pointList1,
59 ::fwData::PointList::sptr _pointList2);
68 FWDATATOOLS_API
static const ::fwData::Point::sptr removeClosestPoint(::fwData::PointList::sptr& _pointList,
69 const ::fwData::Point::sptr& _point,