#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) |
| Delete a Seg object and remove it from the segment list. More... | |
List of Seg objects.
This class is intended mainly for representing all segments in a LineTes object. For representing only a subset of segments, use thee Seg_sublist class instead.
|
inline |
Delete a Seg object and remove it 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.
1.8.6