]> Creatis software - bbtk.git/blobdiff - packages/itkvtk/src/bbitkvtkGeodesicMeshDeformation.h
#3501 Geodesic Deformation
[bbtk.git] / packages / itkvtk / src / bbitkvtkGeodesicMeshDeformation.h
index 1ba0448086a545312586f212e4b2e42e619bca75..83c6beb1324fc2ba2a31c4ef391dd3516e3bb9fa 100644 (file)
@@ -37,6 +37,8 @@ class bbitkvtk_EXPORT GeodesicMeshDeformation
   void Process();
   
   using MeshType = itk::QuadEdgeMesh<double, 3>;
+  
+  //This is not the FastMarchingQuadEdge filter from ITK, this is a modified version to increase performance in our use
   using FastMarchingType = itk::FastMarchingQuadEdgeMeshFilterResultsBase<MeshType, MeshType>;
   
        long                                                                    EdgeIdBack;