HDK
|
#include <extCompPrimvarBufferSource.h>
Public Member Functions | |
HDST_API | HdStExtCompPrimvarBufferSource (const TfToken &primvarName, const HdStExtCompCpuComputationSharedPtr &source, const TfToken &sourceOutputName, const HdTupleType &valueType) |
HDST_API | ~HdStExtCompPrimvarBufferSource () override |
HDST_API TfToken const & | GetName () const override |
Returns the name of the primvar. More... | |
HDST_API void | GetBufferSpecs (HdBufferSpecVector *specs) const override |
Adds this Primvar's buffer description to the buffer spec vector. More... | |
HDST_API size_t | ComputeHash () const override |
Computes and returns a hash value for the underlying data. More... | |
HDST_API bool | Resolve () override |
Extracts the primvar from the source computation. More... | |
HDST_API void const * | GetData () const override |
Returns a raw pointer to the primvar data. More... | |
HDST_API HdTupleType | GetTupleType () const override |
Returns the tuple data format of the primvar data. More... | |
HDST_API size_t | GetNumElements () const override |
Returns a count of the number of elements. More... | |
Public Member Functions inherited from HdBufferSource | |
HdBufferSource () | |
virtual HD_API | ~HdBufferSource () |
bool | IsResolved () const |
Returns true it this computation has already been resolved. More... | |
bool | HasResolveError () const |
Returns true if an error occurred during resolve. More... | |
HD_API bool | IsValid () const |
virtual HD_API bool | HasPreChainedBuffer () const |
Returns true if this buffer has a pre-chained buffer. More... | |
virtual HD_API HdBufferSourceSharedPtr | GetPreChainedBuffer () const |
Returns the pre-chained buffer. More... | |
virtual HD_API bool | HasChainedBuffer () const |
Returns true if this buffer has any chained buffer(s) More... | |
virtual HD_API HdBufferSourceSharedPtrVector | GetChainedBuffers () const |
Returns the vector of chained buffers. More... | |
Protected Member Functions | |
HDST_API bool | _CheckValid () const override |
Returns true if the binding to the source computation was successful. More... | |
Protected Member Functions inherited from HdBufferSource | |
void | _SetResolved () |
void | _SetResolveError () |
bool | _TryLock () |
Friends | |
template<class HashState > | |
void | TfHashAppend (HashState &h, HdStExtCompPrimvarBufferSource const &) |
Hd Buffer Source that binds a primvar to a Ext Computation output. This buffer source is compatible with being bound to a Bar.
Definition at line 45 of file extCompPrimvarBufferSource.h.
HDST_API HdStExtCompPrimvarBufferSource::HdStExtCompPrimvarBufferSource | ( | const TfToken & | primvarName, |
const HdStExtCompCpuComputationSharedPtr & | source, | ||
const TfToken & | sourceOutputName, | ||
const HdTupleType & | valueType | ||
) |
Constructs a new primvar buffer source called primvarName and binds it to the output called sourceOutputName from the computation identified by source.
Default value provides type information for the primvar and may be used in the event of an error.
|
override |
|
overrideprotectedvirtual |
Returns true if the binding to the source computation was successful.
Implements HdBufferSource.
|
overridevirtual |
Computes and returns a hash value for the underlying data.
Reimplemented from HdBufferSource.
|
overridevirtual |
Adds this Primvar's buffer description to the buffer spec vector.
Implements HdBufferSource.
Returns a raw pointer to the primvar data.
Implements HdBufferSource.
Returns the name of the primvar.
Implements HdBufferSource.
|
overridevirtual |
Returns a count of the number of elements.
Implements HdBufferSource.
|
overridevirtual |
Returns the tuple data format of the primvar data.
Implements HdBufferSource.
|
overridevirtual |
Extracts the primvar from the source computation.
Implements HdBufferSource.
|
friend |