|
HDK
|
#include "pxr/pxr.h"#include "pxr/exec/vdf/api.h"#include "pxr/exec/vdf/executorBufferData.h"#include "pxr/exec/vdf/executorInvalidationData.h"#include "pxr/exec/vdf/output.h"#include "pxr/exec/vdf/types.h"#include "pxr/base/work/zeroAllocator.h"#include <tbb/concurrent_vector.h>#include <tbb/spin_mutex.h>#include <atomic>#include <climits>#include <cstdint>#include <memory>
Include dependency graph for parallelExecutorDataVector.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | Vdf_ParallelExecutorDataVector |
| This is a data container for executor data managers that uses data stored in vectors indexed by output ids. Methods on this container are thread-safe unless otherwise called out in their documentation. More... | |