![]() |
|
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. | |
An empty, typed input vector.
Definition at line 157 of file inputVector.h.
| VDF_API VdfEmptyInputVector | ( | VdfNetwork * | network, |
| const TfType & | type | ||
| ) |
Creates an empty input vector of type type.
|
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.