PdbAtom
in package
Class PdbAtom
Tags
Table of Contents
Properties
- $altLoc : string
- $chainId : string
- $element : string
- $name : string
- $occupancy : float
- $resName : string
- $resSeq : int
- $serial : int
- $tempFactor : float
- $x : float
- $y : float
- $z : float
Methods
- getAltLoc() : string
- getChainId() : string
- getElement() : string
- getName() : string
- getOccupancy() : float
- getResName() : string
- getResSeq() : int
- getSerial() : int
- getTempFactor() : float
- getX() : float
- getY() : float
- getZ() : float
- setAltLoc() : void
- setChainId() : void
- setElement() : void
- setName() : void
- setOccupancy() : void
- setResName() : void
- setResSeq() : void
- setSerial() : void
- setTempFactor() : void
- setX() : void
- setY() : void
- setZ() : void
Properties
$altLoc
private
string
$altLoc
= ""
$chainId
private
string
$chainId
= ""
$element
private
string
$element
= ""
$name
private
string
$name
= ""
$occupancy
private
float
$occupancy
= 0.0
$resName
private
string
$resName
= ""
$resSeq
private
int
$resSeq
= 0
$serial
private
int
$serial
= 0
$tempFactor
private
float
$tempFactor
= 0.0
$x
private
float
$x
= 0.0
$y
private
float
$y
= 0.0
$z
private
float
$z
= 0.0
Methods
getAltLoc()
public
getAltLoc() : string
Return values
stringgetChainId()
public
getChainId() : string
Return values
stringgetElement()
public
getElement() : string
Return values
stringgetName()
public
getName() : string
Return values
stringgetOccupancy()
public
getOccupancy() : float
Return values
floatgetResName()
public
getResName() : string
Return values
stringgetResSeq()
public
getResSeq() : int
Return values
intgetSerial()
public
getSerial() : int
Return values
intgetTempFactor()
public
getTempFactor() : float
Return values
floatgetX()
public
getX() : float
Return values
floatgetY()
public
getY() : float
Return values
floatgetZ()
public
getZ() : float
Return values
floatsetAltLoc()
public
setAltLoc(string $altLoc) : void
Parameters
- $altLoc : string
setChainId()
public
setChainId(string $chainId) : void
Parameters
- $chainId : string
setElement()
public
setElement(string $element) : void
Parameters
- $element : string
setName()
public
setName(string $name) : void
Parameters
- $name : string
setOccupancy()
public
setOccupancy(float $occupancy) : void
Parameters
- $occupancy : float
setResName()
public
setResName(string $resName) : void
Parameters
- $resName : string
setResSeq()
public
setResSeq(int $resSeq) : void
Parameters
- $resSeq : int
setSerial()
public
setSerial(int $serial) : void
Parameters
- $serial : int
setTempFactor()
public
setTempFactor(float $tempFactor) : void
Parameters
- $tempFactor : float
setX()
public
setX(float $x) : void
Parameters
- $x : float
setY()
public
setY(float $y) : void
Parameters
- $y : float
setZ()
public
setZ(float $z) : void
Parameters
- $z : float