bioprocessing
5.1.2
|
Streams represent a descent path in a graph. More...
#include <bioprocessing/watershed/coustystream.h>
Public Types | |
typedef V | Vertex |
Public Member Functions | |
CoustyStream () | |
CoustyStream (Vertex x) | |
~CoustyStream () | |
void | reset (Vertex x) |
Protected Types | |
typedef std::set< V > | Base |
Streams represent a descent path in a graph.
They are used in Cousty's watershed to follow a drop of water. They are nothing more than a set of vertices. I think there is a better implementation possible (Cousrty et al recommand the use of stacks).
Definition at line 30 of file coustystream.h.
|
protected |
Definition at line 34 of file coustystream.h.
typedef V bio::CoustyStream< V >::Vertex |
Definition at line 36 of file coustystream.h.
|
inline |
Definition at line 40 of file coustystream.h.
|
inline |
Definition at line 41 of file coustystream.h.
|
inline |
Definition at line 45 of file coustystream.h.
|
inline |
Definition at line 49 of file coustystream.h.