PathEngine home previous: iPathEngine::buildMeshFromGroundTiles()next: iPathEngine::buildRegularSourceTiling_RoundUpForVoxels()
Contents, API Reference, Interfaces, iPathEngine, buildRegularSourceTiling

iPathEngine::buildRegularSourceTiling()

Description

Returns a newly created Interface iSourceTiling object that can be used to perform 'tile-by-tile' content processing.

Syntax

iSourceTiling* buildRegularSourceTiling(const cHorizontalRange& worldRange, tSigned32 tileSize);

Parameters

worldRange The minimum and maximum X and Y coordinates for world geometry covered by the tiling.
This range must be non-empty, i.e. the maximum values for each coordinate must be greater than the corresponding minimum values.
tileSize The horizontal size of each tile.
Must be greater than zero.

Return Value

A newly created Interface iSourceTiling object, to encapsulate the tiling specified.

Remarks

The created Interface iSourceTiling should be explicitly deleted when no longer required, and will also be deleted if iPathEngine::deleteAllObjects() is called - in either case the pointer can no longer be used.


Documentation for PathEngine release 5.24 - Copyright © 2002-2010 PathEnginenext: iPathEngine::buildRegularSourceTiling_RoundUpForVoxels()