#include "TePDIAlgorithm.hpp"
#include "../kernel/TeSharedPtr.h"
#include <map>
Go to the source code of this file.
Data Structures | |
| class | CellStack |
| class | CloserCells |
| class | TePDIRegGrowSeg |
| class | TePDIRGSCell |
Defines | |
| #define | MAXCLOSECELLS 5 |
| #define | SQR_NC 65025 |
| #define | STATDEAD (char)2 |
| #define | TAMJAN 128 |
Typedefs | |
| typedef map< long, TePDIRGSCell * > | TePDIRGSCellList |
| Cell list type definition. | |
| #define MAXCLOSECELLS 5 |
Definition at line 34 of file TePDIRegGrowSeg.hpp.
Referenced by CloserCells::Adjust(), CloserCells::CloserCells(), CloserCells::Insert(), CloserCells::Minimum(), TePDIRGSCell::Print(), CloserCells::Reset(), and CloserCells::Update().
| #define SQR_NC 65025 |
Definition at line 35 of file TePDIRegGrowSeg.hpp.
| #define STATDEAD (char)2 |
Definition at line 37 of file TePDIRegGrowSeg.hpp.
Referenced by TePDIRGSCell::Dead(), and TePDIRGSCell::Kill().
| #define TAMJAN 128 |
Definition at line 36 of file TePDIRegGrowSeg.hpp.
Referenced by TePDIRegGrowSeg::InitWindow(), and TePDIRegGrowSeg::RunImplementation().
| map< long, TePDIRGSCell * > TePDIRGSCellList |
Definition at line 50 of file TePDIRegGrowSeg.hpp.
1.5.3