PathEngine home | previous: | next: |
Constructs an iMeshFederation object from a data buffer previously saved out by
std::unique_ptr<iMeshFederation> loadFederation(const char* format, char const * data_Buffer, uint32_t data_BufferEntries) |
format |
A C string specifying the format of the data in the buffer.
Currently this can be "xml" or "tok" (lower case). The format string pointer is not retained after the call and can subsequently be safely deleted. | ||
data_Buffer, data_BufferEntries |
(See |
MeshFederation loadFederation(string format, byte[] data); |
MeshFederation loadFederation(String format, byte[] data); |
Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEngine | next: |