CAPD DynSys Library  5.2.0
ReorganizedSet

ReorganizedSet is a template that connects a dynamical set and its reorganization (these are template parameters).

ReorganizedSet after each set's move calls reorganizeIfNeeded(set).

typedef capd::dynset::C0Rect2Set<IMatrix> C0Rect2Set;
typedef capd::dynset::ReorganizedSet< C0Rect2Set, C0Rect2Reorganization<C0Rect2Set> > C0Rect2ReorganizedSet;

in this case because C0Rect2Reorganization is the default reorganization for the C0Rect2Set it can be omitted:

typedef capd::dynset::ReorganizedSet< C0Rect2Set> C0Rect2ReorganizedSet;
capd::C0Rect2Set
capd::dynset::C0DoubletonSet< capd::IMatrix, C0Rect2Policies > C0Rect2Set
Definition: typedefs.h:46