LSegment::LSegment
#include "ltwrappr.h"
L_VOID LSegment::LSegment(L_VOID)
Constructs and initializes the LSegment object. This function is available in the (Document/Medical) toolkits.
Returns
None.
Comments
This is the constructor of the LSegment class.
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: |
Example
The following example creates an instance of the LSegment class.
L_VOID SomeFunction()
{
/* The following will cause the constructor to be called */
/* The destructor is called when the object is freed or goes out of
scope */
LSegment Segment;
//…
//…
}