OR-Tools  8.0
SweepIndex

Detailed Description

Definition at line 2938 of file routing.cc.

Public Member Functions

 SweepIndex (const int64 index, const double angle, const double distance)
 
 ~SweepIndex ()
 

Public Attributes

int64 index
 
double angle
 
double distance
 

Constructor & Destructor Documentation

◆ SweepIndex()

SweepIndex ( const int64  index,
const double  angle,
const double  distance 
)
inline

Definition at line 2939 of file routing.cc.

◆ ~SweepIndex()

~SweepIndex ( )
inline

Definition at line 2941 of file routing.cc.

Member Data Documentation

◆ angle

double angle

Definition at line 2944 of file routing.cc.

◆ distance

double distance

Definition at line 2945 of file routing.cc.

◆ index

int64 index

Definition at line 2943 of file routing.cc.


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