|
STK++ 0.9.13
|
Specialization of the Traits class for SArray2DPoint class. More...
#include <STK_SArray2DPoint.h>
Public Types | |
| enum | { structure_ = Arrays::point_ , orient_ = Arrays::by_col_ , sizeRows_ = 1 , sizeCols_ = UnknownSize , size_ = UnknownSize , storage_ = Arrays::sparse_ } |
| typedef SArray2DPoint< Type_ > | Row |
| typedef SArray2DVector< Type_ > | Col |
| typedef SArray2DPoint< Type_ > | SubRow |
| typedef SArray2DVector< Type_ > | SubCol |
| typedef SArray2DPoint< Type_ > | SubArray |
| typedef SArray2DPoint< Type_ > | SubVector |
| typedef Type_ | Type |
| typedef RemoveConst< Type >::Type const & | TypeConst |
| typedef SArray1D< Type, UnknownSize, UnknownSize > | ColVector |
Specialization of the Traits class for SArray2DPoint class.
Definition at line 65 of file STK_SArray2DPoint.h.
| typedef SArray2DVector<Type_> STK::hidden::Traits< SArray2DPoint< Type_ > >::Col |
Definition at line 68 of file STK_SArray2DPoint.h.
| typedef SArray1D<Type, UnknownSize, UnknownSize> STK::hidden::Traits< SArray2DPoint< Type_ > >::ColVector |
Definition at line 86 of file STK_SArray2DPoint.h.
| typedef SArray2DPoint<Type_> STK::hidden::Traits< SArray2DPoint< Type_ > >::Row |
Definition at line 67 of file STK_SArray2DPoint.h.
| typedef SArray2DPoint<Type_> STK::hidden::Traits< SArray2DPoint< Type_ > >::SubArray |
Definition at line 71 of file STK_SArray2DPoint.h.
| typedef SArray2DVector<Type_> STK::hidden::Traits< SArray2DPoint< Type_ > >::SubCol |
Definition at line 70 of file STK_SArray2DPoint.h.
| typedef SArray2DPoint<Type_> STK::hidden::Traits< SArray2DPoint< Type_ > >::SubRow |
Definition at line 69 of file STK_SArray2DPoint.h.
| typedef SArray2DPoint<Type_> STK::hidden::Traits< SArray2DPoint< Type_ > >::SubVector |
Definition at line 72 of file STK_SArray2DPoint.h.
| typedef Type_ STK::hidden::Traits< SArray2DPoint< Type_ > >::Type |
Definition at line 74 of file STK_SArray2DPoint.h.
| typedef RemoveConst<Type>::Type const& STK::hidden::Traits< SArray2DPoint< Type_ > >::TypeConst |
Definition at line 75 of file STK_SArray2DPoint.h.
| Enumerator | |
|---|---|
| structure_ | |
| orient_ | |
| sizeRows_ | |
| sizeCols_ | |
| size_ | |
| storage_ | |
Definition at line 77 of file STK_SArray2DPoint.h.