PathEngine home | previous: | next: |
(Depreciated in favour of
Provided for generating snapshots of the source content when reporting bugs in the content processing functionality.
void saveContentData(const iFaceVertexMesh* const * meshes_Buffer, uint32_t meshes_BufferEntries, const char* format, iOutputStream& os); |
meshes_Buffer, meshes_BufferEntries |
(See | ||
format |
A C string specifying the format in which data should be output.
Currently this can be "xml" or "tok" (lower case). This format string is not retained after the call and can subsequently be safely deleted. | ||
os | The content snapshot will be saved to this output stream. |
This method is depreciated in favour of
void saveContentData(FaceVertexMesh[] meshes, string format, OutputStream os); |
void saveContentData(FaceVertexMesh[] meshes, String format, OutputStream os); |
Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEngine | next: |