Uses of Class
com.actelion.research.chem.descriptor.flexophore.PPNodeViz
-
Packages that use PPNodeViz Package Description com.actelion.research.chem.descriptor.flexophore -
-
Uses of PPNodeViz in com.actelion.research.chem.descriptor.flexophore
Methods in com.actelion.research.chem.descriptor.flexophore that return PPNodeViz Modifier and Type Method Description PPNodeVizPPNodeViz. getCopy()PPNodeVizMolDistHistViz. getNode(int i)PPNodeVizPPNodeVizTriangle. getNodeA()PPNodeVizPPNodeVizTriangle. getNodeB()PPNodeVizPPNodeVizTriangle. getNodeC()Methods in com.actelion.research.chem.descriptor.flexophore that return types with arguments of type PPNodeViz Modifier and Type Method Description java.util.List<PPNodeViz>MolDistHistViz. getNodes()Methods in com.actelion.research.chem.descriptor.flexophore with parameters of type PPNodeViz Modifier and Type Method Description voidPPNodeViz. addAtoms(PPNodeViz node)Only atoms are added that are not yet in the list, check PPAtom.equals for comparison.intMolDistHistViz. addNode(PPNodeViz node)voidPPNodeViz. copy(PPNodeViz node)Copy of node into thisbooleanPPNodeViz. hasSamePosition(PPNodeViz node)Method parameters in com.actelion.research.chem.descriptor.flexophore with type arguments of type PPNodeViz Modifier and Type Method Description voidMolDistHistViz. set(java.util.List<PPNodeViz> liPPNodeViz)Constructors in com.actelion.research.chem.descriptor.flexophore with parameters of type PPNodeViz Constructor Description PPNodeViz(PPNodeViz node)PPNodeVizTriangle(PPNodeViz n1, PPNodeViz n2, PPNodeViz n3)
-