next up previous
Next: LIP_INDEXINFO_SET Up: Miscellanea Previous: Miscellanea

LIP_INDEXINFO_ANALYZE

LIP_INDEXINFO_ANALYZE(dmap, indarr, itype, count, flags, info)

IN dmap data map (handle)
IN indarr index array (choice)
IN itype indexing type for the index array (handle)
IN count number of indices (integer)
IN flags flags that contain additional information (integer)
OUT info information about indices (handle)


C syntax:

int LIP_Indexinfo_analyze(LIP_Datamap dmap, void *indarr, LIP_Indextype itype, int count, int flags, LIP_Indexinfo *info)


LIP_INDEXINFO_ANALYZE analyzes the count indices in indarr (with layout itype) and returns information about them in an info object. The location of indices is taken from dmap. flags controls which information is obtained about the indices. The flags argument can combine the following constants:


next up previous
Next: LIP_INDEXINFO_SET Up: Miscellanea Previous: Miscellanea