| _ForEachScheduledOutput(const VdfContext &context, const VdfNode &node, const VdfScheduledOutputCallback &callback) const | VdfIterator | protected |
| _GetExecutor(const VdfContext &context) const | VdfIterator | inlineprotected |
| _GetInputValue(const VdfContext &context, const VdfConnection &connection, const VdfMask &mask) const | VdfIterator | protected |
| _GetNode(const VdfContext &context) const | VdfIterator | inlineprotected |
| _GetOutputMasks(const VdfContext &context, const VdfOutput &output, const VdfMask **requestMask, const VdfMask **affectsMask) const | VdfIterator | protected |
| _GetOutputValueForWriting(const VdfContext &context, const VdfOutput &output) const | VdfIterator | protected |
| _GetRequestMask(const VdfContext &context, const VdfOutput &output) const | VdfIterator | protected |
| _GetRequiredInputValue(const VdfContext &context, const VdfConnection &connection, const VdfMask &mask) const | VdfIterator | protected |
| _GetRequiredOutputForWriting(const VdfContext &context, const TfToken &name) const | VdfIterator | protected |
| _IsRequiredInput(const VdfContext &context, const VdfConnection &connection) const | VdfIterator | protected |
| AdvanceToEnd() | VdfWeightedIterator< IteratorType > | inline |
| GetCurrentIndex() const | VdfWeightedIterator< IteratorType > | inline |
| GetExplicitWeight(size_t slot=0, double defWeight=0.0) const | VdfWeightedIterator< IteratorType > | |
| GetNumExplicitWeights(size_t slot=0) const | VdfWeightedIterator< IteratorType > | inline |
| GetNumSlots() const | VdfWeightedIterator< IteratorType > | inline |
| GetWeight(size_t slot=0, double defWeight=0.0) const | VdfWeightedIterator< IteratorType > | inline |
| HasExplicitWeight(size_t slot) const | VdfWeightedIterator< IteratorType > | inline |
| IsAtEnd() const | VdfWeightedIterator< IteratorType > | inline |
| operator*() const | VdfWeightedIterator< IteratorType > | inline |
| operator++() | VdfWeightedIterator< IteratorType > | |
| reference typedef | VdfWeightedIterator< IteratorType > | |
| value_type typedef | VdfWeightedIterator< IteratorType > | |
| Vdf_GetIteratorIndex (defined in VdfWeightedIterator< IteratorType >) | VdfWeightedIterator< IteratorType > | friend |
| VdfWeightedIterator(const VdfContext &context, const TfToken &weightName, Args &&... args) | VdfWeightedIterator< IteratorType > | inline |
| VdfWeightedIterator(const VdfContext &context, std::initializer_list< TfToken > weightNames, Args &&... args) | VdfWeightedIterator< IteratorType > | inline |
| VdfWeightedIterator(const VdfContext &context, const std::vector< TfToken > &weightNames, Args &&... args) | VdfWeightedIterator< IteratorType > | inline |
| ~VdfIterator()=default | VdfIterator | protected |
| ~VdfWeightedIterator()=default | VdfWeightedIterator< IteratorType > | |