|
NAMD
|
Go to the source code of this file.
Classes | |
| struct | OutputAtomRecord |
| struct | OutputAtomRecord::shortVals |
| struct | OutputAtomRecord::integerVals |
| struct | OutputAtomRecord::floatVals |
| class | HashPoolAdaptorT< T > |
| class | HashPool< T > |
Macros | |
| #define | COMPRESSED_PSF_VER 1.72 |
| #define | COMPRESSED_PSF_MAGICNUM 1234 |
Functions | |
| void | compress_molecule_info (Molecule *mol, char *psfFileName, Parameters *param, SimParameters *simParam, ConfigList *cfgList) |
| void | flipNum (char *elem, int elemSize, int numElems) |
| template<typename T > | |
| int | lookupCstPool (const std::vector< T > &pool, const T &val) |
| #define COMPRESSED_PSF_MAGICNUM 1234 |
Definition at line 13 of file CompressPsf.h.
Referenced by outputCompressedFile().
| #define COMPRESSED_PSF_VER 1.72 |
Definition at line 9 of file CompressPsf.h.
Referenced by outputCompressedFile().
| void compress_molecule_info | ( | Molecule * | mol, |
| char * | psfFileName, | ||
| Parameters * | param, | ||
| SimParameters * | simParam, | ||
| ConfigList * | cfgList | ||
| ) |
Definition at line 436 of file CompressPsf.C.
References buildExclusions(), g_cfgList, g_mol, g_param, g_simParam, integrateAllAtomSigs(), loadMolInfo(), and outputCompressedFile().
Referenced by NamdState::loadStructure().
| void flipNum | ( | char * | elem, |
| int | elemSize, | ||
| int | numElems | ||
| ) |
Definition at line 406 of file CompressPsf.C.
Referenced by OutputAtomRecord::flip().
| int lookupCstPool | ( | const std::vector< T > & | pool, |
| const T & | val | ||
| ) |
Definition at line 56 of file CompressPsf.h.
Referenced by buildBondData().
1.8.14