NAMD
Public Member Functions | Public Attributes | List of all members
patchDataStrc Struct Reference

#include <ComputeQM.h>

Public Member Functions

 patchDataStrc (Box< Patch, CompAtom > *pbP, CompAtom *caP, HomePatch *hpP)
 

Public Attributes

Box< Patch, CompAtom > * posBoxP
 
CompAtomcompAtomP
 
HomePatchhomePatchP
 

Detailed Description

Definition at line 19 of file ComputeQM.h.

Constructor & Destructor Documentation

patchDataStrc::patchDataStrc ( Box< Patch, CompAtom > *  pbP,
CompAtom caP,
HomePatch hpP 
)
inline

Definition at line 23 of file ComputeQM.h.

References compAtomP, homePatchP, and posBoxP.

23  {
24  posBoxP = pbP;
25  compAtomP = caP;
26  homePatchP = hpP;
27  }
HomePatch * homePatchP
Definition: ComputeQM.h:22
Box< Patch, CompAtom > * posBoxP
Definition: ComputeQM.h:20
CompAtom * compAtomP
Definition: ComputeQM.h:21

Member Data Documentation

CompAtom* patchDataStrc::compAtomP

Definition at line 21 of file ComputeQM.h.

Referenced by patchDataStrc().

HomePatch* patchDataStrc::homePatchP

Definition at line 22 of file ComputeQM.h.

Referenced by patchDataStrc().

Box<Patch, CompAtom >* patchDataStrc::posBoxP

Definition at line 20 of file ComputeQM.h.

Referenced by patchDataStrc().


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