CONICAL object class | #include VSink.h compile VSink.cpp |
Base Classes |
| ||
---|---|---|---|
Derived Classes |
| ||
Member Functions & Variables |
|
A VSink, or voltage sink, is an object which can can receive current through a Current. It keeps track of all the Currents which attach to it. When the VSink is destroyed, all of its Currents are destroyed automatically. Conversely, when a Current is destroyed, the VSink is updated so that it does not attempt to access the vanished Current.