|
HDK
|
#include "pxr/pxr.h"#include "pxr/exec/ef/loftedOutputSet.h"#include "pxr/exec/ef/outputValueCache.h"#include "pxr/exec/ef/pageCacheStorage.h"#include "pxr/base/tf/mallocTag.h"#include "pxr/base/trace/trace.h"#include "pxr/exec/vdf/connection.h"#include "pxr/exec/vdf/dataManagerBasedExecutor.h"#include "pxr/exec/vdf/executorInterface.h"#include "pxr/exec/vdf/output.h"#include "pxr/exec/vdf/schedule.h"#include "pxr/exec/vdf/types.h"
Include dependency graph for pageCacheBasedExecutor.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | EfPageCacheBasedExecutor< EngineType, DataManagerType > |
| Executes a VdfNetwork to compute a requested set of values. Caches the computed data in a EfPageCacheStorage container and recalls existing data using a page specified via the currently set value on the key output. More... | |