In file contour/Constraints2D.h:

class EdgeContourIntersection

a class representing the intersection between two edges of one or several connected component of a 2D active contour

Inheritance:


Public

constructor
EdgeContourIntersection (EdgeActiveContour2D *_e1, EdgeActiveContour2D *_e2, const bool _valid)
creation of an edge contour intersection
destructor
virtual ~EdgeContourIntersection (void)
empty destructor

Private Fields

EdgeActiveContour2D* e1
the first edge that is supposed to intersect e2
EdgeActiveContour2D* e2
the second edge that is supposed to intersect e1
bool valid
Whether this intersection is still valid

Documentation

a class representing the intersection between two edges of one or several connected component of a 2D active contour
EdgeActiveContour2D* e1
the first edge that is supposed to intersect e2

EdgeActiveContour2D* e2
the second edge that is supposed to intersect e1

bool valid
Whether this intersection is still valid

constructor

EdgeContourIntersection(EdgeActiveContour2D *_e1, EdgeActiveContour2D *_e2, const bool _valid)
creation of an edge contour intersection
Parameters:
_e1 - the first edge contour
_e2 - the second edge contour
_valid - the flag indicating if the intersection is valid

destructor

virtual ~EdgeContourIntersection(void)
empty destructor


This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de