@Deprecated public class MoleculeUtil extends Object
Constructor and Description |
---|
MoleculeUtil()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
arrangeCrossingBonds(MolBond bond,
Molecule mol,
boolean front)
Deprecated.
as of Marvin 5.11.1 use
MoleculeGraph.setBond(int, MolBond) |
static MolBond[] |
getCrossingBonds(MolBond[] b,
DPoint3 e1,
DPoint3 e2)
Deprecated.
as of Marvin 5.11.1
|
@Deprecated public static void arrangeCrossingBonds(MolBond bond, Molecule mol, boolean front)
MoleculeGraph.setBond(int, MolBond)
bond
- the bond to movemol
- the molecule that contains the bondfront
- Where to move the bond. If true, then the bond is moved to the first place,
otherwise to the last place.@Deprecated public static MolBond[] getCrossingBonds(MolBond[] b, DPoint3 e1, DPoint3 e2)
b
- array of bonds to get the crossing bonds frome1
- first endpoint of the segmente2
- second endpoint of the segment