MDSTk Libraries
1.1.0
Medical Data Segmentation Toolkit
|
Helper structure used to create vector from fundamental types. More...
#include <mdsConversion.h>
Public Types | |
enum | { isFundamental = mds::CTypeTraits<T>::isFundamental } |
True if type T is fundamental. More... | |
typedef SSelect< isFundamental, CStaticVector< T, 1 >, T > ::RESULT | tResult |
Result of the operation. | |
typedef SSelect< isFundamental, SFundamentalType, SVectorType > ::RESULT | tType |
Type of the operation. |
Helper structure used to create vector from fundamental types.
typedef SSelect<isFundamental, CStaticVector<T,1>, T>::RESULT mds::math::SMakeVector< T >::tResult |
Result of the operation.
typedef SSelect<isFundamental, SFundamentalType, SVectorType>::RESULT mds::math::SMakeVector< T >::tType |
Type of the operation.