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