]> Creatis software - clitk.git/blobdiff - segmentation/clitkAnatomicalFeatureDatabase.h
various update
[clitk.git] / segmentation / clitkAnatomicalFeatureDatabase.h
index dcf7efd27c90969208742e4481f5340ba211ad89..f1324cb687a86058cf61c6118e77e5f7800bec92 100644 (file)
@@ -50,6 +50,7 @@ namespace clitk {
     typedef itk::Point<double,3> PointType3D;
     void SetPoint3D(TagType tag, PointType3D & p);
     void GetPoint3D(TagType tag, PointType3D & p);
+    double GetPoint3D(std::string tag, int dim);
     
     // Set Get image
     void SetImageFilename(TagType tag, std::string f);