29#ifndef __IPOL_CONSTANT_HPP
30#define __IPOL_CONSTANT_HPP "Created 11.06.2004 22:28:21 by bzfbenge"
50 template <
class Storage1D,
class Limiter>
56 if (t<0 )
return Data[0];
64 template <
class Storage1D>
valarray< size_t > size() const
An iterator with an optional DataCreator, which is just a class to intercept creation of data along a...
Definition CreativeIterator.hpp:34
Nearest-Neighbor interpolation, just fast and wrong.
Definition NearestNeighborIpol.hpp:46
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