PathEngine home previous: iMesh::savePath()next: iMesh::saveUnobstructedSpaceFor()
Contents, API Reference, Interfaces, iMesh, savePathfindPreprocessFor

iMesh::savePathfindPreprocessFor()

Description

Saves pathfind preprocess to persistent storage.

Syntax

void savePathfindPreprocessFor(const iShape& shape, iOutputStream& os) const;

Parameters

shape The shape for which preprocess should be saved.
os An output stream to save the preprocess to.

Requirements

Pathfind preprocess must be present for this shape on this mesh.

Remarks

Use this method in conjunction with iMesh::loadPathfindPreprocessFor() to avoid spending time generating preprocess each time a mesh is loaded.

See Also

Interface iOutputStream, iMesh::generatePathfindPreprocessFor()

C# Mapping

void savePathfindPreprocessFor(Shape shape, OutputStream os);

Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEnginenext: iMesh::saveUnobstructedSpaceFor()