World Builder
0.1.0-pre
A geodyanmic initial conditions generator
|
Classes | |
class | ContinentalPlate |
class | Interface |
Functions | |
std::unique_ptr< Interface > | create_feature (const std::string name, World *world) |
This class is an interface for the specific plate tectonic feature classes, such as continental plate, oceanic plate and subduction zone.
std::unique_ptr< Interface > WorldBuilder::Features::create_feature | ( | const std::string | name, |
WorldBuilder::World * | world | ||
) |
factory function
Definition at line 38 of file interface.cc.