Houdini Engine 6.1
|
Data for a PDG output file. More...
#include <HAPI_Common.h>
Public Attributes | |
int | filePathSH |
The file path of the output. More... | |
int | tagSH |
The file tag of the output. More... | |
HAPI_Int64 | hash |
Data for a PDG output file.
Definition at line 2015 of file HAPI_Common.h.
int HAPI_PDG_WorkItemOutputFile::filePathSH |
The file path of the output.
Definition at line 2018 of file HAPI_Common.h.
HAPI_Int64 HAPI_PDG_WorkItemOutputFile::hash |
Hash of the output file. Properties such as the file path and modification time of the file are typical inputs to the hash function, but this will vary based on the node that is producing the output file.
Definition at line 2026 of file HAPI_Common.h.
int HAPI_PDG_WorkItemOutputFile::tagSH |
The file tag of the output.
Definition at line 2021 of file HAPI_Common.h.