Kaim::GeneratorBaseSystem Class Reference
#include <generatorbasesystem.h>
The GeneratorBaseSystem class is a helper tool that enable the user to correctly initialize the BaseSystem for generating the NavData.
There are two ways to use GeneratorBaseSystem, either using static function Init() and Destroy() or by creating a BaseSystem instance. When creating an instance, Init() is called in the constructor and Destroy() is called in the destructor.
Kaim::GeneratorBaseSystem::GeneratorBaseSystem |
( |
| ) |
|
|
inline |
Creates and sets up the new BaseSystem with a default configuration.
Creates and sets up the BaseSystem according to the specified configuration.
Kaim::GeneratorBaseSystem::~GeneratorBaseSystem |
( |
| ) |
|
|
inline |
static void Kaim::GeneratorBaseSystem::Destroy |
( |
| ) |
|
|
inlinestatic |
static bool Kaim::GeneratorBaseSystem::HasMemoryLeaks |
( |
| ) |
|
|
inlinestatic |
Indicates whether or not any memory allocated by the GeneratorBaseSystem remains to be freed.
Call this method only after you destroy the BaseSystem.
static bool Kaim::GeneratorBaseSystem::IsInitialized |
( |
| ) |
|
|
inlinestatic |
Indicates whether or not the BaseSystem has been successfully initialized.
The documentation for this class was generated from the following file: