org.jmol.shapespecial
public class Dipoles extends Shape
Field Summary | |
---|---|
int | atomIndex1 |
int | atomIndex2 |
Vector3f | calculatedDipole |
short | colix |
Dipole | currentDipole |
int | dipoleCount |
Dipole[] | dipoles |
float | dipoleValue |
static short | DEFAULT_MAD |
static float | DEFAULT_OFFSETSIDE |
Point3f | endCoord |
static float | E_ANG_PER_DEBYE |
boolean | iHaveTwoEnds |
boolean | isBond |
boolean | isUserValue |
Point3f | startCoord |
Dipole | tempDipole |
Method Summary | |
---|---|
Dipole | allocDipole(String thisID, String dipoleInfo) |
void | clear(boolean clearBondDipolesOnly) |
void | deleteDipole(Dipole dipole) |
void | dumpDipoles(String msg) |
Dipole | findBondDipole(Bond bond) |
Dipole | findDipole(String thisID) |
Dipole | findDipole(Atom atom1, Atom atom2, boolean doAllocate) |
Dipole | findDipole(String thisID, String dipoleInfo) |
void | getBondDipoles() |
int | getDipoleIndex(String dipoleInfo, String thisID) |
int | getDipoleIndex(int atomIndex1, int atomIndex2) |
int | getIndexFromName(String thisID) |
Vector | getShapeDetail() |
String | getShapeState() |
boolean | isBondDipole(int i) |
boolean | isSameAtoms(Dipole dipole, String dipoleInfo) |
void | setColixDipole(short colix, short bondTypeMask, BitSet bs) |
void | setDipole() |
void | setDipole(Atom atom1, Atom atom2, float c1, float c2) |
void | setModelIndex() |
void | setProperty(String propertyName, Object value, BitSet bs) |
void | setVisibilityFlags(BitSet bs) |