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

#include <Params.h>

Public Member Functions

const MMFFPropoperator() (const unsigned int atomType) const
 Looks up the parameters for a particular key and returns them.
 
 MMFFPropCollection (std::string mmffProp="")
 

Public Attributes

std::vector< MMFFPropd_params
 
std::vector< std::uint8_t > d_iAtomType
 the parameter vector
 

Detailed Description

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

Constructor & Destructor Documentation

◆ MMFFPropCollection()

ForceFields::MMFF::MMFFPropCollection::MMFFPropCollection ( std::string mmffProp = "")

Member Function Documentation

◆ operator()()

const MMFFProp * ForceFields::MMFF::MMFFPropCollection::operator() ( const unsigned int atomType) const
inline

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

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

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

Member Data Documentation

◆ d_iAtomType

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

the parameter vector

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

◆ d_params

std::vector<MMFFProp> ForceFields::MMFF::MMFFPropCollection::d_params

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


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