[Insight-users] error in DeformableModelApplication Mesh Creation
Ori Hay
ori.hay at innovea.co.il
Wed May 30 14:12:04 EDT 2007
Hi,
I'm trying to run DeformableModelApplication,
I load a set of 100 images and try to use the command file->create Mesh
I get the error at :
DeformableModelSimplexMesh.exe!itk::PolygonCell<itk::CellInterface<doubl
e,itk::CellTraitsInfo<3,double,double,unsigned long,unsigned
long,unsigned long,itk::Point<double,3>,itk::MapContainer<unsigned
long,itk::Point<double,3> >,std::set<unsigned long,std::less<unsigned
long>,std::allocator<unsigned long> > > > >::PointIdsEnd() Line 319 +
0x27 bytes C++
Or more specifically at the file itkPolygonCell.txx in the following
function:
/**
* Standard CellInterface:
* Get an end iterator to the list of point identifiers used by the
cell.
*/
template <typename TCellInterface>
typename PolygonCell< TCellInterface >::PointIdIterator
PolygonCell< TCellInterface >
::PointIdsEnd(void)
{
return &*(m_PointIds.end());
}
It seems that m_PointIds don't have end() method
I'm using VC++ .Net 2005 on Windows Vista 64bit
I'll appreciate any suggestions / help
Best Regards,
Ori Hay
Innovea Medical Ltd.
Ori.hay(a)innovea.co.il
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/insight-users/attachments/20070530/710bbbcf/attachment.htm
More information about the Insight-users
mailing list