Sublist of Seg objects. More...
#include <ttessel.h>
Public Member Functions | |
void | add (Seg_handle s) |
Add a segment at the end of the segment list. | |
bool | suppress (Seg_handle s) |
Remove a segment from the segment list. More... | |
Sublist of Seg objects.
To be used for storing e.g. a sublist of segments of a given type.
|
inline |
Remove a segment from the segment list.
s | : handle of the segment to be suppressed. |
Yield a warning and return false if the input segment is not found in the list.