SliceO_File Constructor

 

SliceO_File::SliceO_File

 

This is the constructor for the SliceO_File class.  It is used by the "System\Read.dll" module exclusively.

 

 

Syntax

 

SliceO_File(

          char *file_name,

          void **ima_list

) ;

 

 

Parameters

 

file_name

          Complete path to the file that will be used to create the class instance.

 

ima_list

          Null terminated array of "Tomo_Image" structures containing the frames associated with this file.

 

 

Return value

 

This method does not return a value.

 

 

Remarks

 

 

Requirements

 

Header:

          sliceO_include.hpp

 

Library:

          sliceO_Structures.lib

 

 

Example

 

 

 

See also

 

Script command "Read: image file_name"

Fct_File_Open

Fct_File_Close