#include <nnsys/g2d/g2d_MultiCellAnimation.h>
u16 NNS_G2dGetMCNumNodesRequired(
const NNSG2dMultiCellAnimSequence* pMultiCellSeq,
const NNSG2dMultiCellDataBank* pMultiCellDataBank );
| pMultiCellSeq | [IN] Multicell animation sequence |
| pMultiCellDataBank | [IN] Multicell data bank |
Maximum number of multicell nodes in the multicell animation.
Scans the multicells that comprise the multicell animation and returns the maximum number of nodes that the multicell in the animation has. The NNS_G2dGetMCBankNumNodesRequired function that is used for similar purpose is also provided. This one returns the maximum number of nodes for the multicell in the multicell data bank. Use it according to application.
NNS_G2dInitMCInstance, NNS_G2dInitMCAnimation, NNS_G2dGetMCBankNumNodesRequired
05/28/2004 Initial version.
CONFIDENTIAL