CAPD DynSys Library 5.2.0
capd::dynset::AbstractSet< VectorT > Class Template Referenceabstract

#include <capd/dynset/AbstractSet.h>

Public Types

typedef VectorT VectorType
 
typedef VectorType::ScalarType ScalarType
 

Public Member Functions

template<class Functional >
ScalarType evalAt (const Functional &f) const
 This method computes value of functor f at interval vector represented by this set. More...
 
virtual operator VectorType () const =0
 
virtual ~AbstractSet (void)
 destructor More...
 
virtual std::string show () const =0
 returns a set detailed information More...
 

Member Typedef Documentation

◆ ScalarType

template<typename VectorT >
typedef VectorType::ScalarType capd::dynset::AbstractSet< VectorT >::ScalarType

◆ VectorType

template<typename VectorT >
typedef VectorT capd::dynset::AbstractSet< VectorT >::VectorType

Constructor & Destructor Documentation

◆ ~AbstractSet()

template<typename VectorT >
virtual capd::dynset::AbstractSet< VectorT >::~AbstractSet ( void  )
inlinevirtual

destructor

Member Function Documentation

◆ evalAt()

template<typename VectorT >
template<class Functional >
ScalarType capd::dynset::AbstractSet< VectorT >::evalAt ( const Functional &  f) const
inline

This method computes value of functor f at interval vector represented by this set.

◆ operator VectorType()

◆ show()