]> Creatis software - FrontAlgorithms.git/blobdiff - lib/fpa/Base/SkeletonWriter.h
...
[FrontAlgorithms.git] / lib / fpa / Base / SkeletonWriter.h
index ab07bba8c38d2e8724610f07bf35df94daa676b3..26c4972ece50dd620490d39188e11689640f5025 100644 (file)
@@ -26,6 +26,11 @@ namespace fpa
       typedef itk::SmartPointer< const Self > ConstPointer;
 
       typedef _TSkeleton TSkeleton;
+      typedef typename TSkeleton::TEdges     TEdges;
+      typedef typename TSkeleton::TMatrix    TMatrix;
+      typedef typename TSkeleton::TMatrixRow TMatrixRow;
+      typedef typename TSkeleton::TPath      TPath;
+      typedef typename TSkeleton::TVertex    TVertex;
 
     public:
       itkNewMacro( Self );