FreePOOMA  2.4.1
Public Types | Static Public Member Functions
NewDomain1< T1 > Struct Template Reference

#include <NewDomain.h>

List of all members.

Public Types

enum  { DX1 = DomainTraits<T1>::sliceDimensions }
typedef DomainTraits< T1 >
::Domain_t 
Type_t
typedef DomainTraits< T1 >
::NewDomain1_t 
SliceType_t

Static Public Member Functions

static Type_t combine (const T1 &a)
template<class RT >
static RT & fill (RT &retval, const T1 &a)
template<class UT >
static SliceType_t combineSlice (const UT &u, const T1 &a)
template<class RT , class UT >
static RT & fillSlice (RT &retval, const UT &u, const T1 &a)

template<class T1>
struct NewDomain1< T1 >


Member Typedef Documentation

template<class T1>
typedef DomainTraits<T1>::Domain_t NewDomain1< T1 >::Type_t
template<class T1>
typedef DomainTraits<T1>::NewDomain1_t NewDomain1< T1 >::SliceType_t

Member Enumeration Documentation

template<class T1>
anonymous enum
Enumerator:
DX1 

Member Function Documentation

template<class T1>
static Type_t NewDomain1< T1 >::combine ( const T1 &  a) [inline, static]
template<class T1>
template<class RT >
static RT& NewDomain1< T1 >::fill ( RT &  retval,
const T1 &  a 
) [inline, static]
template<class T1>
template<class UT >
static SliceType_t NewDomain1< T1 >::combineSlice ( const UT &  u,
const T1 &  a 
) [inline, static]
template<class T1>
template<class RT , class UT >
static RT& NewDomain1< T1 >::fillSlice ( RT &  retval,
const UT &  u,
const T1 &  a 
) [inline, static]

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