CartoType C++ API 7.8.2, 2022-03-25
for Windows, Linux, Qt and other platforms supporting C++ development
Public Attributes | List of all members
CartoType::TRouteCreationData Class Reference

#include <cartotype_navigation.h>

Public Attributes

double iRouteCalculationTime = 0
 
double iRouteExpansionTime = 0
 
int32_t iNodeCacheQueries = 0
 
int32_t iNodeCacheMisses = 0
 
int32_t iArcCacheQueries = 0
 
int32_t iArcCacheMisses = 0
 

Detailed Description

Data on the cost of creating a route.

Member Data Documentation

◆ iArcCacheMisses

int32_t CartoType::TRouteCreationData::iArcCacheMisses = 0

The number of arc cache misses, if relevant.

◆ iArcCacheQueries

int32_t CartoType::TRouteCreationData::iArcCacheQueries = 0

The number of arc cache queries, if relevant.

◆ iNodeCacheMisses

int32_t CartoType::TRouteCreationData::iNodeCacheMisses = 0

The number of node cache misses, if relevant.

◆ iNodeCacheQueries

int32_t CartoType::TRouteCreationData::iNodeCacheQueries = 0

The number of node cache queries, if relevant.

◆ iRouteCalculationTime

double CartoType::TRouteCreationData::iRouteCalculationTime = 0

The time take to calculate the route, in seconds.

◆ iRouteExpansionTime

double CartoType::TRouteCreationData::iRouteExpansionTime = 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: