![]() |
UnityMol
1.0.25beta
|
Macros | |
#define | INC_CAPACITY 15; |
Functions | |
int | extractStr (char *dest, const char *src, int begin, int end) |
void | getAtomType (const char *line, char *out) |
void | getResType (const char *line, char *out) |
void | getAtomElement (const char *line, char *out) |
void | getCoordinates (const char *line, float3 *out) |
void | getAtomId (const char *line, int *atomId) |
void | getResidueId (const char *line, int *residueId) |
void | getAlternativeLoc (const char *line, char *altLoc) |
void | getChainId (const char *line, char *chainId) |
void | getOccupancy (const char *line, float *occupancy) |
void | getTempFactor (const char *line, float *tempFactor) |
void | updateResiduePointers (chain *C) |
void | updateAtomPointers (residue *R) |
pdb * | initPDB () |
int | parsePDB (char *pdbFilePath, pdb *P, char *options) |
int | writePDB (const char *filename, const pdb *P) |
int | writeFilePDB (FILE *F, const pdb *P) |
int | printPDB (pdb *P) |
void | freePDB (pdb *P) |
void | appendChaintoPdb (pdb *P, chain newChain) |
void | appendResiduetoChain (chain *C, residue newResidue) |
void | appendAtomtoResidue (residue *R, atom newAtom) |
#define INC_CAPACITY 15; |
int extractStr | ( | char * | dest, |
const char * | src, | ||
int | begin, | ||
int | end | ||
) |
void freePDB | ( | pdb * | P | ) |
void getAlternativeLoc | ( | const char * | line, |
char * | altLoc | ||
) |
void getAtomElement | ( | const char * | line, |
char * | out | ||
) |
void getAtomId | ( | const char * | line, |
int * | atomId | ||
) |
void getAtomType | ( | const char * | line, |
char * | out | ||
) |
void getChainId | ( | const char * | line, |
char * | chainId | ||
) |
void getCoordinates | ( | const char * | line, |
float3 * | out | ||
) |
void getOccupancy | ( | const char * | line, |
float * | occupancy | ||
) |
void getResidueId | ( | const char * | line, |
int * | residueId | ||
) |
void getResType | ( | const char * | line, |
char * | out | ||
) |
void getTempFactor | ( | const char * | line, |
float * | tempFactor | ||
) |
pdb* initPDB | ( | void | ) |
int parsePDB | ( | char * | pdbFilePath, |
pdb * | P, | ||
char * | options | ||
) |
int printPDB | ( | pdb * | P | ) |
void updateAtomPointers | ( | residue * | R | ) |
void updateResiduePointers | ( | chain * | C | ) |
int writeFilePDB | ( | FILE * | F, |
const pdb * | P | ||
) |
int writePDB | ( | const char * | filename, |
const pdb * | P | ||
) |