HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ExecUsdCacheView Class Reference

#include <cacheView.h>

Public Member Functions

 ExecUsdCacheView ()=default
 Construct an invalid view. More...
 
EXECUSD_API VtValue Get (int index) const
 

Friends

class ExecUsd_RequestImpl
 

Detailed Description

Provides a view of values computed by ExecUsdSystem::Compute().

Cache views must not outlive the ExecUsdSystem or ExecUsdRequest from which they were built.

Definition at line 27 of file cacheView.h.

Constructor & Destructor Documentation

ExecUsdCacheView::ExecUsdCacheView ( )
default

Construct an invalid view.

Member Function Documentation

EXECUSD_API VtValue ExecUsdCacheView::Get ( int  index) const

Returns the computed value for the provided extraction index.

Emits an error and returns an empty value if the index is not evaluated.

Friends And Related Function Documentation

friend class ExecUsd_RequestImpl
friend

Definition at line 42 of file cacheView.h.


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