|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jmol.smiles.SmilesMeasure
public class SmilesMeasure
Field Summary | |
---|---|
(package private) int |
index
|
private int[] |
indices
|
(package private) boolean |
isNot
|
private float |
max
|
private float |
min
|
(package private) int |
nPoints
|
private Point3f[] |
points
|
private static float |
radiansPerDegree
|
(package private) SmilesSearch |
search
|
(package private) int |
type
|
(package private) static String |
TYPES
|
Constructor Summary | |
---|---|
SmilesMeasure(SmilesSearch search,
int index,
int type,
float min,
float max,
boolean isNot)
|
Method Summary | |
---|---|
(package private) boolean |
addPoint(int index)
|
(package private) boolean |
check()
|
static void |
setTorsionData(Point3f pt1a,
Point3f pt1,
Point3f pt2,
Point3f pt2a,
SmilesSearch.VTemp v,
boolean isAll)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
SmilesSearch search
int nPoints
int type
int index
boolean isNot
private int[] indices
static final String TYPES
private float min
private float max
private static final float radiansPerDegree
private final Point3f[] points
Constructor Detail |
---|
SmilesMeasure(SmilesSearch search, int index, int type, float min, float max, boolean isNot)
Method Detail |
---|
public String toString()
toString
in class Object
boolean addPoint(int index)
boolean check()
public static void setTorsionData(Point3f pt1a, Point3f pt1, Point3f pt2, Point3f pt2a, SmilesSearch.VTemp v, boolean isAll)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |