Modifier and Type | Method and Description |
---|---|
static MembraneModel |
DataPool.getMembraneModel()
returns the Instance of the MembraneModel currently open
|
Modifier and Type | Method and Description |
---|---|
static void |
DataPool.replaceMembraneModel(MembraneModel membrane)
replaces the current Membrane completely
|
Modifier and Type | Method and Description |
---|---|
void |
Membrane3D.repaintByMembraneModel(MembraneModel model)
repaints the 3D model by using the informations from the model.
|
Constructor and Description |
---|
NewMembraneDialog(MembraneModel model) |
Modifier and Type | Method and Description |
---|---|
void |
StatisticsView.updateMembraneStatistics(MembraneModel model,
int domainID) |
Modifier and Type | Method and Description |
---|---|
MembraneModel |
MembraneXmlReader.getResultingMembraneModel()
Returns the MembraneModel that should have been filled before
|
MembraneModel |
ReversePDBParser.restoreMembraneModelFromPdbFile(java.io.File pdbFile) |
MembraneModel |
ReversePDBParser.restoreMembraneModelFromPdbFile(java.io.File pdbFile,
java.io.File cm2File,
CoordinateTransformationHints overwriteHints) |
Modifier and Type | Method and Description |
---|---|
boolean |
PDBWriter.coordinatesWouldExceedValidNumberRangeCurrently(MembraneModel model) |
void |
MembraneXmlWriter.writeMembrane(java.io.File file,
MembraneModel model)
Stores the Data of the passed MembraneModel in a JDOM Document which gets
written into the passed file.
|
Modifier and Type | Method and Description |
---|---|
static java.awt.image.BufferedImage |
Cm2_Toolkit.Membrane_Image2D_Generator.create2DImageOfCurrentMembrane(MembraneModel model,
int mode,
boolean drawLipidsToo,
boolean useRealLipidAtomColors,
boolean drawLabels,
int layerID) |