20#ifndef HURRICANE_CELLS
21#define HURRICANE_CELLS
23#include "hurricane/Collection.h"
59#define for_each_cell(cell, cells)\
62 CellLocator _locator = cells.getLocator();\
63 while (_locator.isValid()) {\
64 Cell* cell = _locator.getElement();\
The model (API).
Definition Cell.h:64
Generic Collection auto-pointer.
Definition Collection.h:235
Generic Filter auto-pointer.
Definition Filter.h:86
Generic Locator auto-pointer.
Definition Locator.h:113
Contains Almost Everything.
Definition BasicLayer.h:39
GenericLocator< Cell * > CellLocator
Definition Cells.h:43
GenericCollection< Cell * > Cells
Definition Cells.h:35
GenericFilter< Cell * > CellFilter
Definition Cells.h:51