Skip to content
Snippets Groups Projects
Commit 4c775139 authored by Julien Malik's avatar Julien Malik
Browse files

ENH: use InternalPixelType as precision type (instead of double)

parent 9e152f69
Branches
Tags
No related merge requests found
......@@ -81,7 +81,8 @@ public:
itkStaticConstMacro(ImageDimension, unsigned int, TInputImage::ImageDimension);
/** Type to use for computations. */
typedef typename itk::NumericTraits<InternalPixelType>::RealType RealType;
//typedef typename itk::NumericTraits<InternalPixelType>::RealType RealType;
typedef InternalPixelType RealType;
typedef itk::VariableLengthVector<RealType> RealPixelType;
/** Smart Pointer type to a DataObject. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment