The functions in Input70 class are listed in the following table.
Function
|
Description
|
string [] getDirList ( string sInput)
|
Gets a string list of the absolute paths of all images in directory, sInput.
|
string [] getSubDirList ( string sInput)
|
Gets a string list of the absolute paths of all images in all sub-directories of sInput.
|
string [] getFileList ( string sInput)
|
Gets a string list of the absolute paths of all images in file, sInput.
|
string [] getFileSegmentList ( string sInput)
|
Gets a string lists of the absolute paths of all images in file, sInput. This command will also populate other arrays so they can be obtained through the following function:
string [] getID ( );
string [] getName ( );
string [] getPath ( );
string [] getAbsolutePath ( );
string [] getX ();
string [] getY ();
string [] getW ();
string [] getH ().
|
string [] getAccessList ( string sInput, string sSQL)
|
Gets a string list of the absolute paths of all images in access file, sInput, specified by a SQL statement, sSQL.
|
string [] getAccessSegmentList ( string sInput, string sSQL)
|
Gets a string list of the absolute paths of all images in access file, sInput, specified by a SQL statement, sSQL. This command will also populate other arrays so they can be obtained through the following function:
string [] getID ( );
string [] getName ( );
string [] getPath ( );
string [] getAbsolutePath ( );
string [] getX ();
string [] getY ();
string [] getW ();
string [] getH ().
|
string [] getID ( )
string [] getName ( )
string [] getPath ( )
string [] getAbsolutePath ( )
string [] getX ()string [] getY ()
string [] getW ()
string [] getH ()
|
Gets a string list of the ID, Name, Path, Absolute Path, X, Y, W, and H of all images in a search source.
|
|
|