FreePOOMA  2.4.1
Classes
DomainTraits.SliceRange.h File Reference

DomainTraits<SliceRange<Dim,SliceDim>> is a specialization of the general DomainTraits class, for the case of SliceRange domain objects. More...

#include "Domain/DomainTraits.h"
#include "Domain/Range.h"
Include dependency graph for DomainTraits.SliceRange.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  DomainTraits< SliceRange< TotalDim, SliceDim > >
 DomainTraits<SliceRange<Dim,SliceDim>> stores the characteristics and much of the implementation details for SliceRange domain objects. More...

Detailed Description

DomainTraits<SliceRange<Dim,SliceDim>> is a specialization of the general DomainTraits class, for the case of SliceRange domain objects.

It defines the general behavior of SliceRange, including its typedef and static data characteristics, how to store data for a SliceRange, etc. It is used by the SliceDomain base class of SliceRange to implement most of the public interface.