ScriptModule
Classes
FileInterface.h File Reference

Classes

class  IO
 The IO class enumerates the different types of stream behaviour the ImageFile can take. An instance of this class is directly accessible through the scripting environment. More...
 
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...