CAPD::DynSys Library  6.0.0
TripleSet.h File Reference
#include <vector>
#include "capd/intervals/lib.h"
#include "capd/vectalg/Vector.hpp"
#include "capd/vectalg/Matrix.hpp"
#include "capd/covrel/HSet.h"

Classes

class  capd::covrel::TripleSet
 TripleSet - a planar h-set with one unstable direction Authors: Implementation of derived classes and functions: Jaroslaw Dulak and Daniel Wilczak. More...
 

Namespaces

 capd
 
 capd::covrel
 Covering relations, H-sets, cones conditions.
 

Functions

template<typename IVector >
bool capd::covrel::InSide (const TripleSet &S, const IVector &IV, typename IVector::size_type d1, typename IVector::size_type d2)
 
bool capd::covrel::InSide (const TripleSet &S, const TripleSet::IntervalVector &v)
 
template<typename IVector >
bool capd::covrel::OutSide (const TripleSet &S, const IVector &IV, typename IVector::size_type d1, typename IVector::size_type d2)
 
bool capd::covrel::OutSide (const TripleSet &S, const TripleSet::IntervalVector &v)
 
template<typename IVector >
bool capd::covrel::Across (const TripleSet &S, const IVector &IV, typename IVector::size_type d1, typename IVector::size_type d2)
 
bool capd::covrel::Across (const TripleSet &S, const TripleSet::IntervalVector &v)
 
template<typename IVector >
bool capd::covrel::MapAway (const TripleSet &S, const IVector &IV, typename IVector::size_type d1, typename IVector::size_type d2)
 
bool capd::covrel::MapAway (const TripleSet &S, const TripleSet::IntervalVector &v)
 
template<typename IVector >
bool capd::covrel::LeftSide (const TripleSet &S, const IVector &IV, typename IVector::size_type d1, typename IVector::size_type d2)
 
bool capd::covrel::LeftSide (const TripleSet &S, const TripleSet::IntervalVector &v)
 
template<typename IVector >
bool capd::covrel::RightSide (const TripleSet &S, const IVector &IV, typename IVector::size_type d1, typename IVector::size_type d2)
 
bool capd::covrel::RightSide (const TripleSet &S, const TripleSet::IntervalVector &v)
 

Detailed Description

Author
Jaroslaw Dulak, Daniel Wilczak