Update any contour that as been modified. The function use the "m_" variable of the frames to know if the TAG values have been modified.
Syntax
int Fct_Contour_Update(
SliceO_Frame * frame
) ;
Parameters
frame
Pointer to the frame to update.
Return value
This function return 1.
Remarks
Requirements
Header:
sliceO_include.hpp
Library:
sliceO_Structures.lib
Example
Updating the contours in the shell_ctrl.cpp file of the "Shell_TomoVision" module.
See also