CAPD::DynSys Library
6.0.0
|
This class is used to store a grid of a sets in the form center[i] + M * r. More...
#include <capd/covrel/GridSets.h>
Public Types | |
typedef SetT | SetType |
typedef SetType::MatrixType | MatrixType |
typedef MatrixType::RowVectorType | VectorType |
typedef MatrixType::ScalarType | ScalarType |
typedef std::deque< SetType > | SetContainer |
typedef SetContainer::iterator | iterator |
typedef SetContainer::const_iterator | const_iterator |
Public Member Functions | |
GridSets (const GridSet< MatrixType > &grid) | |
virtual void | move (capd::dynsys::DynSys< MatrixType > &dynsys) |
iterators through the sets | |
iterator | begin () |
iterator | end () |
const_iterator | begin () const |
const_iterator | end () const |
Protected Attributes | |
SetContainer | m_sets |
This class is used to store a grid of a sets in the form center[i] + M * r.
typedef SetContainer::const_iterator capd::covrel::GridSets< SetT >::const_iterator |
typedef SetContainer::iterator capd::covrel::GridSets< SetT >::iterator |
typedef SetType::MatrixType capd::covrel::GridSets< SetT >::MatrixType |
typedef MatrixType::ScalarType capd::covrel::GridSets< SetT >::ScalarType |
typedef std::deque<SetType> capd::covrel::GridSets< SetT >::SetContainer |
typedef SetT capd::covrel::GridSets< SetT >::SetType |
typedef MatrixType::RowVectorType capd::covrel::GridSets< SetT >::VectorType |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
|
protected |