#include <NMRDataFactory.hh>
|
| basic::datacache::CacheableDataOP | get_nmr_data (std::string const &nmr_data_type, std::string const &filename, pose::Pose const &pose) |
| | Factory function that takes an NMR data type and input filename as arguments and returns a pointer to the NMR data. More...
|
| |
| void | create_attach_nmr_data_to_pose (std::string const &nmr_data_type, std::string const &filename, pose::Pose &pose) |
| | Factory function that takes an NMR data type and input filename as arguments, creates NMR data and attaches them directly to the pose. More...
|
| |
| core::scoring::nmr::NMRDataFactory::NMRDataFactory |
( |
| ) |
|
|
private |
Empty default constructor.
Empty constructor.
| void core::scoring::nmr::NMRDataFactory::create_attach_nmr_data_to_pose |
( |
std::string const & |
nmr_data_type, |
|
|
std::string const & |
filename, |
|
|
pose::Pose & |
pose |
|
) |
| |
| basic::datacache::CacheableDataOP core::scoring::nmr::NMRDataFactory::get_nmr_data |
( |
std::string const & |
nmr_data_type, |
|
|
std::string const & |
filename, |
|
|
pose::Pose const & |
pose |
|
) |
| |
Factory function that takes an NMR data type and input filename as arguments and returns a pointer to the NMR data.
The documentation for this class was generated from the following files: