Public Member Functions | Data Fields
geo::Edge Class Reference

#include <Edge.h>

Public Member Functions

 Edge (Point const &st, Point const &en)
bool operator== (Edge const &other)
bool operator!= (Edge const &other)

Data Fields

Point start
Point end

Detailed Description

Definition at line 16 of file Edge.h.


Constructor & Destructor Documentation

geo::Edge::Edge ( Point const &  st,
Point const &  en 
)

Definition at line 13 of file Edge.cpp.


Member Function Documentation

bool geo::Edge::operator!= ( Edge const &  other)

Definition at line 24 of file Edge.cpp.

bool geo::Edge::operator== ( Edge const &  other)

Definition at line 19 of file Edge.cpp.


Field Documentation

Definition at line 21 of file Edge.h.

Definition at line 20 of file Edge.h.


The documentation for this class was generated from the following files:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines