FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
Static Public Member Functions | List of all members
Fiber::LinearIpolZeroDerivativeTrait< T > Struct Template Reference

Helper class (type trait) for class LinerIpol, which for a given type T provides a static member function zero() returning the value for out-of-bound derivatives. More...

#include <LinearIpol.hpp>

Static Public Member Functions

staticzero ()
 

Detailed Description

template<class T>
struct Fiber::LinearIpolZeroDerivativeTrait< T >

Helper class (type trait) for class LinerIpol, which for a given type T provides a static member function zero() returning the value for out-of-bound derivatives.

These values should be zero, but could also through an exception, which is not recommended.