libosmscout  1.1.1
Public Member Functions | List of all members
osmscout::RoutePostprocessor::Postprocessor Class Referenceabstract

#include <libosmscout/include/osmscout/routing/RoutePostprocessor.h>

Inheritance diagram for osmscout::RoutePostprocessor::Postprocessor:
Inheritance graph
[legend]

Public Member Functions

virtual ~Postprocessor ()=default
 
virtual bool Process (const RoutePostprocessor &postprocessor, RouteDescription &description)=0
 

Detailed Description

Base class for routing processors. Routing processors allow iterating of the raw route with the aim to collect further information to enhance information abut the route like street names, turns etc...

Constructor & Destructor Documentation

◆ ~Postprocessor()

virtual osmscout::RoutePostprocessor::Postprocessor::~Postprocessor ( )
virtualdefault

Member Function Documentation

◆ Process()

virtual bool osmscout::RoutePostprocessor::Postprocessor::Process ( const RoutePostprocessor postprocessor,
RouteDescription description 
)
pure virtual

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