OpenTTD
|
Stateless, thread safe initialization hander. More...
#include <init.h>
Public Member Functions | |
virtual void | Run (LinkGraphJob &job) const |
Initialize the link graph job. | |
virtual | ~InitHandler () |
Virtual destructor has to be defined because of virtual Run(). | |
![]() | |
virtual | ~ComponentHandler () |
Destroy the handler. |
Stateless, thread safe initialization hander.
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().