STK++ 0.9.13
|
Specialization of the Traits class for the Array2DVector class. More...
#include <STK_Array2DVector.h>
Public Types | |
enum | { structure_ = Arrays::vector_ , orient_ = Arrays::by_col_ , sizeCols_ = 1 , sizeRows_ = UnknownSize , size_ = UnknownSize , storage_ = Arrays::dense_ } |
typedef Array2DPoint< Type_ > | Row |
typedef Array2DVector< Type_ > | Col |
typedef Array2DPoint< Type_ > | SubRow |
typedef Array2DVector< Type_ > | SubCol |
typedef Array2DVector< Type_ > | SubArray |
typedef Array2DVector< Type_ > | SubVector |
typedef Type_ | Type |
typedef RemoveConst< Type >::Type const & | TypeConst |
typedef Array1D< Type, UnknownSize > | ColVector |
Specialization of the Traits class for the Array2DVector class.
Definition at line 69 of file STK_Array2DVector.h.
typedef Array2DVector<Type_> STK::hidden::Traits< Array2DVector< Type_ > >::Col |
Definition at line 72 of file STK_Array2DVector.h.
typedef Array1D<Type, UnknownSize> STK::hidden::Traits< Array2DVector< Type_ > >::ColVector |
Definition at line 90 of file STK_Array2DVector.h.
typedef Array2DPoint<Type_> STK::hidden::Traits< Array2DVector< Type_ > >::Row |
Definition at line 71 of file STK_Array2DVector.h.
typedef Array2DVector<Type_> STK::hidden::Traits< Array2DVector< Type_ > >::SubArray |
Definition at line 75 of file STK_Array2DVector.h.
typedef Array2DVector<Type_> STK::hidden::Traits< Array2DVector< Type_ > >::SubCol |
Definition at line 74 of file STK_Array2DVector.h.
typedef Array2DPoint<Type_> STK::hidden::Traits< Array2DVector< Type_ > >::SubRow |
Definition at line 73 of file STK_Array2DVector.h.
typedef Array2DVector<Type_> STK::hidden::Traits< Array2DVector< Type_ > >::SubVector |
Definition at line 76 of file STK_Array2DVector.h.
typedef Type_ STK::hidden::Traits< Array2DVector< Type_ > >::Type |
Definition at line 78 of file STK_Array2DVector.h.
typedef RemoveConst<Type>::Type const& STK::hidden::Traits< Array2DVector< Type_ > >::TypeConst |
Definition at line 79 of file STK_Array2DVector.h.
Enumerator | |
---|---|
structure_ | |
orient_ | |
sizeCols_ | |
sizeRows_ | |
size_ | |
storage_ |
Definition at line 81 of file STK_Array2DVector.h.