HDK
|
#include "PDG_API.h"
#include "PDG_File.h"
#include "PDG_WorkItemTypes.h"
#include <UT/UT_Array.h>
#include <UT/UT_NonCopyable.h>
#include <UT/UT_StringHolder.h>
#include <UT/UT_StringMap.h>
#include <UT/UT_StringSet.h>
#include <UT/UT_UniquePtr.h>
Go to the source code of this file.
Classes | |
class | PDG_CustomHandlers |
struct | PDG_CustomHandlers::TransferPair |
struct | PDG_CustomHandlers::StatPair |
class | PDG_CustomHandlers::CacheHandler |
class | PDG_CustomHandlers::StatHandler |
Custom functor for stating a file and returning a size/hash. More... | |
class | PDG_CustomHandlers::DirtyHandler |
Custom functor for handling dirtied work items, and possibly output. More... | |
class | PDG_CustomHandlers::RegenerationHandler |
class | PDG_CustomHandlers::TransferHandler |
class | PDG_CustomHandlers::PreflightHandler |
Custom handler functor for running pre-flight logic before a cook. More... | |