itk::GetVectorDimension< TVector > Struct Template Reference
#include <itkFixedArray.h>
List of all members.
Detailed Description
template<typename TVector>
struct itk::GetVectorDimension< TVector >
Due to a bug in MSVC, an enum value cannot be accessed out of a template parameter until the template class opens. In order for templated classes to access the dimension of a vector template parameter in defining their own dimension, this class is needed as a work-around.
Definition at line 37 of file itkFixedArray.h.
|
Public Member Functions |
| itkStaticConstMacro (VectorDimension, unsigned int, TVector::Dimension) |
Member Function Documentation
template<typename TVector>
The documentation for this struct was generated from the following file: