RDKit
Open-source cheminformatics and machine learning.
Loading...
Searching...
No Matches
ForceFields::MMFF::MMFFChgCollection Class Reference

#include <Params.h>

Public Member Functions

const std::pair< int, const MMFFChg * > getMMFFChgParams (const unsigned int bondType, const unsigned int iAtomType, const unsigned int jAtomType) const
 Looks up the parameters for a particular key and returns them.
 
 MMFFChgCollection (std::string mmffChg="")
 the parameter 3D-map
 

Public Attributes

std::vector< MMFFChgd_params
 the parameter vector
 
std::vector< std::uint8_t > d_iAtomType
 atom type vector for atom i
 
std::vector< std::uint8_t > d_jAtomType
 atom type vector for atom j
 
std::vector< std::uint8_t > d_bondType
 bond type vector for bond i-j
 

Detailed Description

Definition at line 262 of file MMFF/Params.h.

Constructor & Destructor Documentation

◆ MMFFChgCollection()

ForceFields::MMFF::MMFFChgCollection::MMFFChgCollection ( std::string mmffChg = "")

the parameter 3D-map

Member Function Documentation

◆ getMMFFChgParams()

const std::pair< int, const MMFFChg * > ForceFields::MMFF::MMFFChgCollection::getMMFFChgParams ( const unsigned int bondType,
const unsigned int iAtomType,
const unsigned int jAtomType ) const
inline

Looks up the parameters for a particular key and returns them.

Returns
a pointer to the MMFFChg object, NULL on failure.

Definition at line 268 of file MMFF/Params.h.

Member Data Documentation

◆ d_bondType

std::vector<std::uint8_t> ForceFields::MMFF::MMFFChgCollection::d_bondType

bond type vector for bond i-j

Definition at line 329 of file MMFF/Params.h.

◆ d_iAtomType

std::vector<std::uint8_t> ForceFields::MMFF::MMFFChgCollection::d_iAtomType

atom type vector for atom i

Definition at line 327 of file MMFF/Params.h.

◆ d_jAtomType

std::vector<std::uint8_t> ForceFields::MMFF::MMFFChgCollection::d_jAtomType

atom type vector for atom j

Definition at line 328 of file MMFF/Params.h.

◆ d_params

std::vector<MMFFChg> ForceFields::MMFF::MMFFChgCollection::d_params

the parameter vector

Definition at line 326 of file MMFF/Params.h.


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