PathEngine home previous: iPathEngine::loadContentChunk()next: iPathEngine::loadFaceVertexMesh()
Contents, API Reference, Interfaces, iPathEngine, loadExpanded2DObstacles

iPathEngine::loadExpanded2DObstacles()

Description

Constructs an iExpanded2DObstacles object from a data buffer previously saved out by iExpanded2DObstacles::save().

Syntax

std::unique_ptr<iExpanded2DObstacles> loadExpanded2DObstacles(char const * data_Buffer, uint32_t data_BufferEntries)

Parameters

data_Buffer, data_BufferEntries (See Passing Arrays.) The data buffer to load from.

Return Value

If the data passed in is valid then a newly created Interface iExpanded2DObstacles object is returned.
Otherwise fatal or non-fatal errors may be reported. If the method succeeds with non-fatal errors then zero may be returned to indicate failure to load.

See Also

iPathEngine::preExpandObstacles()

C# Mapping

Expanded2DObstacles loadExpanded2DObstacles(byte[] data);

Java Mapping

Expanded2DObstacles loadExpanded2DObstacles(byte[] data);

Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEnginenext: iPathEngine::loadFaceVertexMesh()