Sails::Output
struct Sails::Output
Represents the output of a Sails process.
This class is used to hold the output of a process, which includes a gemmi::Structure object, an MTZ object and log string.
Summary
Members | Descriptions |
---|---|
| |
| |
| |
| |
|
Members
public gemmi::Structure
structure
public
MTZ
mtz
public std::string
log
public std::map< int, std::map< std::string, std::string > >
snfgs
public inline
Output
(gemmi::Structure & structure,
MTZ
& mtz, std::string log, std::map< int, std::map< std::string, std::string > > & snfgs)
public inline
Output
(gemmi::Structure & structure, std::string log, std::map< int, std::map< std::string, std::string > > & snfgs)
Last modified: 23 November 2024