ScriptModule
Classes
FileInterface.h File Reference

Classes

class  IO
 
class  File
 The File 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 InputPort 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 InputPort object. More...