NNS_G2dGetMCBankNumNodesRequired

C Specification

#include <nnsys/g2d/g2d_MultiCellAnimation.h>

    u16 NNS_G2dGetMCBankNumNodesRequired
    ( 
        const NNSG2dMultiCellDataBank*       pMultiCellDataBank 
    );
  

Arguments

pMultiCellDataBank [IN] Multicell data bank

Return Values

Returns the maximum number of nodes a multicell in the multicell data bank can have.

Description

Returns the maximum number of nodes a multicell in the multicell data bank can have. There is also NNS_G2dGetMCNumNodesRequired(), which returns the maximum number of nodes a multicell in the animation sequence can have. This one returns the maximum number of nodes for the multicell in the animation sequence. Use it according to application.

See Also

NNS_G2dInitMCInstance, NNS_G2dInitMCAnimation, NNS_G2dGetMCNumNodesRequired

Revision History

2004/12/06 Initial version.


CONFIDENTIAL