|
World Builder
1.1.0-pre
A geodynamic initial conditions generator
|
#include "world_builder/grains.h"#include "world_builder/parameters.h"#include "world_builder/utilities.h"#include "world_builder/features/feature_utilities.h"#include <map>#include <vector>

Go to the source code of this file.
Classes | |
| class | WorldBuilder::Point< dim > |
| class | WorldBuilder::Features::FaultModels::Composition::Interface |
| class | WorldBuilder::Features::FaultModels::Composition::ObjectFactory |
Namespaces | |
| WorldBuilder | |
| WorldBuilder::Features | |
| WorldBuilder::Features::FaultModels | |
| WorldBuilder::Features::FaultModels::Composition | |
Macros | |
| #define | WB_REGISTER_FEATURE_FAULT_COMPOSITION_MODEL(classname, name) |
| #define WB_REGISTER_FEATURE_FAULT_COMPOSITION_MODEL | ( | 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 154 of file interface.h.