[Insight-users] Mesh curvature / Node neighbours
    Luis Ibanez 
    luis.ibanez at kitware.com
       
    Wed Nov  9 23:50:58 EST 2005
    
    
  
Hi Dominique,
You may want to look at the methods of the SimplexMesh class:
http://www.itk.org/Insight/Doxygen/html/classitk_1_1SimplexMesh.html
Where you will find methods, such as
   +  GetNeighbors()
   +  GetMeanCurvature()
a very nice example of the use of this data structure can be seen
in the application:
        InsightApplications/
                DeformableModelSimplexMesh
   Best Regards,
     Luis
---------------------
Dominique Zosso wrote:
> Hi,
> 
> Im currently working on 3D surface meshes, similar to the one generated by
> itkRegularSphereMeshSource.
> 
> To get the curvature in a node, does the itk framework contain any similar
> method to the "vtkCurvature" proposed in VTK?
> 
> And is there an ITK-method that provides access to all the neighbouring
> nodes of a given vertex?
> 
> Thank you in advance
> ---
> Dominique Zosso
> 
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
> 
> 
    
    
More information about the Insight-users
mailing list