diff options
| author | Tim Redfern <tim@eclectronics.org> | 2014-01-24 17:00:22 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2014-01-24 17:00:22 +0000 |
| commit | 1f2bc21fd5ee9bff4fce190d7bb0ee4462e76e87 (patch) | |
| tree | e42440db80a363c503e1e0b552631adbb194c245 /NT/src/graph.h | |
| parent | 913bb43738c7d7391cd990ff1fc3f261afdf78ee (diff) | |
logging in nodes and text_render proof of concept
Diffstat (limited to 'NT/src/graph.h')
| -rw-r--r-- | NT/src/graph.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/NT/src/graph.h b/NT/src/graph.h index 7aa0318..cef2fb8 100644 --- a/NT/src/graph.h +++ b/NT/src/graph.h @@ -48,6 +48,7 @@ namespace Rotor { std::vector<Node*> find_nodes(const std::string &type); Node* find_node(const std::string &type); + Node* get_node(const std::string &id); //--context// Json::Value signal_render(const std::string &node,const double framerate); //--context// bool video_render(const std::string &output_filename,const double framerate,int start, int end); bool load_file(std::string filename,std::string media_path); |
