HDK
|
#include <unitTestHelper.h>
Public Member Functions | |
UsdImaging_TestDriver (std::string const &usdFilePath) | |
UsdImaging_TestDriver (std::string const &usdFilePath, TfToken const &collectionName, TfToken const &reprName, TfTokenVector const &renderTags) | |
UsdImaging_TestDriver (UsdStageRefPtr const &usdStage) | |
UsdImaging_TestDriver (UsdStageRefPtr const &usdStage, TfToken const &collectionName, TfToken const &reprName, TfTokenVector const &renderTags) | |
UsdImaging_TestDriver (UsdStageRefPtr const &usdStage, HdRprimCollection const &collection, SdfPath const &delegateId, TfTokenVector const &renderTags) | |
~UsdImaging_TestDriver () | |
void | Draw () |
void | SetTime (double time) |
void | MarkRprimDirty (SdfPath path, HdDirtyBits flag) |
Marks an rprim in the RenderIndex as dirty with the given dirty flags. More... | |
UsdImagingDelegate & | GetDelegate () |
Returns the underlying delegate for this driver. More... | |
UsdStageRefPtr const & | GetStage () |
Returns the populated UsdStage for this driver. More... | |
A unit test driver that exercises the core engine.
Definition at line 93 of file unitTestHelper.h.
|
inline |
Definition at line 95 of file unitTestHelper.h.
|
inline |
Definition at line 116 of file unitTestHelper.h.
|
inline |
Definition at line 137 of file unitTestHelper.h.
|
inline |
Definition at line 155 of file unitTestHelper.h.
|
inline |
Definition at line 173 of file unitTestHelper.h.
|
inline |
Definition at line 187 of file unitTestHelper.h.
|
inline |
Definition at line 193 of file unitTestHelper.h.
|
inline |
Returns the underlying delegate for this driver.
Definition at line 210 of file unitTestHelper.h.
|
inline |
Returns the populated UsdStage for this driver.
Definition at line 215 of file unitTestHelper.h.
|
inline |
Marks an rprim in the RenderIndex as dirty with the given dirty flags.
Definition at line 204 of file unitTestHelper.h.
|
inline |
Definition at line 199 of file unitTestHelper.h.