Public Member Functions | Data Fields | Friends
graph::xy Struct Reference

Public Member Functions

 xy ()
 

Data Fields

scalar x_
 
scalar y_
 

Friends

bool operator== (const xy &a, const xy &b)
 
bool operator!= (const xy &a, const xy &b)
 
Istreamoperator>> (Istream &is, xy &xyd)
 
Ostreamoperator<< (Ostream &os, const xy &xyd)
 

Detailed Description

Definition at line 71 of file graph.H.

Constructor & Destructor Documentation

◆ xy()

xy ( )
inline

Definition at line 75 of file graph.H.

Friends And Related Function Documentation

◆ operator==

bool operator== ( const xy a,
const xy b 
)
friend

Definition at line 80 of file graph.H.

◆ operator!=

bool operator!= ( const xy a,
const xy b 
)
friend

Definition at line 85 of file graph.H.

◆ operator>>

Istream& operator>> ( Istream is,
xy xyd 
)
friend

Definition at line 90 of file graph.H.

◆ operator<<

Ostream& operator<< ( Ostream os,
const xy xyd 
)
friend

Definition at line 96 of file graph.H.

Field Documentation

◆ x_

scalar x_

Definition at line 73 of file graph.H.

◆ y_

scalar y_

Definition at line 73 of file graph.H.


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