FreePOOMA
2.4.1
|
#include <NewDomain.h>
Public Types | |
enum | { S2 = DomainTraits<T1>::dimensions } |
enum | { S3 = S2 + DomainTraits<T2>::dimensions } |
enum | { S4 = S3 + DomainTraits<T3>::dimensions } |
enum | { DX1 = DomainTraits<T1>::sliceDimensions } |
enum | { DX2 = DomainTraits<T2>::sliceDimensions } |
enum | { DX3 = DomainTraits<T3>::sliceDimensions } |
enum | { DX4 = DomainTraits<T4>::sliceDimensions } |
typedef NewDomainNBase < NewDomain3< T1, T2, T3 >, T4 > ::Type_t | Type_t |
typedef NewDomainNBase < NewDomain3< T1, T2, T3 >, T4 > ::SliceType_t | SliceType_t |
Static Public Member Functions | |
static Type_t | combine (const T1 &a, const T2 &b, const T3 &c, const T4 &d) |
template<class RT > | |
static RT & | fill (RT &retval, const T1 &a, const T2 &b, const T3 &c, const T4 &d) |
template<class UT > | |
static SliceType_t | combineSlice (const UT &u, const T1 &a, const T2 &b, const T3 &c, const T4 &d) |
template<class RT , class UT > | |
static RT & | fillSlice (RT &retval, const UT &u, const T1 &a, const T2 &b, const T3 &c, const T4 &d) |
typedef NewDomainNBase<NewDomain3<T1,T2,T3>, T4>::Type_t NewDomain4< T1, T2, T3, T4 >::Type_t |
Reimplemented from NewDomainNBase< NewDomain3< T1, T2, T3 >, T4 >.
typedef NewDomainNBase<NewDomain3<T1,T2,T3>, T4>::SliceType_t NewDomain4< T1, T2, T3, T4 >::SliceType_t |
Reimplemented from NewDomainNBase< NewDomain3< T1, T2, T3 >, T4 >.
static Type_t NewDomain4< T1, T2, T3, T4 >::combine | ( | const T1 & | a, |
const T2 & | b, | ||
const T3 & | c, | ||
const T4 & | d | ||
) | [inline, static] |
References NewDomain4< T1, T2, T3, T4 >::fill().
Referenced by NewDomain4< T1, T2, T3, T4 >::fill(), and NewDomain4< T1, T2, T3, T4 >::fillSlice().
static RT& NewDomain4< T1, T2, T3, T4 >::fill | ( | RT & | retval, |
const T1 & | a, | ||
const T2 & | b, | ||
const T3 & | c, | ||
const T4 & | d | ||
) | [inline, static] |
References NewDomain4< T1, T2, T3, T4 >::combine().
Referenced by NewDomain4< T1, T2, T3, T4 >::combine().
static SliceType_t NewDomain4< T1, T2, T3, T4 >::combineSlice | ( | const UT & | u, |
const T1 & | a, | ||
const T2 & | b, | ||
const T3 & | c, | ||
const T4 & | d | ||
) | [inline, static] |
References NewDomain4< T1, T2, T3, T4 >::fillSlice().
static RT& NewDomain4< T1, T2, T3, T4 >::fillSlice | ( | RT & | retval, |
const UT & | u, | ||
const T1 & | a, | ||
const T2 & | b, | ||
const T3 & | c, | ||
const T4 & | d | ||
) | [inline, static] |
References NewDomain4< T1, T2, T3, T4 >::combine().
Referenced by NewDomain4< T1, T2, T3, T4 >::combineSlice().