Chain code array allocation
#include "dip_chaincode.h"
dip_Error dip_ChainCodeArrayNew ( array, size, resources )
This function allocates the size elements of a dip_ChainCodeArrayNew and sets the size of the array to size.
| Data type | Name | Description |
| dip_ChainCodeArray * | array | Receives pointer to allocated structure |
| dip_int | size | Number of chains to allocate space for |
| dip_Resources | resources | Resources tracking structure. See ResourcesNew |
ImageChainCode, ChainCodeNew, ChainCodeFree, ChainCodeArrayFree