public class StructureRepresentation extends Object
AtomContainer in a pdb format, ready to be written to a file.| Modifier and Type | Method and Description |
|---|---|
static String |
composePdbRepresentation(List<LeafSubstructure<?>> leaves)
Creates a pdb representation of the given structure.
|
static String |
composePdbRepresentation(OakModel structuralModel)
Creates a representation of the given model.
|
static String |
composePdbRepresentation(Structure structure)
Creates a pdb representation of the given structure.
|
public static String composePdbRepresentation(Structure structure)
structure - The structure.public static String composePdbRepresentation(List<LeafSubstructure<?>> leaves)
leaves - The leaves.Copyright © 2018. All rights reserved.