X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpExtensions%2FDataStructures%2FSkeleton.hxx;h=e6635ae25c38c169e980bf854d22489757ce6600;hb=cd024359dba23dd50e197abf1ed7d70737deb7fd;hp=ff00cb653387cf8d9f267c5a4f461962a337d18b;hpb=aee3cafa7e93f996580777976636ed625dbc43f5;p=cpPlugins.git diff --git a/lib/cpExtensions/DataStructures/Skeleton.hxx b/lib/cpExtensions/DataStructures/Skeleton.hxx index ff00cb6..e6635ae 100644 --- a/lib/cpExtensions/DataStructures/Skeleton.hxx +++ b/lib/cpExtensions/DataStructures/Skeleton.hxx @@ -18,6 +18,8 @@ AddBranch( TPath* path ) return; // Add path + this->SetVertex( a, a ); + this->SetVertex( b, b ); this->AddEdge( a, b, path ); this->AddEdge( b, a, path ); // TODO: this->Modified( );