|
HDK
|
#include "PDG_API.h"#include "PDG_ApplicationShim.h"#include "PDG_AttributeInfo.h"#include "PDG_JobScriptInfo.h"#include "PDG_NodePorts.h"#include "PDG_Port.h"#include <PDGT/PDGT_ValueArgs.h>#include <UT/UT_Array.h>#include <UT/UT_NonCopyable.h>#include <UT/UT_StringArray.h>#include <UT/UT_StringHolder.h>#include <UT/UT_StringMap.h>#include <SYS/SYS_TypeDecorate.h>
Include dependency graph for PDG_NodeInterface.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | PDG_NodeInterface |
| struct | PDG_NodeInterface::ParameterGroup |
| struct | PDG_NodeInterface::AutoFileDependency |
Macros | |
| #define | PDG_BUILTIN_PARAM_PREFIX "pdg_" |
| #define | PDG_BUILTIN_TAG_PREFIX "pdg::" |
| #define | PDG_BUILTIN_PARAM(name) PDG_BUILTIN_PARAM_PREFIX name |
| #define | PDG_SEP_PARAM(index) "sepparm" #index |
| #define | PDG_BUILTIN_TAG(name) PDG_BUILTIN_TAG_PREFIX name |
| #define PDG_BUILTIN_PARAM | ( | name | ) | PDG_BUILTIN_PARAM_PREFIX name |
Definition at line 33 of file PDG_NodeInterface.h.
| #define PDG_BUILTIN_PARAM_PREFIX "pdg_" |
Definition at line 30 of file PDG_NodeInterface.h.
| #define PDG_BUILTIN_TAG | ( | name | ) | PDG_BUILTIN_TAG_PREFIX name |
Definition at line 35 of file PDG_NodeInterface.h.
| #define PDG_BUILTIN_TAG_PREFIX "pdg::" |
Definition at line 31 of file PDG_NodeInterface.h.
| #define PDG_SEP_PARAM | ( | index | ) | "sepparm" #index |
Definition at line 34 of file PDG_NodeInterface.h.