void vdsWriteTree (FILE *f, vdsNode *root, vdsNodeDataWriter writedata) Writes a vertex tree to a VDS binary file
Writes a vertex tree to a VDS binary file. Writes a vertex tree to the specified file. The user may specify a vdsNodeDataWriter function writedata() if the vertex tree was written with custom data in the node->data field. If writedata() is NULL, the contents of the node->data field are simply copied byte-for-byte into the file.
alphabetic index hierarchy of classes