OpenMD 3.0
Molecular Dynamics in the Open
Loading...
Searching...
No Matches
OpenMD::Component Class Reference
+ Inheritance diagram for OpenMD::Component:

Public Member Functions

virtual void validate ()
 
MoleculeStampgetMoleculeStamp ()
 
bool findMoleculeStamp (const std::map< std::string, MoleculeStamp * > &molStamps)
 
- Public Member Functions inherited from OpenMD::DataHolder
template<class T >
void assign (const std::string &keyword, T val)
 

Additional Inherited Members

- Protected Types inherited from OpenMD::DataHolder
using ParamMap = std::map<std::string, ParameterBase*>
 
- Protected Attributes inherited from OpenMD::DataHolder
ParamMap parameters_
 
std::set< std::string > deprecatedKeywords_
 

Detailed Description

Definition at line 52 of file Component.hpp.

Constructor & Destructor Documentation

◆ Component()

OpenMD::Component::Component ( )

Definition at line 52 of file Component.cpp.

◆ ~Component()

OpenMD::Component::~Component ( )
virtual

Definition at line 58 of file Component.cpp.

Member Function Documentation

◆ findMoleculeStamp()

bool OpenMD::Component::findMoleculeStamp ( const std::map< std::string, MoleculeStamp * > & molStamps)

Definition at line 66 of file Component.cpp.

◆ getMoleculeStamp()

MoleculeStamp * OpenMD::Component::getMoleculeStamp ( )
inline

Definition at line 61 of file Component.hpp.

◆ validate()

void OpenMD::Component::validate ( )
virtual

Reimplemented from OpenMD::DataHolder.

Definition at line 60 of file Component.cpp.


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