coordinates_generator
|
Class to store vertex, containing information about edge to_
going into it
More...
#include <functions.hpp>
Public Member Functions | |
Vertex () | |
Vertex (double x, double y) | |
Vertex (Edge *to) | |
bool | operator== (const Vertex &a) |
bool | operator!= (const Vertex &a) |
bool | operator== (Vertex *a) |
bool | operator!= (Vertex *a) |
bool | operator== (const Vertex *a) |
bool | operator!= (const Vertex *a) |
Public Attributes | |
Edge * | to_ |
int | index_ = 0 |
double | x_ |
double | y_ |
pair< double, double > | shift_first = make_pair(0, 0) |
pair< double, double > | shift_second = make_pair(0, 0) |
Class to store vertex, containing information about edge to_
going into it
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
int Vertex::index_ = 0 |
pair<double, double> Vertex::shift_first = make_pair(0, 0) |
pair<double, double> Vertex::shift_second = make_pair(0, 0) |
Edge* Vertex::to_ |
double Vertex::x_ |
double Vertex::y_ |