#include <vs.h>
Public Member Functions | |
| VS (const Id &n, In< VYApixel > &Cin, In< VYAimageWidth > &imageWidthIn, In< VYAimageHeight > &imageHeightIn, In< VYAimageHeight > &outImageHeightIn, Out< VYApixel > &Cout) | |
| const char * | type () const |
| void | main () |
Private Attributes | |
| InPort< VYApixel > | CinP |
| InPort< VYAimageWidth > | imageWidthInP |
| InPort< VYAimageHeight > | imageHeightInP |
| InPort< VYAimageHeight > | outImageHeightInP |
| OutPort< VYApixel > | CoutP |
|
||||||||||||||||||||||||||||
|
|
|
|
Definition at line 32 of file vs.cc. References CinP, CoutP, imageHeightInP, imageWidthInP, and outImageHeightInP. |
|
|
|
|
|
Definition at line 38 of file vs.h. Referenced by main(). |
|
|
Definition at line 44 of file vs.h. Referenced by main(). |
|
|
Definition at line 40 of file vs.h. Referenced by main(). |
|
|
Definition at line 39 of file vs.h. Referenced by main(). |
|
|
Definition at line 41 of file vs.h. Referenced by main(). |
1.3.2