#include <SegmentationTools.h>
Collaboration diagram for slist< T >:

Public Member Functions | |
| T * | front () |
| T * | back () |
| void | setLast (T *l) |
| void | cutFront () |
| slist () | |
| ~slist () | |
| void | push_front (T *lp) |
| void | push_back (slist< T > &lst) |
| unsigned | getSize () const |
| bool | empty () |
| void | incSize (unsigned int n) |
| void | clear () |
| T * | pop_front () |
| void | insert (T *pos, T *i) |
| void | erase (T *e) |
Private Attributes | |
| unsigned int | size |
| T * | first |
| T * | last |
|
|||||||||
|
Definition at line 229 of file SegmentationTools.h. |
|
|||||||||
|
Definition at line 230 of file SegmentationTools.h. |
|
|||||||||
|
Definition at line 223 of file SegmentationTools.h. Referenced by createLinearSegment(), DoubleScanLinesNumber(), and slist< T >::push_back(). |
|
|||||||||
|
Definition at line 224 of file SegmentationTools.h. Referenced by slist< T >::push_back(). |
|
||||||||||
|
Definition at line 225 of file SegmentationTools.h. |
|
|||||||||
|
Definition at line 227 of file SegmentationTools.h. Referenced by slist< T >::push_back(). |
|
||||||||||
|
Definition at line 232 of file SegmentationTools.h. |
|
||||||||||
|
Definition at line 241 of file SegmentationTools.h. References slist< T >::back(), slist< T >::cutFront(), slist< T >::front(), and slist< T >::getSize(). |
Here is the call graph for this function:

|
|||||||||
|
Definition at line 253 of file SegmentationTools.h. Referenced by createLinearSegment(), DoubleScanLinesNumber(), and slist< T >::push_back(). |
|
|||||||||
|
Definition at line 254 of file SegmentationTools.h. |
|
||||||||||
|
Definition at line 255 of file SegmentationTools.h. Referenced by DoubleScanLinesNumber(). |
|
|||||||||
|
Definition at line 257 of file SegmentationTools.h. |
|
|||||||||
|
Definition at line 271 of file SegmentationTools.h. |
|
||||||||||||||||
|
Definition at line 282 of file SegmentationTools.h. Referenced by DoubleScanLinesNumber(). |
|
||||||||||
|
Definition at line 298 of file SegmentationTools.h. References e. |
|
|||||
|
Definition at line 175 of file SegmentationTools.h. |
|
|||||
|
Definition at line 176 of file SegmentationTools.h. |
|
|||||
|
Definition at line 176 of file SegmentationTools.h. |
1.3.6