STK++ 0.9.13
STK::hidden::Traits< SArray2DPoint< Type_ > > Struct Template Reference

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 constTypeConst
 
typedef SArray1D< Type, UnknownSize, UnknownSizeColVector
 

Detailed Description

template<class Type_>
struct STK::hidden::Traits< SArray2DPoint< Type_ > >

Specialization of the Traits class for SArray2DPoint class.

Definition at line 65 of file STK_SArray2DPoint.h.

Member Typedef Documentation

◆ Col

template<class Type_ >
typedef SArray2DVector<Type_> STK::hidden::Traits< SArray2DPoint< Type_ > >::Col

Definition at line 68 of file STK_SArray2DPoint.h.

◆ ColVector

template<class Type_ >
typedef SArray1D<Type, UnknownSize, UnknownSize> STK::hidden::Traits< SArray2DPoint< Type_ > >::ColVector

Definition at line 86 of file STK_SArray2DPoint.h.

◆ Row

template<class Type_ >
typedef SArray2DPoint<Type_> STK::hidden::Traits< SArray2DPoint< Type_ > >::Row

Definition at line 67 of file STK_SArray2DPoint.h.

◆ SubArray

template<class Type_ >
typedef SArray2DPoint<Type_> STK::hidden::Traits< SArray2DPoint< Type_ > >::SubArray

Definition at line 71 of file STK_SArray2DPoint.h.

◆ SubCol

template<class Type_ >
typedef SArray2DVector<Type_> STK::hidden::Traits< SArray2DPoint< Type_ > >::SubCol

Definition at line 70 of file STK_SArray2DPoint.h.

◆ SubRow

template<class Type_ >
typedef SArray2DPoint<Type_> STK::hidden::Traits< SArray2DPoint< Type_ > >::SubRow

Definition at line 69 of file STK_SArray2DPoint.h.

◆ SubVector

template<class Type_ >
typedef SArray2DPoint<Type_> STK::hidden::Traits< SArray2DPoint< Type_ > >::SubVector

Definition at line 72 of file STK_SArray2DPoint.h.

◆ Type

template<class Type_ >
typedef Type_ STK::hidden::Traits< SArray2DPoint< Type_ > >::Type

Definition at line 74 of file STK_SArray2DPoint.h.

◆ TypeConst

template<class Type_ >
typedef RemoveConst<Type>::Type const& STK::hidden::Traits< SArray2DPoint< Type_ > >::TypeConst

Definition at line 75 of file STK_SArray2DPoint.h.

Member Enumeration Documentation

◆ anonymous enum

template<class Type_ >
anonymous enum
Enumerator
structure_ 
orient_ 
sizeRows_ 
sizeCols_ 
size_ 
storage_ 

Definition at line 77 of file STK_SArray2DPoint.h.


The documentation for this struct was generated from the following file: