|
World Builder
1.1.0-pre
A geodynamic initial conditions generator
|
#include "world_builder/coordinate_systems/interface.h"#include "world_builder/coordinate_system.h"#include "world_builder/parameters.h"#include "world_builder/types/string.h"

Go to the source code of this file.
Classes | |
| class | WorldBuilder::CoordinateSystems::Interface |
| class | WorldBuilder::CoordinateSystems::ObjectFactory |
Namespaces | |
| WorldBuilder | |
| WorldBuilder::CoordinateSystems | |
Macros | |
| #define | WB_REGISTER_COORDINATE_SYSTEM(classname, name) |
| #define WB_REGISTER_COORDINATE_SYSTEM | ( | classname, | |
| name | |||
| ) |
A macro which should be in every derived cpp file to automatically register it. Because this is a library, we need some extra measures to ensure that the static variable is actually initialized.
Definition at line 168 of file interface.h.