Chemical Data Processing Library C++ API - Version 1.1.1
Classes | Public Types | Public Member Functions | Static Public Member Functions | List of all members
CDPL::ForceField::MMFF94AngleBendingParameterTable Class Reference

#include <MMFF94AngleBendingParameterTable.hpp>

Classes

class  Entry
 

Public Types

typedef std::shared_ptr< MMFF94AngleBendingParameterTableSharedPointer
 
typedef boost::transform_iterator< std::function< const Entry &(const DataStorage::value_type &)>, DataStorage::const_iterator > ConstEntryIterator
 
typedef boost::transform_iterator< std::function< Entry &(DataStorage::value_type &)>, DataStorage::iterator > EntryIterator
 

Public Member Functions

 MMFF94AngleBendingParameterTable ()
 
void addEntry (unsigned int angle_type_idx, unsigned int term_atom1_type, unsigned int ctr_atom_type, unsigned int term_atom2_type, double force_const, double ref_angle)
 
const EntrygetEntry (unsigned int angle_type_idx, unsigned int term_atom1_type, unsigned int ctr_atom_type, unsigned int term_atom2_type) const
 
std::size_t getNumEntries () const
 
void clear ()
 
bool removeEntry (unsigned int angle_type_idx, unsigned int term_atom1_type, unsigned int ctr_atom_type, unsigned int term_atom2_type)
 
EntryIterator removeEntry (const EntryIterator &it)
 
ConstEntryIterator getEntriesBegin () const
 
ConstEntryIterator getEntriesEnd () const
 
EntryIterator getEntriesBegin ()
 
EntryIterator getEntriesEnd ()
 
ConstEntryIterator begin () const
 
ConstEntryIterator end () const
 
EntryIterator begin ()
 
EntryIterator end ()
 
void load (std::istream &is)
 
void loadDefaults ()
 

Static Public Member Functions

static void set (const SharedPointer &table)
 
static const SharedPointerget ()
 

Member Typedef Documentation

◆ SharedPointer

◆ ConstEntryIterator

typedef boost::transform_iterator<std::function<const Entry&(const DataStorage::value_type&)>, DataStorage::const_iterator> CDPL::ForceField::MMFF94AngleBendingParameterTable::ConstEntryIterator

◆ EntryIterator

typedef boost::transform_iterator<std::function<Entry&(DataStorage::value_type&)>, DataStorage::iterator> CDPL::ForceField::MMFF94AngleBendingParameterTable::EntryIterator

Constructor & Destructor Documentation

◆ MMFF94AngleBendingParameterTable()

CDPL::ForceField::MMFF94AngleBendingParameterTable::MMFF94AngleBendingParameterTable ( )

Member Function Documentation

◆ addEntry()

void CDPL::ForceField::MMFF94AngleBendingParameterTable::addEntry ( unsigned int  angle_type_idx,
unsigned int  term_atom1_type,
unsigned int  ctr_atom_type,
unsigned int  term_atom2_type,
double  force_const,
double  ref_angle 
)

◆ getEntry()

const Entry& CDPL::ForceField::MMFF94AngleBendingParameterTable::getEntry ( unsigned int  angle_type_idx,
unsigned int  term_atom1_type,
unsigned int  ctr_atom_type,
unsigned int  term_atom2_type 
) const

◆ getNumEntries()

std::size_t CDPL::ForceField::MMFF94AngleBendingParameterTable::getNumEntries ( ) const

◆ clear()

void CDPL::ForceField::MMFF94AngleBendingParameterTable::clear ( )

◆ removeEntry() [1/2]

bool CDPL::ForceField::MMFF94AngleBendingParameterTable::removeEntry ( unsigned int  angle_type_idx,
unsigned int  term_atom1_type,
unsigned int  ctr_atom_type,
unsigned int  term_atom2_type 
)

◆ removeEntry() [2/2]

EntryIterator CDPL::ForceField::MMFF94AngleBendingParameterTable::removeEntry ( const EntryIterator it)

◆ getEntriesBegin() [1/2]

ConstEntryIterator CDPL::ForceField::MMFF94AngleBendingParameterTable::getEntriesBegin ( ) const

◆ getEntriesEnd() [1/2]

ConstEntryIterator CDPL::ForceField::MMFF94AngleBendingParameterTable::getEntriesEnd ( ) const

◆ getEntriesBegin() [2/2]

EntryIterator CDPL::ForceField::MMFF94AngleBendingParameterTable::getEntriesBegin ( )

◆ getEntriesEnd() [2/2]

EntryIterator CDPL::ForceField::MMFF94AngleBendingParameterTable::getEntriesEnd ( )

◆ begin() [1/2]

ConstEntryIterator CDPL::ForceField::MMFF94AngleBendingParameterTable::begin ( ) const

◆ end() [1/2]

ConstEntryIterator CDPL::ForceField::MMFF94AngleBendingParameterTable::end ( ) const

◆ begin() [2/2]

EntryIterator CDPL::ForceField::MMFF94AngleBendingParameterTable::begin ( )

◆ end() [2/2]

EntryIterator CDPL::ForceField::MMFF94AngleBendingParameterTable::end ( )

◆ load()

void CDPL::ForceField::MMFF94AngleBendingParameterTable::load ( std::istream &  is)

◆ loadDefaults()

void CDPL::ForceField::MMFF94AngleBendingParameterTable::loadDefaults ( )

◆ set()

static void CDPL::ForceField::MMFF94AngleBendingParameterTable::set ( const SharedPointer table)
static

◆ get()

static const SharedPointer& CDPL::ForceField::MMFF94AngleBendingParameterTable::get ( )
static

The documentation for this class was generated from the following file: