EdgeClustering.GridPoint Class Reference

This class represents a point on a 2D grid, with int coordinates x and y. More...

List of all members.

Public Member Functions

Properties

Private Attributes


Detailed Description

Author:
Manuel Keglevic
Thomas Schulz

Definition at line 13 of file GridPoint.cs.


Constructor & Destructor Documentation

EdgeClustering.GridPoint.GridPoint ( int  x,
int  y 
)

Definition at line 29 of file GridPoint.cs.


Member Function Documentation

bool EdgeClustering.GridPoint.Equals ( GridPoint  other  ) 

Points are equal if they have the same coordinates.

Parameters:
other Another GridPoint
Returns:
True if this GridPoint is equal to
other

Definition at line 40 of file GridPoint.cs.

override bool EdgeClustering.GridPoint.Equals ( Object  obj  ) 

Definition at line 47 of file GridPoint.cs.

override int EdgeClustering.GridPoint.GetHashCode (  ) 

Definition at line 57 of file GridPoint.cs.


Member Data Documentation

Definition at line 15 of file GridPoint.cs.

Definition at line 22 of file GridPoint.cs.


Property Documentation

int EdgeClustering.GridPoint.X [get, set]

Definition at line 17 of file GridPoint.cs.

int EdgeClustering.GridPoint.Y [get, set]

Definition at line 24 of file GridPoint.cs.

Generated by  doxygen 1.6.3