PathEngine home | previous: | next: |
Root interface for dll linkage with PathEngine's 3D content processing functionality.
Defined in SDKRoot/code/externalAPI/i_pathengine.h.
Refer to
There is only one instance of the object that provides this interface.
This object cannot be deleted so operator delete for iContentProcessing3D has been made private.
Increments the internal reference count for this API object. | ||
Increments the internal reference count for this API object. | ||
Runs the 3D content processing functionality on a specified set of 3D source data and saves out the resulting ground mesh. | ||
Runs the 3D content processing functionality on a specified set of 3D source data and builds a ground mesh directly, (with no save and load from ground mesh persistence). | ||
Runs the 3D content processing functionality on a specified set of 3D source data and builds a ground mesh directly, (with no save and load from ground mesh persistence). | ||
Generates convex hulls for a set of solid objects defined by point sets (for visualisation purposes). | ||
Returns the major version number for the code supporting this interface. | ||
Returns the minor version number for the code supporting this interface. | ||
A helper function to access the non 3D content processing parts of the PathEngine runtime. | ||
Obtains a set of attributes for the object that provides this interface. | ||
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. | ||
Instantiate a content snapshot that was previously saved out to persistant storage. | ||
A helper function to access the non 3D content processing parts of the PathEngine runtime. | ||
Releases the API object pointer. | ||
Provided for generating snapshots of the 3D source data when reporting bugs in the 3D content processing functionality. |
Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEngine | next: |