SliceO_Frame::Contour_Mutex_Open

 

Open a mutual exclusion region for the contour functions.

 

 

Syntax

 

void  Contour_Mutex_Open(

          char *str

) ;

 

 

Parameters

 

str

          Name of the calling function.

 

Return value

 

This method does not return a value.

 

 

Remarks

 

This method is used in the sliceO_5 library to insure that the contours can be computed by multiple threads at the same time.  It should not be used in a user module.

 

 

Requirements

 

Header:

          sliceO_include.hpp

 

Library:

          sliceO_Structures.lib

 

 

Example

 

 

 

See also