Package | Description |
---|---|
org.biojava.nbio.structure |
Interfaces and classes for protein structure (PDB).
|
org.biojava.nbio.structure.io.mmtf |
Modifier and Type | Method and Description |
---|---|
PDBCrystallographicInfo |
PDBHeader.getCrystallographicInfo() |
PDBCrystallographicInfo |
StructureImpl.getCrystallographicInfo()
Gets crystallographic information for this structure
|
PDBCrystallographicInfo |
Structure.getCrystallographicInfo()
Get crystallographic information for this structure
|
Modifier and Type | Method and Description |
---|---|
void |
PDBHeader.setCrystallographicInfo(PDBCrystallographicInfo crystallographicInfo) |
void |
StructureImpl.setCrystallographicInfo(PDBCrystallographicInfo crystallographicInfo)
Sets crystallographic information for this structure
|
void |
Structure.setCrystallographicInfo(PDBCrystallographicInfo crystallographicInfo)
Set crystallographic information for this structure
|
Modifier and Type | Method and Description |
---|---|
static float[] |
MmtfUtils.getUnitCellAsArray(PDBCrystallographicInfo xtalInfo)
Get the length six array of the unit cell information.
|
Copyright © 2000–2019 BioJava. All rights reserved.