ITK
5.0.0
Insight Segmentation and Registration Toolkit
|
#include <itkNumericTraitsStdVector.h>
Define numeric traits for std::vector.
T | Component type of std::vector |
We provide here a generic implementation based on creating types of std::vector whose components are the types of the NumericTraits from the original std::vector components. This implementation require support for partial specializations, since it is based on the concept that: NumericTraits<std::vector< T > > is defined piecewise by std::vector< NumericTraits< T > >