#include <c4d_graphview_def.h>
Public Member Functions | |
GvValuesInfo () | |
GvValue * | GetInValue (Int32 value_index) |
Public Attributes | |
maxon::BaseArray< GvValue * > | in_values |
maxon::BaseArray< GvPort * > | out_ports |
GvValuesInfo | ( | ) |
Constructor.
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.