|
HDK
|
#include "pxr/pxr.h"#include "pxr/exec/vdf/api.h"#include "pxr/exec/vdf/connection.h"#include "pxr/exec/vdf/request.h"#include "pxr/base/tf/hash.h"#include "pxr/base/tf/hashmap.h"#include "pxr/base/tf/hashset.h"#include "pxr/base/tf/stringUtils.h"#include <vector>
Include dependency graph for sparseInputPathFinder.h:Go to the source code of this file.
Classes | |
| class | VdfSparseInputPathFinder |
| A class used for fast sparse traversals of VdfNetworks in the output-to-input direction when the goal is to find all possible paths from an output to a node. More... | |
| struct | VdfSparseInputPathFinder::_PotentialResult::HashFunctor |