Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Point Struct Reference

Public Member Functions

bool operator== (const Point &other) const
 
double distance () const
 
bool operator< (const Point &other) const
 

Public Attributes

int x
 
int y
 
double x
 
double y
 

Detailed Description

Definition at line 970 of file dynsethash.cc.

Member Function Documentation

◆ distance()

double Point::distance ( ) const
inline

Definition at line 870 of file fibonacci_heap_test.cc.

References y.

Referenced by operator<().

◆ operator<()

bool Point::operator< ( const Point other) const
inline

Definition at line 872 of file fibonacci_heap_test.cc.

References distance(), and Aleph::divide_and_conquer_partition_dp().

◆ operator==()

bool Point::operator== ( const Point other) const
inline

Definition at line 974 of file dynsethash.cc.

References Aleph::divide_and_conquer_partition_dp(), and y.

Member Data Documentation

◆ x [1/2]

int Point::x

Definition at line 972 of file dynsethash.cc.

◆ x [2/2]

double Point::x

Definition at line 869 of file fibonacci_heap_test.cc.

◆ y [1/2]

int Point::y

Definition at line 972 of file dynsethash.cc.

◆ y [2/2]

double Point::y

Definition at line 869 of file fibonacci_heap_test.cc.


The documentation for this struct was generated from the following files: