FreePOOMA  2.4.1
Public Types
NewEngine< Engine< Dim, T, StencilEngine< S, E > >, Interval< Dim > > Struct Template Reference

Specializations of NewEngine for subsetting a StencilEngine with an arbitrary domain. More...

#include <Stencil.h>

List of all members.

Public Types

typedef Engine< Dim, T,
StencilEngine< S, E > > 
Type_t

Detailed Description

template<int Dim, class T, class S, class E>
struct NewEngine< Engine< Dim, T, StencilEngine< S, E > >, Interval< Dim > >

Specializations of NewEngine for subsetting a StencilEngine with an arbitrary domain.

This just says that the subsetting operation is passed on to the expression we're applying the stencil to.


Member Typedef Documentation

template<int Dim, class T , class S , class E >
typedef Engine<Dim, T, StencilEngine<S, E> > NewEngine< Engine< Dim, T, StencilEngine< S, E > >, Interval< Dim > >::Type_t

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