6#ifndef __IPOL_INTERPOLATION_TRAIT_HPP
7#define __IPOL_INTERPOLATION_TRAIT_HPP "Created 11.06.2004 22:28:21 by bzfbenge"
41static const Type&limit(
const Type&T)
62static index_t
right(index_t i, index_t
size)
75static index_t
left(index_t i, index_t
size)
82static index_t
right(index_t i, index_t
size)
91class ReflectedBoundary
94static index_t
left(index_t i, index_t
size)
99 if (i<0)
return size+i;
103static index_t
right(index_t i, index_t
size)
valarray< size_t > size() const
ios_base & left(ios_base &__base)
ios_base & right(ios_base &__base)
An iterator with an optional DataCreator, which is just a class to intercept creation of data along a...
Definition CreativeIterator.hpp:34
Definition IpolDelimiter.hpp:38
Given a fragmented field of curvilinear coordinates, (3D array of coordinates), build a uniform Grid ...
Definition FAQ.dox:2
IndexTypeConfig< sizeof(void *)>::index_t index_t
Define the index type as according to the size of a pointer, i.e.
Definition Index.hpp:22