RegCnn()

Register a Connectivity function.

Usage

RegCnn( func, args=None )

Parameters

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

Return Value

None

Error

The Cnn function must be already defined.

Description

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