FreePOOMA  2.4.1
Classes
ViewIndexer.h File Reference

ViewIndexer translates a set of "local" indices for a view of some domain into the "base" coordinates of the domain that ultimately spawned the view. More...

#include "Domain/Interval.h"
#include "Domain/Loc.h"
#include "Domain/Range.h"
#include "Domain/SliceDomain.h"
Include dependency graph for ViewIndexer.h:
This graph shows which files directly or indirectly include this file:

Classes

class  ViewIndexer< Dim, Dim2 >
 ViewIndexer translates indices in a Dim-dimensional domain back to the corresponding indices in the original Dim2-dimensional domain, taking into account things like slices. More...
class  ViewIndexer< Dim, Dim >
 This is an extra-special version of View indexer that optimizes indexing for the case where we have not taken a slice. More...

Detailed Description

ViewIndexer translates a set of "local" indices for a view of some domain into the "base" coordinates of the domain that ultimately spawned the view.