Changeset 97dff0 for src/Fragmentation/Exporters/SaturatedFragment.hpp
- Timestamp:
- Aug 20, 2014, 1:04:08 PM (11 years ago)
- Children:
- 11cc05
- Parents:
- 972412
- git-author:
- Frederik Heber <heber@…> (05/29/14 11:29:27)
- git-committer:
- Frederik Heber <heber@…> (08/20/14 13:04:08)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/Fragmentation/Exporters/SaturatedFragment.hpp ¶
r972412 r97dff0 25 25 class atom; 26 26 class HydrogenPool; 27 class Vector; 27 28 28 29 /** The SaturatedFragment class acts as a wrapper to a KeySet by adding a list … … 110 111 atom * const getHydrogenReplacement(atom * const replacement); 111 112 113 /** Sets a saturation hydrogen at the given position in place of \a _father. 114 * 115 * \param _OwnerAtom atom "owning" the hydrogen (i.e. the one getting saturated) 116 * \param _position new position relative to \a _OwnerAtom 117 * \param _distance scale factor to the distance (default 1.) 118 * \param _father bond partner of \a _OwnerAtom that is replaced 119 */ 120 void setHydrogenReplacement( 121 const atom * const _OwnerAtom, 122 const Vector &_position, 123 const double _distance, 124 atom * const _father); 125 112 126 /** Leases and adds a Hydrogen atom in replacement for the given atom \a *partner in bond with a *origin. 113 127 * Here, we have to distinguish between single, double or triple bonds as stated by \a BondDegree, that each demand
Note:
See TracChangeset
for help on using the changeset viewer.