X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpExtensions%2FDataStructures%2FSimple3DCurve.h;h=0641d43e8e0aaddc7aa742b51f77381ef8bd33e7;hb=9d315ac836e5fe246a8c987681085ee19898affc;hp=cbbef541993afd25201ae438748ac87910456e84;hpb=0ddc14324268de8d6af08eaa89163a60ce1d16ce;p=cpPlugins.git diff --git a/lib/cpExtensions/DataStructures/Simple3DCurve.h b/lib/cpExtensions/DataStructures/Simple3DCurve.h index cbbef54..0641d43 100644 --- a/lib/cpExtensions/DataStructures/Simple3DCurve.h +++ b/lib/cpExtensions/DataStructures/Simple3DCurve.h @@ -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 );