Classes | Functions
contrib/gel/vdgl/vdgl_edgel.h File Reference

Represents a 2D image edgel. More...

#include <vcl_iosfwd.h>
#include <vgl/vgl_point_2d.h>

Go to the source code of this file.

Classes

class  vdgl_edgel

Functions

bool operator== (const vdgl_edgel &e1, const vdgl_edgel &e2)
vcl_ostream & operator<< (vcl_ostream &s, const vdgl_edgel &p)

Detailed Description

Represents a 2D image edgel.

Author:
Geoff Cross

Definition in file vdgl_edgel.h.


Function Documentation

vcl_ostream& operator<< ( vcl_ostream &  s,
const vdgl_edgel p 
)

Definition at line 33 of file vdgl_edgel.cxx.

bool operator== ( const vdgl_edgel e1,
const vdgl_edgel e2 
)

Definition at line 25 of file vdgl_edgel.cxx.