Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::Coordinates3< T > Struct Template Reference

#include <simple_graph.h>

Public Member Functions

 Coordinates3 ()=default
 
 Coordinates3 (T x, T y, T z)
 

Public Attributes

x = {}
 
y = {}
 
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 >
AbslHashValue (H h, const Coordinates3 &coordinates)
 

Detailed Description

template<typename T>
struct operations_research::Coordinates3< T >

Definition at line 118 of file simple_graph.h.

Constructor & Destructor Documentation

◆ Coordinates3() [1/2]

template<typename T >
operations_research::Coordinates3< T >::Coordinates3 ( )
default

◆ Coordinates3() [2/2]

template<typename T >
operations_research::Coordinates3< T >::Coordinates3 ( T x,
T y,
T z )
inline

Definition at line 124 of file simple_graph.h.

Friends And Related Symbol Documentation

◆ AbslHashValue

template<typename T >
template<typename H >
H AbslHashValue ( H h,
const Coordinates3< T > & coordinates )
friend

Definition at line 138 of file simple_graph.h.

◆ operator!=

template<typename T >
bool operator!= ( const Coordinates3< T > & a,
const Coordinates3< T > & b )
friend

Definition at line 129 of file simple_graph.h.

◆ operator<<

template<typename T >
std::ostream & operator<< ( std::ostream & stream,
const Coordinates3< T > & coordinates )
friend

Definition at line 132 of file simple_graph.h.

◆ operator==

template<typename T >
bool operator== ( const Coordinates3< T > & a,
const Coordinates3< T > & b )
friend

Definition at line 126 of file simple_graph.h.

Member Data Documentation

◆ x

template<typename T >
T operations_research::Coordinates3< T >::x = {}

Definition at line 119 of file simple_graph.h.

◆ y

template<typename T >
T operations_research::Coordinates3< T >::y = {}

Definition at line 120 of file simple_graph.h.

◆ z

template<typename T >
T operations_research::Coordinates3< T >::z = {}

Definition at line 121 of file simple_graph.h.


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