GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
neta_timetable_result Struct Reference

#include <neta.h>

Data Fields

int ** dst
 
int ** prev_stop
 
int ** prev_route
 
int ** prev_conn
 
int rows
 
int routes
 

Detailed Description

Definition at line 68 of file defs/neta.h.

Field Documentation

◆ dst

int** neta_timetable_result::dst

◆ prev_conn

int** neta_timetable_result::prev_conn

Definition at line 73 of file defs/neta.h.

Referenced by NetA_timetable_shortest_path(), and NetA_update_dijkstra().

◆ prev_route

int** neta_timetable_result::prev_route

◆ prev_stop

int** neta_timetable_result::prev_stop

◆ routes

int neta_timetable_result::routes

Definition at line 74 of file defs/neta.h.

Referenced by NetA_timetable_shortest_path().

◆ rows

int neta_timetable_result::rows

Definition at line 74 of file defs/neta.h.

Referenced by NetA_timetable_result_release(), and NetA_timetable_shortest_path().


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