OR-Tools  9.6
Coordinates3< T >

Detailed Description

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

Definition at line 118 of file simple_graph.h.

Public Member Functions

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

Public Attributes

x = {}
 
y = {}
 
z = {}
 

Constructor & Destructor Documentation

◆ Coordinates3() [1/2]

Coordinates3 ( )
default

◆ Coordinates3() [2/2]

Coordinates3 ( x,
y,
z 
)
inline

Definition at line 124 of file simple_graph.h.

Member Data Documentation

◆ x

T x = {}

Definition at line 119 of file simple_graph.h.

◆ y

T y = {}

Definition at line 120 of file simple_graph.h.

◆ z

T z = {}

Definition at line 121 of file simple_graph.h.


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