Loading...
Searching...
No Matches
VdfDataManagerFacade Class Reference

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 VdfVectorGetOutputValue (const VdfOutput &output, const VdfMask &mask) const
 Returns the value cached at output for the given mask.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ VdfDataManagerFacade()

VdfDataManagerFacade ( const VdfExecutorInterface executor)
inlineexplicit

Definition at line 26 of file dataManagerFacade.h.

Member Function Documentation

◆ GetOutputValue()

const VdfVector * GetOutputValue ( const VdfOutput output,
const VdfMask mask 
) const
inline

Returns the value cached at output for the given mask.

Returns nullptr on cache misses.

Definition at line 34 of file dataManagerFacade.h.


The documentation for this class was generated from the following file: