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