Uses of Class
com.actelion.research.chem.descriptor.flexophore.MolDistHist
-
Packages that use MolDistHist Package Description com.actelion.research.chem.descriptor com.actelion.research.chem.descriptor.flexophore -
-
Uses of MolDistHist in com.actelion.research.chem.descriptor
Fields in com.actelion.research.chem.descriptor declared as MolDistHist Modifier and Type Field Description static MolDistHistDescriptorHandlerFlexophore. FAILED_OBJECTMethods in com.actelion.research.chem.descriptor that return MolDistHist Modifier and Type Method Description MolDistHistDescriptorHandlerFlexophore. createDescriptor(java.lang.Object mol)MolDistHistDescriptorHandlerFlexophore. createDescriptorSingleConf(ConformerSet conformerSet)MolDistHistDescriptorHandlerFlexophore. decode(byte[] bytes)MolDistHistDescriptorHandlerFlexophore. decode(java.lang.String s) -
Uses of MolDistHist in com.actelion.research.chem.descriptor.flexophore
Methods in com.actelion.research.chem.descriptor.flexophore that return MolDistHist Modifier and Type Method Description MolDistHistMolDistHist. copy()MolDistHistMolDistHistEncoder. decode(byte[] arr)MolDistHistMolDistHistEncoder. decode(java.lang.String s)MolDistHistMolDistHistViz. getMolDistHist()static MolDistHistMolDistHist. read(java.lang.String strMolDistHist)reads a MolDistHist from the toString() method.Methods in com.actelion.research.chem.descriptor.flexophore with parameters of type MolDistHist Modifier and Type Method Description voidMolDistHist. copy(MolDistHist copy)voidDistHistEncoder. decodeHistograms(java.lang.String s, MolDistHist mdh)java.lang.StringMolDistHistEncoder. encode(MolDistHist mdh)static voidMolDistHistViz. merge(MolDistHistViz mdhviz, MolDistHist mdh)Deprecated.Constructors in com.actelion.research.chem.descriptor.flexophore with parameters of type MolDistHist Constructor Description MolDistHist(MolDistHist mdh)MolDistHistViz(MolDistHist mdh)MolDistHistVizFrag(MolDistHist mdh)
-