PathEngine home | previous: | next: |
Constructs an iSourceTiling object from a data buffer previously saved out by
std::unique_ptr<iSourceTiling> loadSourceTiling(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 |
SourceTiling loadSourceTiling(string format, byte[] data); |
SourceTiling loadSourceTiling(String format, byte[] data); |
Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEngine | next: |