| PathEngine home | previous: | next: |
Saves pathfinding preprocess to persistent storage.
void savePathfindPreprocessFor(const iShape* shape, iOutputStream* os) const; |
| shape | The shape for which preprocess should be saved. | ||
| os | An output stream to save the preprocess to. |
This obstacle set must have been marked for preprocessing, with the 'markForPreprocessing' creation attribute.
Use this method in conjunction with
Preprocess will be updated automatically before saving if not up to date when this method is called.
| Documentation for PathEngine release 5.29 - Copyright © 2002-2012 PathEngine | next: |