Script
Classes
fileinterface.h File Reference

Classes

class  SCR_FileIOTypeWrapper
 
class  SCR_FileWrapper
 The SCR_FileWrapper class is base class to TemporaryFile and PermanentFile. More...
 
class  PermanentFile
 The PermanentFile class is used to represent an actual image file on disk which will not be deleted after script execution. Permanent files can be instantiated in the scripting environment or retrieved in an SM_InputPortWrapper object. More...
 
class  TemporaryFile
 The TemporaryFile class is used to represent an actual image file on disk which will be deleted after script execution. Temporary files can be instantiated in the scripting environment or retrieved in an SM_InputPortWrapper object. More...