transfns(3U) | InterViews Reference Manual | transfns(3U) |
TF_2Port, TF_Direct - transfer function subclasses
#include <Unidraw/transfns.h>
The TransferFunct abstract base class defines the transfer function protocol. The library predefines two subclasses. TF_2Port is a subclass that acts as an abstract base class for transfer functions having two sets of state variables, ``input'' and ``output'', with output variables always dependent on input variables. TF_Direct is a subclass of TF_2Port that defines a one-to-one assignment relationship between an input and an output state variable.
6 August 1990 | Unidraw |