#include <c4d_graphview_def.h>
公共成员函数 |
|
| GvValuesInfo () | |
| GvValue * | GetInValue ( Int32 value_index) |
Public Attributes |
|
| maxon::BaseArray < GvValue * > | in_values |
| maxon::BaseArray < GvPort * > | out_ports |
| GvValuesInfo | ( | ) |
Constructor.
| GvValue * GetInValue | ( | Int32 | value_index | ) |
Retrieves an input value by index.
| [in] | value_index | The index of the value to get: 0 <= value_index < nr_of_in_values. |
| maxon::BaseArray < GvValue *> in_values |
Array of input values.
| maxon::BaseArray < GvPort *> out_ports |
Array of output ports.