20#ifndef HURRICANE_BOXES
21#define HURRICANE_BOXES
23#include "hurricane/Collection.h"
24#include "hurricane/Box.h"
34typedef GenericCollection<Box> Boxes;
42typedef GenericLocator<Box> BoxLocator;
50typedef GenericFilter<Box> BoxFilter;
58#define for_each_box(box, boxes)\
61 BoxLocator _locator = boxes.getLocator();\
62 while (_locator.isValid()) {\
63 Box box = _locator.getElement();\
Contains Almost Everything.
Definition BasicLayer.h:39