]> Creatis software - cpPlugins.git/blobdiff - lib/cpExtensions/DataStructures/Simple3DCurve.h
...
[cpPlugins.git] / lib / cpExtensions / DataStructures / Simple3DCurve.h
index cbbef541993afd25201ae438748ac87910456e84..0641d43e8e0aaddc7aa742b51f77381ef8bd33e7 100644 (file)
@@ -23,9 +23,10 @@ namespace cpExtensions
       typedef itk::SmartPointer< Self >       Pointer;
       typedef itk::SmartPointer< const Self > ConstPointer;
 
-      typedef itk::Matrix< _TScalar, 3, 3 > TMatrix;
-      typedef itk::Point< _TScalar, 3 >     TPoint;
-      typedef typename TPoint::VectorType   TVector;
+      typedef _TScalar TScalar;
+      typedef itk::Matrix< TScalar, 3, 3 > TMatrix;
+      typedef itk::Point< TScalar, 3 >     TPoint;
+      typedef typename TPoint::VectorType  TVector;
 
     public:
       itkNewMacro( Self );