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

Public Member Functions | |
| T * | front () const |
| T * | back () const |
| void | setLast (T *l) |
| void | cutFront () |
| slist () | |
| void | push_front (T *lp) |
| void | push_back (const T *lp) |
| void | push_back (slist< T > &lst) |
| unsigned | getSize () const |
| bool | empty () |
| 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 112 of file SegmentationTools.h.
|
|||||||||
|
Definition at line 167 of file SegmentationTools.h. |
|
|||||||||
|
Definition at line 161 of file SegmentationTools.h. Referenced by RFieldSpecialist::analyzeLines(), RFieldSpecialist::checkRamp(), createLinearSegment(), RFieldSpecialist::executePostProcessing(), RFieldSpecialist::fusionLines(), RFieldSpecialist::makeLines(), and slist< figure >::push_back(). |
|
|||||||||
|
Definition at line 162 of file SegmentationTools.h. Referenced by slist< figure >::push_back(). |
|
||||||||||
|
Definition at line 163 of file SegmentationTools.h. Referenced by createLinearSegment(). |
|
|||||||||
|
Definition at line 165 of file SegmentationTools.h. Referenced by slist< figure >::push_back(). |
|
||||||||||
|
Definition at line 169 of file SegmentationTools.h. Referenced by RFieldSpecialist::invokeOnPreScan(), and RFieldSpecialist::makeLines(). |
|
||||||||||
|
Definition at line 178 of file SegmentationTools.h. |
|
||||||||||
|
Definition at line 185 of file SegmentationTools.h. |
|
|||||||||
|
Definition at line 197 of file SegmentationTools.h. Referenced by createLinearSegment(), RFieldSpecialist::executePostProcessing(), RFieldSpecialist::makeLines(), and slist< figure >::push_back(). |
|
|||||||||
|
Definition at line 198 of file SegmentationTools.h. |
|
|||||||||
|
Definition at line 200 of file SegmentationTools.h. Referenced by RFieldSpecialist::executePostProcessing(), and RFieldSpecialist::init(). |
|
|||||||||
|
Definition at line 210 of file SegmentationTools.h. |
|
||||||||||||||||
|
Definition at line 220 of file SegmentationTools.h. |
|
||||||||||
|
Definition at line 236 of file SegmentationTools.h. Referenced by RFieldSpecialist::fusionLines(). |
|
|||||
|
Definition at line 115 of file SegmentationTools.h. |
|
|||||
|
Definition at line 116 of file SegmentationTools.h. |
|
|||||
|
Definition at line 116 of file SegmentationTools.h. |
1.3.6