GvPortsInfo Struct Reference Graph View

#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()

GvPortsInfo ( )

Constructor.

Member Data Documentation

◆  in_ports

GvPort ** in_ports

Array of input ports.

◆  out_ports

GvPort ** out_ports

Array of output ports.

◆  nr_of_in_ports

Int32 nr_of_in_ports

Number of input ports.

◆  nr_of_out_ports

Int32 nr_of_out_ports

Number of output ports.