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