Interface PdbAtomInterface
getSerial() : int
setSerial(int $serial) : void
getName() : string
setName(string $name) : void
getAltLoc() : string
setAltLoc(string $altLoc) : void
getResName() : string
setResName(string $resName) : void
getChainId() : string
setChainId(string $chainId) : void
getResSeq() : int
setResSeq(int $resSeq) : void
getX() : float
setX(float $x) : void
getY() : float
setY(float $y) : void
getZ() : float
setZ(float $z) : void
getOccupancy() : float
setOccupancy(float $occupancy) : void
getTempFactor() : float
setTempFactor(float $tempFactor) : void
getElement() : string
setElement(string $element) : void