OR-Tools  8.2
SweepIndex

Detailed Description

Definition at line 2954 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 2955 of file routing.cc.

◆ ~SweepIndex()

~SweepIndex ( )
inline

Definition at line 2957 of file routing.cc.

Member Data Documentation

◆ angle

double angle

Definition at line 2960 of file routing.cc.

◆ distance

double distance

Definition at line 2961 of file routing.cc.

◆ index

int64 index

Definition at line 2959 of file routing.cc.


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