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::Structurestructure
publicMTZmtz
public std::stringlog
public std::map< int, std::map< std::string, std::string > >snfgs
public inlineOutput(gemmi::Structure & structure,MTZ& mtz, std::string log, std::map< int, std::map< std::string, std::string > > & snfgs)
public inlineOutput(gemmi::Structure & structure, std::string log, std::map< int, std::map< std::string, std::string > > & snfgs)
Last modified: 23 November 2024