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

View1<Field, int> specialization for indexing a field with an int. 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)
static ReadType_t makeRead (const Subject_t &f, int s1)

Detailed Description

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

View1<Field, int> specialization for indexing a field with an int.


Member Typedef Documentation

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

Member Function Documentation

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

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