Class FlexophoreAtomContributionColors
- java.lang.Object
-
- com.actelion.research.chem.descriptor.flexophore.FlexophoreAtomContributionColors
-
public class FlexophoreAtomContributionColors extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FlexophoreAtomContributionColors(MolDistHist molFlexophore, MolDistHist refFlexophore, int molAtomCount, int refAtomCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int[]
getMolARGB()
MolDistHist
getMolFlexophore()
float[]
getMolRadius()
int[]
getRefARGB()
MolDistHist
getRefFlexophore()
float[]
getRefRadius()
-
-
-
Constructor Detail
-
FlexophoreAtomContributionColors
public FlexophoreAtomContributionColors(MolDistHist molFlexophore, MolDistHist refFlexophore, int molAtomCount, int refAtomCount)
-
-
Method Detail
-
getMolFlexophore
public MolDistHist getMolFlexophore()
-
getRefFlexophore
public MolDistHist getRefFlexophore()
-
getMolARGB
public int[] getMolARGB()
-
getRefARGB
public int[] getRefARGB()
-
getMolRadius
public float[] getMolRadius()
-
getRefRadius
public float[] getRefRadius()
-
-