| PathEngine home | previous: | next: |
Root interface for dll linkage with PathEngine's 3D content processing functionality.
Defined in SDKRoot/include/i_contentprocessing3d.h.
This interface is only available when linking with the content processing dll.
A pointer to the iTestBed interface is passed into a test application when it is loaded by the testbed (see
There is only one instance of the object that provides this interface. This object cannot be deleted so operator delete has been made private.
A pointer to the iContentProcessing interface is obtained by calling
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.
Runs the 3D content processing functionality on a specified set of 3D source data and saves out the resulting ground mesh. | ||
Deletes an object previously created by | ||
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. | ||
Obtains a set of attributes for the object that provides this interface. | ||
Returns the peak amount of memory allocated by PathEngine, if memory tracking is enabled. | ||
Resets PathEngine internal counter for peak memory allocated, if memory tracking is enabled. | ||
Provided for generating snapshots of the 3D source data when reporting bugs in the 3D content processing functionality. | ||
Returns the amount of memory allocated by PathEngine, if memory tracking is enabled. |
| Documentation for PathEngine release 5.17 - Copyright © 2002-2008 PathEngine | next: |