FUNCTION< _DIM1, _DIM2, T > Class Template Reference

Virtual class representing function. More...

#include <funct.h>

List of all members.

Public Member Functions

virtual Coords< _DIM2,
interval< T > > 
operator() (const Coords< _DIM1, T > &x) const =0
virtual Coords< _DIM2,
interval< T > > 
operator() (const Coords< _DIM1, interval< T > > &x) const =0


Detailed Description

template<int _DIM1, int _DIM2, class T>
class FUNCTION< _DIM1, _DIM2, T >

Virtual class representing function.

It takes values as Coords<_DIM1, T> or Coords<_DIM1, interval<T> > It always returns values as Coords<_DIM2, interval<T> >


Member Function Documentation

template<int _DIM1, int _DIM2, class T>
virtual Coords<_DIM2, interval<T> > FUNCTION< _DIM1, _DIM2, T >::operator() ( const Coords< _DIM1, T > &  x  )  const [pure virtual]

template<int _DIM1, int _DIM2, class T>
virtual Coords<_DIM2, interval<T> > FUNCTION< _DIM1, _DIM2, T >::operator() ( const Coords< _DIM1, interval< T > > &  x  )  const [pure virtual]


The documentation for this class was generated from the following file:

Generated on Sat May 24 19:47:31 2008 for Semi-hyperbolicity by  doxygen 1.5.5