NAMD
|
#include <PDBData.h>
Public Member Functions | |
PDBUnknown (const char *data) | |
virtual | ~PDBUnknown (void) |
void | sprint (char *s, PDBFormatStyle usestyle) |
![]() | |
PDBData (PDBType newtype) | |
virtual | ~PDBData (void) |
PDBType | type (void) |
Additional Inherited Members | |
![]() | |
enum | PDBType { HEADER, OBSLTE, COMPND, SOURCE, EXPDTA, AUTHOR, REVDAT, SPRSDE, JRNL, REMARK, SEQRES, FTNOTE, HET, FORMUL, HELIX, SHEET, TURN, SSBOND, SITE, CRYST1, ORIGX, SCALE, MTRIX, TVECT, MODEL, ATOM, HETATM, SIGATM, ANISOU, SIGUIJ, TER, ENDMDL, CONECT, MASTER, END, UNKNOWN } |
enum | PDBFormatStyle { COLUMNS, FIELDS } |
![]() | |
static const char * | PDBNames [UNKNOWN+1] |
![]() | |
static void | scan (const char *data, int len, int start, int size, int *ans, int defalt) |
static void | scan (const char *data, int len, int start, int size, BigReal *ans, BigReal defalt) |
static void | scan (const char *data, int len, int start, int size, char *ans) |
static void | field (const char *data, int fld, char *result) |
static void | sprintcol (char *s, int start, int len, const char *val) |
static void | sprintcol (char *s, int start, int len, int val) |
*** provide a simple way to print to a specific column More... | |
static void | sprintcol (char *s, int start, int len, int prec, BigReal val) |
|
inline |
|
inlinevirtual |
|
inlinevirtual |
Reimplemented from PDBData.
Definition at line 123 of file PDBData.h.
References PDBData::COLUMNS.