ed
|
#include "ed/uuid.h"
#include <geolib/datatypes.h>
#include <tue/config/data_pointer.h>
#include <map>
#include <vector>
Go to the source code of this file.
Classes | |
class | ed::models::ModelLoader |
Namespaces | |
ed | |
ed::models | |
Enumerations | |
enum | ed::models::LoadType { ed::models::FILE, ed::models::MODEL } |
The LoadType enum indicates whether to load directly from a file or from a model that is part of the ED_MODEL_PATH. More... | |
Functions | |
bool | ed::models::loadModel (const LoadType load_type, const std::string &source, ed::UpdateRequest &req) |
loadModel loads an ED model from file More... | |