World Builder  1.1.0-pre
A geodynamic initial conditions generator
interface.h File Reference
#include "rapidjson/pointer.h"
#include "assert.h"
#include <memory>
#include <iostream>
Include dependency graph for interface.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  WorldBuilder::Types::Interface
 

Namespaces

 WorldBuilder
 
 WorldBuilder::Types
 

Enumerations

enum  WorldBuilder::Types::type {
  WorldBuilder::Types::type::None, WorldBuilder::Types::type::Bool, WorldBuilder::Types::type::String, WorldBuilder::Types::type::Double,
  WorldBuilder::Types::type::Int, WorldBuilder::Types::type::UnsignedInt, WorldBuilder::Types::type::Array, WorldBuilder::Types::type::Object,
  WorldBuilder::Types::type::List, WorldBuilder::Types::type::Point2D, WorldBuilder::Types::type::Point3D, WorldBuilder::Types::type::CoordinateSystem,
  WorldBuilder::Types::type::PluginSystem, WorldBuilder::Types::type::Segment, WorldBuilder::Types::type::ConstantLayer, WorldBuilder::Types::type::ValueAtPoints,
  WorldBuilder::Types::type::OneOf
}