FreePOOMA
2.4.1
|
Index-function-engine objects provide a way to make a function of indices work like an array. More...
#include "Domain/Interval.h"
#include "Domain/Range.h"
#include "Domain/SliceDomain.h"
#include "Engine/Engine.h"
#include "Engine/ViewEngine.h"
#include "Layout/INode.h"
#include "Layout/DomainLayout.h"
#include "PETE/PETE.h"
#include "Utilities/ViewIndexer.h"
Classes | |
struct | IndexFunction< Functor > |
IndexFunction is just a tag class for the index-function-engine engine, which makes a function of indices look like an array. More... | |
struct | IndexFunctionView< Dim, Functor > |
IndexFunctionView is the view analog of IndexFunction. More... | |
class | Engine< Dim, T, IndexFunction< Functor > > |
Engine<Dim, T, IndexFunction<Functor> > is a specialization of Engine for IndexFunction. More... | |
struct | NewEngine< Engine< Dim, T, IndexFunction< Functor > >, Interval< Dim > > |
NewEngine<Engine,SubDomain> More... | |
struct | NewEngine< Engine< Dim, T, IndexFunction< Functor > >, Range< Dim > > |
struct | NewEngine< Engine< Dim, T, IndexFunction< Functor > >, SliceInterval< Dim, SliceDim > > |
struct | NewEngine< Engine< Dim, T, IndexFunction< Functor > >, SliceRange< Dim, SliceDim > > |
struct | NewEngine< Engine< Dim, T, IndexFunction< Functor > >, Node< Domain > > |
struct | NewEngine< Engine< Dim, T, IndexFunction< Functor > >, INode< Dim > > |
Index-function-engine objects provide a way to make a function of indices work like an array.