X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=segmentation%2FclitkFilterWithAnatomicalFeatureDatabaseManagement.h;h=ca8fd9800c3895fa8de0253cbeaed551fc36d011;hb=94cb14004ceab7bca9c892a435ace9f902e661b4;hp=9bcd9d96526ddc81cb5fd821c61b7bde59516d90;hpb=44ebb81a500e42cf19964d209e14a59812a0dd4d;p=clitk.git diff --git a/segmentation/clitkFilterWithAnatomicalFeatureDatabaseManagement.h b/segmentation/clitkFilterWithAnatomicalFeatureDatabaseManagement.h index 9bcd9d9..ca8fd98 100644 --- a/segmentation/clitkFilterWithAnatomicalFeatureDatabaseManagement.h +++ b/segmentation/clitkFilterWithAnatomicalFeatureDatabaseManagement.h @@ -3,7 +3,7 @@ Authors belong to: - University of LYON http://www.universite-lyon.fr/ - - Léon Bérard cancer center http://oncora1.lyon.fnclcc.fr + - Léon Bérard cancer center http://www.centreleonberard.fr - CREATIS CNRS laboratory http://www.creatis.insa-lyon.fr This software is distributed WITHOUT ANY WARRANTY; without even @@ -14,7 +14,7 @@ - BSD See included LICENSE.txt file - CeCILL-B http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html - ======================================================================-====*/ + ===========================================================================**/ #ifndef CLITKFILTERWITHANATOMICALFEATUREDATABASEMANAGEMENT_H #define CLITKFILTERWITHANATOMICALFEATUREDATABASEMANAGEMENT_H @@ -53,6 +53,7 @@ namespace clitk { void WriteAFDB(); void LoadAFDB(); + AnatomicalFeatureDatabase * GetAFDB(); void SetAFDB(AnatomicalFeatureDatabase * a) { m_AFDB = a; }