Vuo  2.0.3
VuoRendererInputAttachment.hh
Go to the documentation of this file.
1 
10 #pragma once
11 
12 #include "VuoRendererNode.hh"
13 
14 class VuoNode;
15 class VuoPort;
16 
21 {
22 public:
26  virtual VuoPort * getRenderedHostPort();
27  virtual VuoNode * getRenderedHostNode();
28  virtual set<VuoNode *> getCoattachments(void);
29 
30 protected:
34 };
35