NAMD
|
#include "InfoStream.h"
#include "common.h"
#include "NamdTypes.h"
#include "NamdOneTools.h"
#include "Vector.h"
#include "PDB.h"
#include "Molecule.h"
#include "Debug.h"
Go to the source code of this file.
Macros | |
#define | MIN_DEBUG_LEVEL 4 |
Functions | |
void | read_binary_coors (char *fname, PDB *pdbobj) |
void | read_binary_file (const char *fname, Vector *data, int n) |
void | vec_rotation_matrix (BigReal angle, Vector v, BigReal m[]) |
Vector | mat_multiply_vec (const Vector &v, BigReal m[]) |
#define MIN_DEBUG_LEVEL 4 |
Copyright (c) 1995, 1996, 1997, 1998, 1999, 2000 by The Board of Trustees of the University of Illinois. All rights reserved.
Definition at line 18 of file NamdOneTools.C.
Definition at line 232 of file NamdOneTools.C.
References Vector::x, Vector::y, and Vector::z.
Referenced by ComputeRestraints::doForce().
void read_binary_coors | ( | char * | fname, |
PDB * | pdbobj | ||
) |
Copyright (c) 1995, 1996, 1997, 1998, 1999, 2000 by The Board of Trustees of the University of Illinois. All rights reserved.
Definition at line 34 of file NamdOneTools.C.
References PDB::num_atoms(), read_binary_file(), and PDB::set_all_positions().
Referenced by NamdState::loadStructure().
void read_binary_file | ( | const char * | fname, |
Vector * | data, | ||
int | n | ||
) |
Definition at line 52 of file NamdOneTools.C.
References endi(), Fclose(), Fopen(), iINFO(), iout, iWARN(), and NAMD_die().
Referenced by WorkDistrib::createAtomLists(), and read_binary_coors().
Definition at line 132 of file NamdOneTools.C.
References Vector::length(), PI, Vector::x, xx, xy, Vector::y, yy, yz, Vector::z, zx, and zz.
Referenced by ComputeRestraints::doForce().