[Insight-users] How to represent a polyline in itk::Mesh ??

Luis Ibanez luis.ibanez at kitware.com
Fri, 09 Apr 2004 16:49:22 -0400


Hi Sergio,

An example on how to represent a PolyLine using
the itk::Mesh was added today to the repository.

You will find it under

  Insight/Examples/DataRepresentation/Mesh/
                                 MeshPolyLine.cxx

http://www.itk.org/cgi-bin/cvsweb.cgi/Insight/Examples/DataRepresentation/Mesh/MeshPolyLine.cxx?cvsroot=Insight

However you may want to reconsider using the Mesh
for this purpose since there is a specific class
for representing polylines.

This is the PolyLineParametricPath:
http://www.itk.org/Insight/Doxygen/html/classitk_1_1PolyLineParametricPath.html


An very simple example on the use of this
class was also added today under

  Insight/Examples/DataRepresentation/Path/
                        PolyLineParametricPath1.cxx

http://www.itk.org/cgi-bin/cvsweb.cgi/Insight/Examples/DataRepresentation/Path/PolyLineParametricPath1.cxx?cvsroot=Insight


Please let us know if you find any problem
with these new examples.


   Thanks


      Luis



----------------------
Sergio Andres wrote:
> 
> Hi all,
> 
> I would appreciate any suggestion about how to represent
> polylines in a itkMesh.
> 
> 
> Thanks!
> 
> Regards,
> Sergio.
> 
> 
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
>