#include "ltwrappr.h"
LImageViewer::LImageViewer();
Constructs and initializes the member variables of the LImageViewer object.
None.
This is the constructor for the LImageViewer class.
Required DLLs and Libraries
L_INT LImageViewer_LImageViewerExample()
{
// this will call the default constructor and destructor when it is out of scope
LImageViewer LeadImageViewer ;
//...
return SUCCESS;
}