The method opiDistributor
searches for the specific
method of a general OPI operation
, which depends on the OPI
implementation selected with chooseOpi
. It returns an error if no
OPI implementation has been selected yet. A catalog of all specific methods are
listed in opi.implementations
.
opi.implementationsopiDistributor(operation, ...)
A general OPI operation of the following methods to: opiInitialize
,
opiPresent
opiClose
, opiSetBackground
,
opiQueryDevice
other parameters to pass to the methods
opi.implementations
is a list
containing a catalog of
all specific methods that are dependent on the OPI implementation selected
with chooseOpi