Vuo  2.3.2
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  bool isEffectivelySelected(void) override;
30 
31 protected:
35 };