HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
executorDataVector.h File Reference
#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/smblData.h"
#include "pxr/exec/vdf/types.h"
#include <tbb/concurrent_vector.h>
#include <memory>
+ Include dependency graph for executorDataVector.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Vdf_ExecutorDataVector
 A vector-like container for executor data used by the VdfDataManagerVector. Unlike a hash-map, the executor data storage laid out somewhat contiguously in memory, and may therefore be quicker to access. The access pattern during the first round of data access determines the memory layout. More...