Vuo  2.3.2
VuoCompilerInputEventPortClass.cc
Go to the documentation of this file.
1 
12 #include "VuoPort.hh"
13 
19 {
20 }
21 
26 {
27  return new VuoCompilerInputEventPort(new VuoPort(getBase()));
28 }
29 
34 {
35  return new VuoCompilerInputEventPort(port);
36 }
37 
42 {
44 }