BornAgain  1.18.0
Simulate and fit neutron and x-ray scattering at grazing incidence
Input_output_internal

Input/output internal classes. More...

Classes

class  OutputDataReader
 Reads OutputData from file using different reading strategies. More...
 
class  OutputDataReadFactory
 Creates reader appropariate for given type of files. More...
 
class  IOutputDataReadStrategy
 Interface for reading strategy of OutputData from file. More...
 
class  OutputDataReadINTStrategy
 Strategy to read BornAgain native IntensityData from ASCII file. More...
 
class  OutputDataReadReflectometryStrategy
 Strategy to read Reflectometry data from ASCII file. More...
 
class  OutputDataReadNumpyTXTStrategy
 Strategy to read OutputData from simple ASCII file with the layout as in numpy.savetxt. More...
 
class  OutputDataWriteFactory
 Creates writer appropariate for given type of files. More...
 
class  OutputDataWriter
 Write OutputData to file using different witing strategies. More...
 
class  IOutputDataWriteStrategy
 Strategy interface to write OututData in file. More...
 
class  OutputDataWriteINTStrategy
 Strategy to write OutputData to special BornAgain ASCII format. More...
 
class  OutputDataWriteNumpyTXTStrategy
 Strategy to write OutputData to simple ASCII file with the layout as in numpy.savetxt. More...
 

Detailed Description

Input/output internal classes.