Package | Description |
---|---|
org.cellmicrocosmos.cm2.membranepackingalgorithm |
Modifier and Type | Method and Description |
---|---|
Protein |
MembranePackingAlgorithm.getNearestProtein(Molecule mol)
Returns the nearest protein.
|
Protein |
MembranePackingAlgorithm.getNearestProteinDetailed(Molecule mol,
boolean detailed)
Returns the nearest protein.
|
Protein |
MembranePackingAlgorithm.getNearestProteinExcept(Molecule mol,
java.util.Vector<Protein> except)
Returns the nearest protein.
|
Protein |
MembranePackingAlgorithm.getNearestProteinExceptDetailed(Molecule mol,
java.util.Vector<Protein> except,
boolean detailed)
Returns the nearest protein.
|
Modifier and Type | Method and Description |
---|---|
java.util.Vector<Protein> |
MembranePackingAlgorithm.getAllProteins()
Returns a Vector with all proteins in the membrane Will return all proteins
that belong to the currently selected bilayer
|
java.util.Vector<Protein> |
MembranePackingAlgorithm.getAllProteinsInDomain(int domainID)
Returns a Vector with all proteins in the given domain
Will return all proteins that belong to the currently
selected bilayer domain.
|
Modifier and Type | Method and Description |
---|---|
Protein |
MembranePackingAlgorithm.getNearestProteinExcept(Molecule mol,
java.util.Vector<Protein> except)
Returns the nearest protein.
|
Protein |
MembranePackingAlgorithm.getNearestProteinExceptDetailed(Molecule mol,
java.util.Vector<Protein> except,
boolean detailed)
Returns the nearest protein.
|