X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpExtensions%2FDataStructures%2FSkeleton.h;h=70d1dfb2c5bab28947fa6ed7774760f6d9795af9;hb=f1747c7248d5eead5ea9d7e57bda0b081bcef065;hp=f30b601714b59a490e03d33be62836041087af4c;hpb=ced860e96e5d2e10481582649664505396b0054d;p=cpPlugins.git diff --git a/lib/cpExtensions/DataStructures/Skeleton.h b/lib/cpExtensions/DataStructures/Skeleton.h index f30b601..70d1dfb 100644 --- a/lib/cpExtensions/DataStructures/Skeleton.h +++ b/lib/cpExtensions/DataStructures/Skeleton.h @@ -29,6 +29,8 @@ namespace cpExtensions itkNewMacro( Self ); itkTypeMacro( Skeleton, Graph ); + itkStaticConstMacro( Dimension, unsigned int, _VDim ); + public: void AddBranch( TPath* path ); const TPath* GetBranch( const TIndex& a, const TIndex& b ) const;