|
| | PeakFileFormat_xeasy () |
| |
| | PeakFileFormat () |
| |
| | ~PeakFileFormat () override |
| |
| void | write_peak (std::ostream &, core::Size ct, CrossPeak const &) const override |
| |
| void | write_resonances (std::ostream &, CrossPeak const &) const override |
| |
| void | write_strength (std::ostream &, CrossPeak const &) const override |
| |
| void | write_assignments (std::ostream &, CrossPeak const &, std::string const &first_line_end) const override |
| |
| virtual void | write_assignment (std::ostream &, PeakAssignment const &) const |
| |
| virtual void | write_assignment_indent (std::ostream &, CrossPeak const &) const |
| |
| virtual void | write_assignment_stats (std::ostream &os, PeakAssignment &pa) const |
| |
| virtual void | write_nil_assignment (std::ostream &) const |
| |
| void | read_resonances (std::istream &, CrossPeak &) const override |
| |
| void | read_assignments (std::istream &is, std::istream &rest_line, CrossPeak &, std::string &next_line) const override |
| |
| void | read_strength (std::istream &, CrossPeak &) const override |
| |
| CrossPeakOP | read_peak (std::istream &, std::string &next_line) const override |
| |
| void | read_header (std::istream &, std::string &next_line) override |
| |
| void | output_diagnosis (std::ostream &) const override |
| |
| void | set_format_from_peak (CrossPeak const &) override |
| |
| void | write_header (std::ostream &) override |
| |
| bool | compatible_with_current_format (CrossPeak const &) const override |
| |
| void | set_write_atom_names (bool setting=true) |
| |
| bool | write_atom_names () const |
| |
| core::Size | ncol () const |
| |
| | PeakFileFormat_Base () |
| |
| | ~PeakFileFormat_Base () override |
| |
| void | set_filename (std::string str) |
| |
| std::string const & | filename () const |
| |
| bool | ignore_assignments () const |
| |
| void | set_ignore_assignments (bool setting=true) |
| |
| bool | write_only_highest_VC () const |
| |
| void | set_write_only_highest_VC (bool setting=true) |
| |
| core::Real | min_VC_to_write () const |
| |
| void | set_min_VC_to_write (core::Real setting) |
| |
| bool | ignore_negative_intensity () const |
| |
| void | set_ignore_negative_intensity (bool setting=true) |
| |
| void | set_minimum_peak_intensity (core::Real setting) |
| |
| core::Real | minimum_peak_intensity () const |
| |