#include "Domain/DomainTraits.h"
#include "Domain/Interval.h"
Classes | |
struct | DomainTraits< SliceInterval< TotalDim, SliceDim > > |
DomainTraits<SliceInterval<Dim,SliceDim>> stores the characteristics and much of the implementation details for SliceInterval domain objects. More... |
It defines the general behavior of SliceInterval, including its typedef and static data characteristics, how to store data for a SliceInterval, etc. It is used by the SliceDomain base class of SliceInterval to implement most of the public interface.