Skip to main contentCrate molar_gromacs
Source - CptPluginFns
- Function pointer table for CPT functions resolved from the plugin shared library.
- TprAtom
- C-ABI atom data, layout matches
TprAtom in wrapper.hpp. - TprBond
- C-ABI bond pair.
- TprMolecule
- C-ABI molecule range (both ends inclusive).
- TprPlugin
- Holds the dynamically loaded plugin library and the resolved function pointers.
- TprPluginFns
- Function pointer table resolved from the plugin shared library.
- CptHandle
- Opaque handle returned by
cpt_open. - TprHandle
- Opaque handle returned by
tpr_open.