7#ifndef PXR_EXEC_EF_TIME_INPUT_NODE_H
8#define PXR_EXEC_EF_TIME_INPUT_NODE_H
14#include "pxr/exec/ef/api.h"
18PXR_NAMESPACE_OPEN_SCOPE
48PXR_NAMESPACE_CLOSE_SCOPE
A VdfNetwork is a collection of VdfNodes and their connections.
This is the base class for all nodes in a VdfNetwork.
bool IsA() const
Returns true, if this node is of type TYPE.
size_t GetNumInputs() const
Returns the number of inputs that this node currently has.
Base class for root nodes.