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::MMFF94OutOfPlaneBendingParameterTable Class Reference

#include <MMFF94OutOfPlaneBendingParameterTable.hpp>

Classes

class  Entry
 

Public Types

typedef std::shared_ptr< MMFF94OutOfPlaneBendingParameterTableSharedPointer
 
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

 MMFF94OutOfPlaneBendingParameterTable ()
 
void addEntry (unsigned int term_atom1_type, unsigned int ctr_atom_type, unsigned int term_atom2_type, unsigned int oop_atom_type, double force_const)
 
const EntrygetEntry (unsigned int term_atom1_type, unsigned int ctr_atom_type, unsigned int term_atom2_type, unsigned int oop_atom_type) const
 
std::size_t getNumEntries () const
 
void clear ()
 
bool removeEntry (unsigned int term_atom1_type, unsigned int ctr_atom_type, unsigned int term_atom2_type, unsigned int oop_atom_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 (unsigned int param_set)
 

Static Public Member Functions

static void set (const SharedPointer &table, unsigned int param_set)
 
static const SharedPointerget (unsigned int param_set)
 

Member Typedef Documentation

◆ SharedPointer

◆ ConstEntryIterator

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

◆ EntryIterator

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

Constructor & Destructor Documentation

◆ MMFF94OutOfPlaneBendingParameterTable()

CDPL::ForceField::MMFF94OutOfPlaneBendingParameterTable::MMFF94OutOfPlaneBendingParameterTable ( )

Member Function Documentation

◆ addEntry()

void CDPL::ForceField::MMFF94OutOfPlaneBendingParameterTable::addEntry ( unsigned int  term_atom1_type,
unsigned int  ctr_atom_type,
unsigned int  term_atom2_type,
unsigned int  oop_atom_type,
double  force_const 
)

◆ getEntry()

const Entry& CDPL::ForceField::MMFF94OutOfPlaneBendingParameterTable::getEntry ( unsigned int  term_atom1_type,
unsigned int  ctr_atom_type,
unsigned int  term_atom2_type,
unsigned int  oop_atom_type 
) const

◆ getNumEntries()

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

◆ clear()

void CDPL::ForceField::MMFF94OutOfPlaneBendingParameterTable::clear ( )

◆ removeEntry() [1/2]

bool CDPL::ForceField::MMFF94OutOfPlaneBendingParameterTable::removeEntry ( unsigned int  term_atom1_type,
unsigned int  ctr_atom_type,
unsigned int  term_atom2_type,
unsigned int  oop_atom_type 
)

◆ removeEntry() [2/2]

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

◆ getEntriesBegin() [1/2]

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

◆ getEntriesEnd() [1/2]

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

◆ getEntriesBegin() [2/2]

EntryIterator CDPL::ForceField::MMFF94OutOfPlaneBendingParameterTable::getEntriesBegin ( )

◆ getEntriesEnd() [2/2]

EntryIterator CDPL::ForceField::MMFF94OutOfPlaneBendingParameterTable::getEntriesEnd ( )

◆ begin() [1/2]

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

◆ end() [1/2]

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

◆ begin() [2/2]

EntryIterator CDPL::ForceField::MMFF94OutOfPlaneBendingParameterTable::begin ( )

◆ end() [2/2]

EntryIterator CDPL::ForceField::MMFF94OutOfPlaneBendingParameterTable::end ( )

◆ load()

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

◆ loadDefaults()

void CDPL::ForceField::MMFF94OutOfPlaneBendingParameterTable::loadDefaults ( unsigned int  param_set)

◆ set()

static void CDPL::ForceField::MMFF94OutOfPlaneBendingParameterTable::set ( const SharedPointer table,
unsigned int  param_set 
)
static

◆ get()

static const SharedPointer& CDPL::ForceField::MMFF94OutOfPlaneBendingParameterTable::get ( unsigned int  param_set)
static

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