MeshKit  1.0
Point2D.hpp File Reference
#include <ostream>
Include dependency graph for Point2D.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Point2D

Functions

bool operator== (const Point2D &onePnt, const Point2D &otherPnt)
bool operator!= (const Point2D &onePnt, const Point2D &otherPnt)
std::ostream & operator<< (std::ostream &outStream, const Point2D &point)

Function Documentation

bool operator!= ( const Point2D onePnt,
const Point2D otherPnt 
)

Definition at line 29 of file Point2D.cpp.

std::ostream& operator<< ( std::ostream &  outStream,
const Point2D point 
)

Definition at line 35 of file Point2D.cpp.

bool operator== ( const Point2D onePnt,
const Point2D otherPnt 
)

Definition at line 23 of file Point2D.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines