|
Chemical Data Processing Library C++ API - Version 1.1.1
|
Go to the documentation of this file.
29 #ifndef CDPL_CONFGEN_TORSIONLIBRARY_HPP
30 #define CDPL_CONFGEN_TORSIONLIBRARY_HPP
51 void load(std::istream& is);
53 void save(std::ostream& os)
const;
67 #endif // CDPL_CONFGEN_TORSIONLIBRARY_HPP
Definition of the class CDPL::ConfGen::TorsionCategory.
static const SharedPointer & get()
std::shared_ptr< TorsionLibrary > SharedPointer
Definition: TorsionLibrary.hpp:49
Definition: TorsionLibrary.hpp:46
Definition of the preprocessor macro CDPL_CONFGEN_API.
#define CDPL_CONFGEN_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
Definition: TorsionCategory.hpp:48
The namespace of the Chemical Data Processing Library.
static void set(const SharedPointer &lib)
void save(std::ostream &os) const
void load(std::istream &is)