![]() |
Rosetta
2021.16
|
Structure for all SimpleMetric Data. Used for mmTF IO and multistage protocols. More...
#include <SimpleMetricStruct.hh>
Public Member Functions | |
| bool | has_data () const |
| Does this struct contain any data? More... | |
Public Attributes | |
| std::map< std::string, std::string > | string_data_ |
| std::map< std::string, core::Real > | real_data_ |
| std::map< std::string, std::map< std::string, std::string > > | composite_string_data_ |
| std::map< std::string, std::map< std::string, core::Real > > | composite_real_data_ |
| std::map< std::string, std::map< core::Size, std::string > > | per_residue_string_data_ |
| std::map< std::string, std::map< core::Size, core::Real > > | per_residue_real_data_ |
| std::map< std::string, std::map< std::string, std::string > > | per_residue_string_output_ |
| std::map< std::string, std::map< std::string, core::Real > > | per_residue_real_output_ |
Structure for all SimpleMetric Data. Used for mmTF IO and multistage protocols.
|
inline |
Does this struct contain any data?
References composite_real_data_, composite_string_data_, per_residue_real_data_, per_residue_string_data_, real_data_, and string_data_.
Referenced by core::io::pose_from_sfr::PoseFromSFRBuilder::refine_pose().
| std::map< std::string, std::map< std::string, core::Real > > core::simple_metrics::SimpleMetricStruct::composite_real_data_ |
Referenced by core::simple_metrics::SimpleMetricData::clear(), core::simple_metrics::SimpleMetricData::get_composite_real_metric_data(), core::simple_metrics::SimpleMetricData::get_value(), has_data(), core::simple_metrics::SimpleMetricData::set_value(), and core::simple_metrics::SimpleMetricData::show().
| std::map< std::string, std::map< std::string, std::string > > core::simple_metrics::SimpleMetricStruct::composite_string_data_ |
Referenced by core::simple_metrics::SimpleMetricData::clear(), core::simple_metrics::SimpleMetricData::get_composite_string_metric_data(), core::simple_metrics::SimpleMetricData::get_value(), has_data(), core::simple_metrics::SimpleMetricData::set_value(), and core::simple_metrics::SimpleMetricData::show().
| std::map< std::string, std::map< core::Size, core::Real > > core::simple_metrics::SimpleMetricStruct::per_residue_real_data_ |
Referenced by core::simple_metrics::SimpleMetricData::clear(), core::simple_metrics::SimpleMetricData::get_per_residue_real_metric_data(), core::simple_metrics::SimpleMetricData::get_value(), has_data(), core::simple_metrics::SimpleMetricData::set_value(), and core::simple_metrics::SimpleMetricData::show().
| std::map< std::string, std::map< std::string, core::Real > > core::simple_metrics::SimpleMetricStruct::per_residue_real_output_ |
| std::map< std::string, std::map< core::Size, std::string > > core::simple_metrics::SimpleMetricStruct::per_residue_string_data_ |
Referenced by core::simple_metrics::SimpleMetricData::clear(), core::simple_metrics::SimpleMetricData::get_per_residue_string_metric_data(), core::simple_metrics::SimpleMetricData::get_value(), has_data(), core::simple_metrics::SimpleMetricData::set_value(), and core::simple_metrics::SimpleMetricData::show().
| std::map< std::string, std::map< std::string, std::string > > core::simple_metrics::SimpleMetricStruct::per_residue_string_output_ |
| std::map< std::string, core::Real > core::simple_metrics::SimpleMetricStruct::real_data_ |
| std::map< std::string, std::string > core::simple_metrics::SimpleMetricStruct::string_data_ |
1.8.7