[Insight-users] Re: SimplexMesh contribution

Benoit devilleb at gmail.com
Wed Jul 27 11:44:40 EDT 2005


Woops...

Seems the end of day work makes me lose attention...

The files can be found in folder
http://onclebens.free.fr/ITK/

So here are the explanations of the modifications I made

Sorry to bother you all
Regards

Ben

> > Here is a contribution for itkSimplexMesh.txx, if you think this is useful.
> > I changed it because I found the
> > itk::DeformableSimplexMesh3DFilter::Initialize method was too long
> > when itk::DeformableSimplexMesh3DFilter ::m_Rigidity was higher than 5
> > or 6.
> >
> > In itkSimplexMesh.txx / .h, I only changed the
> > itk::SimplexMesh::GetNeighbors method.
> > Instead of using a std::list, I use directly a std::set and it is no
> > more recursive.
> >
> > There's a slight difference with the original version on the
> > signification of m_Rigidity
> > A value of 0 creates an empty set
> > A value of 1 makes itk::SimplexMesh::GetNeighbors return the direct
> > neighbours of the point in parameter
> > A value of 2 adds the direct neighbours of the neighbours
> > ...
> >
> > I also join the associated itkDeformableSimplexMesh3DFilter.txx


More information about the Insight-users mailing list