| PathEngine home | previous: | next: |
Encapsulates the tiling applied to 3D source content for tiled 3D content processing.
Refer to
This interface is defined in SDKRoot/include/i_pathengine.h.
iSourceTiling objects can be constructed with
iSourceTiling objects can be deleted explicitly by calling delete on the pointer or by calling the object's destroy() function.
All iSourceTiling objects are deleted by a call to
A pointer to an iSourceTiling object must not be used after the object has been deleted.
Any iSourceTiling objects not deleted get cleaned up automatically when PathEngine is shut down.
Queries the horizontal range to use when filtering source elements for tile by tile 3D content processing. | ||
Queries the horizontal range to use when filtering source elements for tile by tile 3D content processing (when the 'voxels' method is being used). | ||
Queries the horizontal range of an individual tile in this tiling. | ||
Queries the horizontal range of an individual tile in this tiling, as a string. | ||
Queries the horizontal range covered by this tiling. | ||
Saves this object to persistent storage. | ||
Returns the number of tiles in this tiling. |
| Documentation for PathEngine release 5.24 - Copyright © 2002-2010 PathEngine | next: |