Documentation

PdbAtom
in package

Class PdbAtom

Tags
author

Amélie DUVERNET aka Amelaye amelieonline@gmail.com

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

$chainId

private string $chainId = ""

$element

private string $element = ""

$occupancy

private float $occupancy = 0.0

$resName

private string $resName = ""

$tempFactor

private float $tempFactor = 0.0

Methods

getAltLoc()

public getAltLoc() : string
Return values
string

getChainId()

public getChainId() : string
Return values
string

getElement()

public getElement() : string
Return values
string

getName()

public getName() : string
Return values
string

getOccupancy()

public getOccupancy() : float
Return values
float

getResName()

public getResName() : string
Return values
string

getResSeq()

public getResSeq() : int
Return values
int

getSerial()

public getSerial() : int
Return values
int

getTempFactor()

public getTempFactor() : float
Return values
float

getX()

public getX() : float
Return values
float

getY()

public getY() : float
Return values
float

getZ()

public getZ() : float
Return values
float

setAltLoc()

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
On this page

Search results