#include <c4d_graphview_def.h>
Convenience structure for port calculation speedup.
公共成员函数 |
|
GvPortsInfo () |
Public Attributes |
|
GvPort ** | in_ports |
GvPort ** | out_ports |
Int32 | nr_of_in_ports |
Int32 | nr_of_out_ports |
GvPortsInfo | ( | ) |
Constructor.
GvPort ** in_ports |
Array of input ports.
GvPort ** out_ports |
Array of output ports.
Int32 nr_of_in_ports |
Number of input ports.
Int32 nr_of_out_ports |
Number of output ports.