LSegment::MrcGetHandle

#include "ltsgm.h"

pHSEGMENTATION EXT_FUNCTION LSegment::MrcGetHandle()

Gets the segmentation handle. This function is available in the (Document/Medical) toolkits.

Returns

This function returns the segmentation handle for this object.

Required DLLs and Libraries

LTSGM

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.

See Also

Elements:

LSegment::MrcSegmentBitmap ,LSegment::MrcCreateNewSegment, Class Members

Topics:

General Segmentation

 

Manual Segmentation

Example

pHSEGMENTATION GetSegmentationHandle(LSegment& Segment)
{
   return Segment.MrcGetHandle();
}