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
RegCnnOut( func = cmdOutElementOutputs )