|
SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
|

Public Member Functions | |
| VisitedMap (int width, int height) | |
| void | markVisited (PixelCoordinate pc) |
| bool | wasVisited (PixelCoordinate pc) const |
Private Attributes | |
| int | m_width |
| int | m_height |
| std::vector< bool > | m_visited |
Definition at line 44 of file BFSSegmentation.h.
Definition at line 46 of file BFSSegmentation.h.
|
inline |
Definition at line 48 of file BFSSegmentation.h.
|
inline |
Definition at line 52 of file BFSSegmentation.h.
|
private |
Definition at line 61 of file BFSSegmentation.h.
Referenced by wasVisited().
|
private |
Definition at line 62 of file BFSSegmentation.h.
Referenced by markVisited(), and wasVisited().
|
private |
Definition at line 61 of file BFSSegmentation.h.
Referenced by markVisited(), and wasVisited().