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.Grid.h>
Public Types | |
enum | { oldDim = Dim1, newDim = Dim2 } |
typedef Grid< Dim1 > | OldType_t |
typedef Grid< Dim2 > | NewType_t |
DomainChangeDim<T, int> is used to convert from a domain of one dimension to another dimension (the second template parameter).
For Grid<Dim1>, it changes from Dim1 to Dim2.
typedef Grid<Dim1> DomainChangeDim< Grid< Dim1 >, Dim2 >::OldType_t |
typedef Grid<Dim2> DomainChangeDim< Grid< Dim1 >, Dim2 >::NewType_t |