FreePOOMA
2.4.1
|
DomainChangeDim<T, int> is used to convert from a domain of one dimension to another dimension (the second template parameter). More...
#include <DomainTraits.Loc.h>
Public Types | |
enum | { oldDim = Dim1, newDim = Dim2 } |
typedef Loc< Dim1 > | OldType_t |
typedef Loc< Dim2 > | NewType_t |
DomainChangeDim<T, int> is used to convert from a domain of one dimension to another dimension (the second template parameter).
For Loc<Dim1>, it changes from Dim1 to Dim2.
typedef Loc<Dim1> DomainChangeDim< Loc< Dim1 >, Dim2 >::OldType_t |
typedef Loc<Dim2> DomainChangeDim< Loc< Dim1 >, Dim2 >::NewType_t |