FreePOOMA  2.4.1
Public Types | Static Public Member Functions
View3< Field< Mesh, T, EngineTag >, Sub1, Sub2, Sub3 > Struct Template Reference

View3<Field, S1, S2, S3> specialization for indexing a field with three domains. More...

#include <Field.h>

List of all members.

Public Types

enum  { sv = DomainTraits<SDomain_t>::singleValued }
typedef Field< Mesh, T, EngineTag > Subject_t
typedef Subject_t::Domain_t Domain_t
typedef NewDomain3< Sub1, Sub2,
Sub3 > 
NewDomain_t
typedef NewDomain_t::SliceType_t SDomain_t
typedef View1Implementation
< Subject_t, SDomain_t, sv
Dispatch_t
typedef CombineDomainOpt
< NewDomain_t, sv
Combine_t
typedef Dispatch_t::ReadType_t ReadType_t
typedef Dispatch_t::Type_t Type_t

Static Public Member Functions

static Type_t make (const Subject_t &f, const Sub1 &s1, const Sub2 &s2, const Sub3 &s3)
static ReadType_t makeRead (const Subject_t &f, const Sub1 &s1, const Sub2 &s2, const Sub3 &s3)

Detailed Description

template<class Mesh, class T, class EngineTag, class Sub1, class Sub2, class Sub3>
struct View3< Field< Mesh, T, EngineTag >, Sub1, Sub2, Sub3 >

View3<Field, S1, S2, S3> specialization for indexing a field with three domains.


Member Typedef Documentation

template<class Mesh , class T , class EngineTag , class Sub1 , class Sub2 , class Sub3 >
typedef Field<Mesh, T, EngineTag> View3< Field< Mesh, T, EngineTag >, Sub1, Sub2, Sub3 >::Subject_t
template<class Mesh , class T , class EngineTag , class Sub1 , class Sub2 , class Sub3 >
typedef Subject_t::Domain_t View3< Field< Mesh, T, EngineTag >, Sub1, Sub2, Sub3 >::Domain_t
template<class Mesh , class T , class EngineTag , class Sub1 , class Sub2 , class Sub3 >
typedef NewDomain3<Sub1, Sub2, Sub3> View3< Field< Mesh, T, EngineTag >, Sub1, Sub2, Sub3 >::NewDomain_t
template<class Mesh , class T , class EngineTag , class Sub1 , class Sub2 , class Sub3 >
typedef NewDomain_t::SliceType_t View3< Field< Mesh, T, EngineTag >, Sub1, Sub2, Sub3 >::SDomain_t
template<class Mesh , class T , class EngineTag , class Sub1 , class Sub2 , class Sub3 >
typedef View1Implementation<Subject_t, SDomain_t, sv> View3< Field< Mesh, T, EngineTag >, Sub1, Sub2, Sub3 >::Dispatch_t
template<class Mesh , class T , class EngineTag , class Sub1 , class Sub2 , class Sub3 >
typedef CombineDomainOpt<NewDomain_t, sv> View3< Field< Mesh, T, EngineTag >, Sub1, Sub2, Sub3 >::Combine_t
template<class Mesh , class T , class EngineTag , class Sub1 , class Sub2 , class Sub3 >
typedef Dispatch_t::ReadType_t View3< Field< Mesh, T, EngineTag >, Sub1, Sub2, Sub3 >::ReadType_t
template<class Mesh , class T , class EngineTag , class Sub1 , class Sub2 , class Sub3 >
typedef Dispatch_t::Type_t View3< Field< Mesh, T, EngineTag >, Sub1, Sub2, Sub3 >::Type_t

Member Enumeration Documentation

template<class Mesh , class T , class EngineTag , class Sub1 , class Sub2 , class Sub3 >
anonymous enum
Enumerator:
sv 

Member Function Documentation

template<class Mesh , class T , class EngineTag , class Sub1 , class Sub2 , class Sub3 >
static Type_t View3< Field< Mesh, T, EngineTag >, Sub1, Sub2, Sub3 >::make ( const Subject_t f,
const Sub1 &  s1,
const Sub2 &  s2,
const Sub3 &  s3 
) [inline, static]
template<class Mesh , class T , class EngineTag , class Sub1 , class Sub2 , class Sub3 >
static ReadType_t View3< Field< Mesh, T, EngineTag >, Sub1, Sub2, Sub3 >::makeRead ( const Subject_t f,
const Sub1 &  s1,
const Sub2 &  s2,
const Sub3 &  s3 
) [inline, static]

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