LiTe
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | List of all members
LineTes::Seg_list Class Reference

List of Seg objects. More...

#include <ttessel.h>

Inheritance diagram for LineTes::Seg_list:

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...
 

Detailed Description

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.

Member Function Documentation

bool LineTes::Seg_list::suppress ( Seg_handle  s)
inline

Delete a Seg object and remove it from the segment list.

Parameters
s: handle of the segment to be suppressed.

Yield a warning and return false if the input segment is not found in the list.


The documentation for this class was generated from the following file: