Rosetta
Classes | Namespaces | Functions
SimpleMetric.hh File Reference

The base class for Metrics in the Metric/Filter/Reporter system. More...

#include <core/simple_metrics/SimpleMetric.fwd.hh>
#include <core/pose/Pose.fwd.hh>
#include <utility/tag/Tag.fwd.hh>
#include <basic/citation_manager/CitationCollectionBase.fwd.hh>
#include <basic/datacache/DataMap.fwd.hh>
#include <utility/VirtualBase.hh>
#include <utility/tag/XMLSchemaGeneration.fwd.hh>
#include <string>

Classes

class  core::simple_metrics::SimpleMetric
 The base class for Metrics in the Metric/Filter/Reporter system. More...
 

Namespaces

 core
 A class for reading in the atom type properties.
 
 core::simple_metrics
 

Functions

void core::simple_metrics::run_metrics (core::pose::Pose &pose, utility::vector1< SimpleMetricCOP > const &metrics, std::string prefix="", std::string suffix="")
 Apply a set of SimpleMetrics. More...
 

Detailed Description

The base class for Metrics in the Metric/Filter/Reporter system.

Author
Jared Adolf-Bryfogle (jadol.nosp@m.fbr@.nosp@m.gmail.nosp@m..com)
Note
This is interface: it has no fields, and only pure virtual methods. No further constructors should be defined.