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

View3<Field, int, int, int> specialization for indexing a field with three integers. More...

#include <Field.h>

List of all members.

Public Types

typedef Field< Mesh, T, EngineTag > Subject_t
typedef Subject_t::Element_t ReadType_t
typedef Subject_t::ElementRef_t Type_t

Static Public Member Functions

static Type_t make (const Subject_t &f, int s1, int s2, int s3)
static ReadType_t makeRead (const Subject_t &f, int s1, int s2, int s3)

Detailed Description

template<class Mesh, class T, class EngineTag>
struct View3< Field< Mesh, T, EngineTag >, int, int, int >

View3<Field, int, int, int> specialization for indexing a field with three integers.


Member Typedef Documentation

template<class Mesh , class T , class EngineTag >
typedef Field<Mesh, T, EngineTag> View3< Field< Mesh, T, EngineTag >, int, int, int >::Subject_t
template<class Mesh , class T , class EngineTag >
typedef Subject_t::Element_t View3< Field< Mesh, T, EngineTag >, int, int, int >::ReadType_t
template<class Mesh , class T , class EngineTag >
typedef Subject_t::ElementRef_t View3< Field< Mesh, T, EngineTag >, int, int, int >::Type_t

Member Function Documentation

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

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