#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...
|
|
◆ NMRDataFactory()
core::scoring::nmr::NMRDataFactory::NMRDataFactory |
( |
| ) |
|
|
private |
Empty default constructor.
Empty constructor.
◆ create_attach_nmr_data_to_pose()
void core::scoring::nmr::NMRDataFactory::create_attach_nmr_data_to_pose |
( |
std::string const & |
nmr_data_type, |
|
|
std::string const & |
filename, |
|
|
pose::Pose & |
pose |
|
) |
| |
◆ get_nmr_data()
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.
References protocols::abinitio::filename().
◆ utility::SingletonBase< NMRDataFactory >
The documentation for this class was generated from the following files: