CartoType C++ API 8.8-7-gb35e4dc71
for Windows, Linux, Qt and other platforms supporting C++ development
Public Attributes | List of all members
CartoTypeCore::RouteCreationData Class Reference

#include <cartotype_navigation.h>

Public Attributes

double RouteCalculationTime = 0
 
double RouteExpansionTime = 0
 
int32_t NodeCacheQueries = 0
 
int32_t NodeCacheMisses = 0
 
int32_t ArcCacheQueries = 0
 
int32_t ArcCacheMisses = 0
 

Detailed Description

Data on the cost of creating a route.

Member Data Documentation

◆ ArcCacheMisses

int32_t CartoTypeCore::RouteCreationData::ArcCacheMisses = 0

The number of arc cache misses, if relevant.

◆ ArcCacheQueries

int32_t CartoTypeCore::RouteCreationData::ArcCacheQueries = 0

The number of arc cache queries, if relevant.

◆ NodeCacheMisses

int32_t CartoTypeCore::RouteCreationData::NodeCacheMisses = 0

The number of node cache misses, if relevant.

◆ NodeCacheQueries

int32_t CartoTypeCore::RouteCreationData::NodeCacheQueries = 0

The number of node cache queries, if relevant.

◆ RouteCalculationTime

double CartoTypeCore::RouteCreationData::RouteCalculationTime = 0

The time take to calculate the route, in seconds.

◆ RouteExpansionTime

double CartoTypeCore::RouteCreationData::RouteExpansionTime = 0

The time taken to expand the raw route into a route object, in seconds.


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