Changeset 6e250f for molecuilder/src/molecule.hpp
- Timestamp:
- Oct 18, 2009, 4:35:25 PM (16 years ago)
- Children:
- 312ba2
- Parents:
- f444ce
- File:
-
- 1 edited
-
molecuilder/src/molecule.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/molecule.hpp
rf444ce r6e250f 187 187 template <typename T> void SetAtomValueToIndexedArray ( T *array, int TesselPoint::*index, T atom::*value ); 188 188 template <typename T> void SetAtomValueToIndexedArray ( T *array, int element::*index, T atom::*value ); 189 template <typename T> void SetAtomValueToValue ( T value, T atom::*ptr ); 189 190 190 191 template <typename res> res SumPerAtom(res (atom::*f)() ); … … 269 270 void InitComponentNumbers(); 270 271 void ResetAllBondsToUnused(); 271 void ResetAllAtomNumbers();272 272 int CountCyclicBonds(ofstream *out); 273 273 bool CheckForConnectedSubgraph(ofstream *out, KeySet *Fragment);
Note:
See TracChangeset
for help on using the changeset viewer.
