![]() |
|
Facade that gives clients access to values cached on an executor, without exposing the entire VdfExecutorInterface API. More...
#include <dataManagerFacade.h>
Public Member Functions | |
| VdfDataManagerFacade (const VdfExecutorInterface &executor) | |
| const VdfVector * | GetOutputValue (const VdfOutput &output, const VdfMask &mask) const |
Returns the value cached at output for the given mask. | |
Facade that gives clients access to values cached on an executor, without exposing the entire VdfExecutorInterface API.
Definition at line 23 of file dataManagerFacade.h.
|
inlineexplicit |
Definition at line 26 of file dataManagerFacade.h.
Returns the value cached at output for the given mask.
Returns nullptr on cache misses.
Definition at line 34 of file dataManagerFacade.h.