PathEngine home previous: iObstacleSet::clear()next: iObstacleSet::empty()
Contents, API Reference, Interfaces, iObstacleSet, connectedRegionPreprocessNeedsUpdate

iObstacleSet::connectedRegionPreprocessNeedsUpdate()

Description

Checks the validity of preprocess, on obstacle sets marked for preprocessing.

Syntax

bool connectedRegionPreprocessNeedsUpdate(const iShape& shape) const;

Parameters

shape Check preprocess for this agent shape.

Requirements

Unobstructed space must have been generated for the shape on the mesh for which this obstacle set was created.

Return Value

True if this obstacle set has been marked for preprocessing, and preprocess has not yet been generated, or is out of date following changes to the set of contained obstacles, otherwise false.

Remarks

A preprocess update can be forced by calling iObstacleSet::updateConnectedRegionPreprocessFor().

See Obstacle Management for some additional explanation about preprocessed obstacle sets.

C# Mapping

bool connectedRegionPreprocessNeedsUpdate(Shape shape);

Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEnginenext: iObstacleSet::empty()