RegCnnOut()

Register a Connectivity output function.

Usage

RegCnnOut( func, args=None )

Parameters

func (function)
Name of the connectivity output function to be registered.
args (tuple)
Tuple of Cnn output function arguments.

Return Value

None

Error

The Cnn output function must be already defined.

Description

This routine registers a connectivity (Cnn) output function in order to call it later and ouput a volume item information. The Cnn output function name is given by func and the function's arguments are given by args. For example,
RegCnnOut( func = cmdOutElementOutputs )