ed
Classes | Namespaces | Enumerations | Functions
model_loader.h File Reference
#include "ed/uuid.h"
#include <geolib/datatypes.h>
#include <tue/config/data_pointer.h>
#include <map>
#include <vector>
Include dependency graph for model_loader.h:
This graph shows which files directly or indirectly include this file:

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...