Loading...
Searching...
No Matches
VdfEmptyInputVector Class Referencefinal

An empty, typed input vector. More...

#include <inputVector.h>

Inherits Vdf_InputVectorBase.

Public Member Functions

VDF_API VdfEmptyInputVector (VdfNetwork *network, const TfType &type)
 Creates an empty input vector of type type.
 

Protected Member Functions

VDF_API bool _IsDerivedEqual (const VdfNode &rhs) const override
 Can be overridden by derived classes to facilitate equality comparision.
 

Detailed Description

An empty, typed input vector.

Definition at line 157 of file inputVector.h.

Constructor & Destructor Documentation

◆ VdfEmptyInputVector()

VDF_API VdfEmptyInputVector ( VdfNetwork network,
const TfType type 
)

Creates an empty input vector of type type.

Member Function Documentation

◆ _IsDerivedEqual()

VDF_API bool _IsDerivedEqual ( const VdfNode rhs) const
overrideprotectedvirtual

Can be overridden by derived classes to facilitate equality comparision.

The default implementation will always return false. Note that all connector specs, etc. are already taken care of via VdfNode::IsEqual().

Reimplemented from VdfNode.


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