20#ifndef HURRICANE_SEGMENTS
21#define HURRICANE_SEGMENTS
23#include "hurricane/Collection.h"
59#define for_each_segment(segment, segments)\
62 SegmentLocator _locator = segments.getLocator();\
63 while (_locator.isValid()) {\
64 Segment* segment = _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
Segment description (API).
Definition Segment.h:33
Contains Almost Everything.
Definition BasicLayer.h:39
GenericLocator< Segment * > SegmentLocator
Definition Segments.h:43
GenericFilter< Segment * > SegmentFilter
Definition Segments.h:51
GenericCollection< Segment * > Segments
Definition Segments.h:35