PathEngine home | previous: | next: |
Loads unobstructed space from persistent storage.
void loadUnobstructedSpaceFor(const iShape& shape, char const * data_Buffer, uint32_t data_BufferEntries); |
shape | The shape for which preprocess should be loaded. | ||
data_Buffer, data_BufferEntries |
(See |
Unobstructed space must not already be present for this shape on this mesh.
The ground mesh and base circuits must be identical to the mesh for which the preprocess was originally saved.
The shape must be identical to the shape for which the preprocess was originally saved.
The buffer passed in must contain data previously saved out by
This method can be called where you would previously have called
The structure of PathEngine's unobstructed space preproces may be changed between releases.
void loadUnobstructedSpaceFor(Shape shape, byte[] data); |
Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEngine | next: |