![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
Definition at line 118 of file simple_graph.h.
#include <simple_graph.h>
Public Member Functions | |
| Coordinates3 ()=default | |
| Coordinates3 (T x, T y, T z) | |
Public Attributes | |
| T | x = {} |
| T | y = {} |
| T | z = {} |
Friends | |
| bool | operator== (const Coordinates3 &a, const Coordinates3 &b) |
| bool | operator!= (const Coordinates3 &a, const Coordinates3 &b) |
| std::ostream & | operator<< (std::ostream &stream, const Coordinates3 &coordinates) |
| template<typename H> | |
| H | AbslHashValue (H h, const Coordinates3 &coordinates) |
|
default |
|
inline |
Definition at line 124 of file simple_graph.h.
|
friend |
Definition at line 138 of file simple_graph.h.
|
friend |
Definition at line 129 of file simple_graph.h.
|
friend |
Definition at line 132 of file simple_graph.h.
|
friend |
Definition at line 126 of file simple_graph.h.
| T operations_research::routing::Coordinates3< T >::x = {} |
Definition at line 119 of file simple_graph.h.
| T operations_research::routing::Coordinates3< T >::y = {} |
Definition at line 120 of file simple_graph.h.
| T operations_research::routing::Coordinates3< T >::z = {} |
Definition at line 121 of file simple_graph.h.