|
OpenTTD Source
1.10.0-RC1
|
Stateless, thread safe initialization handler. More...
#include <init.h>
Public Member Functions | |
| virtual void | Run (LinkGraphJob &job) const |
| Initialize the link graph job. More... | |
| virtual | ~InitHandler () |
| Virtual destructor has to be defined because of virtual Run(). | |
Public Member Functions inherited from ComponentHandler | |
| virtual | ~ComponentHandler () |
| Destroy the handler. More... | |
Stateless, thread safe initialization handler.
Initializes node and edge annotations.
|
inlinevirtual |
Initialize the link graph job.
| job | Job to be initialized. |
Implements ComponentHandler.
Definition at line 19 of file init.h.
References LinkGraphJob::Init().