From 1f2bc21fd5ee9bff4fce190d7bb0ee4462e76e87 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Fri, 24 Jan 2014 17:00:22 +0000 Subject: logging in nodes and text_render proof of concept --- NT/src/graph.h | 1 + 1 file changed, 1 insertion(+) (limited to 'NT/src/graph.h') 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 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); -- cgit v1.2.3