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/code/externalAPI/i_pathengine.h.
iSourceTiling objects can be constructed with
iSourceTiling objects can be released explicitly by calling delete on the pointer or by calling the object's release() function.
A pointer to an iSourceTiling object must not be used after the object has been deleted.
Increments the internal reference count for this API object. | ||
Increments the internal reference count for this API object. | ||
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). | ||
Looks up the source tile index for the specified horizontal coordinates. | ||
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 region covered by a specified tile in this tiling. | ||
Queries the horizontal range covered by this tiling. | ||
Enables you to check whether there are any outstanding references on this object, other than the interface reference through which you are calling, and therefore whether this object will actually be deleted if you call its release method. | ||
Releases the API object pointer. | ||
Saves this object to persistent storage. | ||
Returns the number of tiles in this tiling. |
Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEngine | next: |