Home
last modified time | relevance | path

Searched refs:getIONameString (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/opendx/dx-4.4.4/src/uipp/dxui/
H A DNode.h231 char *getIONameString(List *io, int index, char *buf = NULL);
724 { return getIONameString(&inputParameters, index, buf); }
726 { return getIONameString(&outputParameters, index, buf); }
H A DNode.C2096 char *Node::getIONameString(List *io, int index, char *buf) in getIONameString() function