LiMeshingCallBacksDebug

FunctionLtStatus
LiMeshingCallBacksDebug( LtMeshingCallBacks debug_me
)
Synopsis Output debug information, on the specified meshing callbacks, to the diagnostic stream.
Locationligeops
Parameters
debug_me The meshing callbacks which are to be debugged.
Return Value An indication of success, error or failure.

Description Allows us to debug a meshing callbacks data structure, that has previously been created using either LiMeshingCallBacksCreate or LiMeshingCallBacksCopy. All output is directed to the diagnostic output stream.

Attempting to debug a NULL callbacks, will result in failure. Similarly for callbacks that have already been destroyed, using LiMeshingCallBacksDestroy.

Example
/*
 * Debug a meshing callbacks
 */
status = LiMeshingCallBacksDebug(problem_calls);
if ( not status )
   /* error */

See Also LiPrimitiveTriangulate
LiPrimitiveHierarchicalTriangulate
LiMeshingCallBacksSetCall
LiMeshingCallBacksGetCall
LiMeshingCallBacksCallState
LiMeshingCallBacksCreate
LiMeshingCallBacksCopy
LiMeshingCallBacksDestroy
LiMeshingInsertBridge
LiMeshingEdgeSplit
LiMeshingEdgeSwap
LiMeshingTriProperties


Copyright © 1990-1998, 1999 LightWork Design Limited. All rights reserved