| Modifier and Type | Method and Description |
|---|---|
Fit3DBuilder.AtomStep |
Fit3DBuilder.TargetStep.target(LeafSubstructureContainer target)
Defines the target against which this
Fit3D search should be run. |
Fit3DBuilder.AtomStep |
Fit3DBuilder.Builder.target(LeafSubstructureContainer target) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Chain
Chains that represent one continuous macro molecule (most often the biggest macro molecules and its ligands
are collected in one model). |
interface |
Model
Models represent macro molecular structures.
|
interface |
Structure
Structures represent chemical objects in three dimensional space.
|
| Modifier and Type | Method and Description |
|---|---|
<ContainerType extends LeafSubstructureContainer> |
LeafSubstructureContainer.getCopy() |
| Modifier and Type | Method and Description |
|---|---|
default void |
LeafSubstructureContainer.removeLeafSubstructuresNotRelevantFor(LeafSubstructureContainer leafSubstructuresToKeep)
Removes all
LeafSubstructures from this container that are not referenced in the given
LeafSubstructureContainer. |
| Modifier and Type | Class and Description |
|---|---|
class |
MmtfChain
The implementation of
Chain for mmtf structures. |
class |
MmtfModel
The implementation of
Model for mmtf structures. |
class |
MmtfStructure
The implementation of
Structures for mmtf structures. |
| Modifier and Type | Method and Description |
|---|---|
void |
MmtfModel.removeLeafSubstructuresNotRelevantFor(LeafSubstructureContainer leafSubstructuresToKeep) |
void |
MmtfStructure.removeLeafSubstructuresNotRelevantFor(LeafSubstructureContainer leafSubstructuresToKeep) |
void |
MmtfChain.removeLeafSubstructuresNotRelevantFor(LeafSubstructureContainer leafSubstructuresToKeep)
Removes all
LeafSubstructures from this container that are not referenced in the given
LeafSubstructureContainer. |
| Modifier and Type | Class and Description |
|---|---|
class |
OakChain |
class |
OakModel |
class |
OakStructure |
class |
StructuralMotif |
| Modifier and Type | Method and Description |
|---|---|
static LabeledSymmetricMatrix<LeafSubstructure<?>> |
Structures.calculateDistanceMatrix(LeafSubstructureContainer leafSubstructureContainer)
Returns the distance matrix of the given
LeafSubstructureContainer. |
static double |
Structures.calculateExtent(LeafSubstructureContainer leafSubstructureContainer)
Returns the maximal extent of the given
LeafSubstructureContainer. |
static LabeledSymmetricMatrix<LeafSubstructure<?>> |
Structures.calculateSquaredDistanceMatrix(LeafSubstructureContainer leafSubstructureContainer)
Returns the squared distance matrix of the given
LeafSubstructureContainer. |
static double |
Structures.calculateSquaredExtent(LeafSubstructureContainer leafSubstructureContainer)
Returns the maximal squared extent of the given
LeafSubstructureContainer. |
| Modifier and Type | Method and Description |
|---|---|
static void |
StructureWriter.writeLeafSubstructureContainer(LeafSubstructureContainer leafSubstructureContainer,
Path outputPath)
Writes a given
LeafSubstructureContainer in PDB format. |
Copyright © 2018. All rights reserved.