| Modifier and Type | Method and Description |
|---|---|
Structure |
Structure.getCopy()
Returns a copy of this structure.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MmtfStructure
The implementation of
Structures for mmtf structures. |
| Modifier and Type | Method and Description |
|---|---|
Structure |
MmtfStructure.getCopy() |
| Modifier and Type | Class and Description |
|---|---|
class |
OakStructure |
| Modifier and Type | Method and Description |
|---|---|
Structure |
OakStructure.getCopy() |
| Modifier and Type | Method and Description |
|---|---|
static StructuralMotif |
StructuralMotif.fromLeafIdentifiers(Structure structure,
List<LeafIdentifier> leafIdentifiers)
Creates a
StructuralMotif by extracting the given residues identified by a list of LeafIdentifiers. |
static boolean |
Structures.isAlphaCarbonStructure(Structure structure)
Returns true iff the given
Structure consists only of alpha carbon atoms (this may include hydrogen
atoms). |
static boolean |
Structures.isBackboneStructure(Structure structure)
Returns true iff the given
Structure consists only of backbone atoms (this may include beta carbon and
hydrogen atoms). |
| Modifier and Type | Method and Description |
|---|---|
Structure |
StructureParser.MultiParser.next() |
Structure |
StructureParser.SingleChainStep.parse()
Returns the parsed structure, skipping user contact with parsing.
|
Structure |
StructureParser.SingleParser.parse()
Parses the structure as specifies during teh selection process and returns is,
|
| Modifier and Type | Method and Description |
|---|---|
List<Structure> |
StructureParser.MultiChainStep.parse()
Returns a list of parsed structures, skipping user contact with parsing.
|
List<Structure> |
StructureParser.MultiParser.parse()
Parses all structures that are queued for this
StructureParser.MultiParser. |
| Modifier and Type | Method and Description |
|---|---|
static String |
StructureRepresentation.composePdbRepresentation(Structure structure)
Creates a pdb representation of the given structure.
|
static StructureSelector.StructuralModelStep |
StructureSelector.selectFrom(Structure structure) |
| Constructor and Description |
|---|
Selector(Structure structure) |
Copyright © 2018. All rights reserved.