X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpExtensions%2FDataStructures%2FSkeleton.h;fp=lib%2FcpExtensions%2FDataStructures%2FSkeleton.h;h=671b8acc529f282c7fd1427dddb5d497ec1d1a25;hb=42de9bd72fb773eb94d03b36a08c404cd82769a1;hp=9d0bd9b6296fabe2ab70993346984bda11054aa3;hpb=1e17bee074cb6a3f17fa60c5d9b67f9f58723d4a;p=cpPlugins.git diff --git a/lib/cpExtensions/DataStructures/Skeleton.h b/lib/cpExtensions/DataStructures/Skeleton.h index 9d0bd9b..671b8ac 100644 --- a/lib/cpExtensions/DataStructures/Skeleton.h +++ b/lib/cpExtensions/DataStructures/Skeleton.h @@ -3,6 +3,7 @@ #include #include +#include namespace cpExtensions { @@ -35,6 +36,9 @@ namespace cpExtensions void AddBranch( TPath* path ); const TPath* GetBranch( const TIndex& a, const TIndex& b ) const; + std::vector< TIndex > GetEndPoints( ) const; + std::vector< TIndex > GetBifurcations( ) const; + protected: Skeleton( ); virtual ~Skeleton( );