20#ifndef HURRICANE_BOXES
21#define HURRICANE_BOXES
23#include "hurricane/Collection.h"
24#include "hurricane/Box.h"
58#define for_each_box(box, boxes)\
61 BoxLocator _locator = boxes.getLocator();\
62 while (_locator.isValid()) {\
63 Box box = _locator.getElement();\
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