PEXListOfVertexData Data Structure


 
   typedef struct {
         unsigned long         count;
         PEXPointer            vertices;
   } PEXListOfVertexData;
 

PEXListOfVertexData is a data structure that is common to the following functions:

For a list of data structures for OC Context, see Data Structures for OC Context.