Uses of Class
noduledistances.imagej.Node
-
Uses of Node in noduledistances.imagej
Fields in noduledistances.imagej with type parameters of type NodeModifier and TypeFieldDescriptionRootGraph.nodesNode is an extension of java.awt.point that includes an identifier for the node, i.e.Methods in noduledistances.imagej that return NodeMethods in noduledistances.imagej with parameters of type NodeModifier and TypeMethodDescriptionvoidAdds an edge to the graph.protected intStatistics.closestColorType(Node node, RootGraph graph) computes what color the closest nodule is.protected intStatistics.closestDistance(int color, Node node, RootGraph graph) Statistics.computeStatistics(int[] radii, Node node, RootGraph graph, ArrayList<Integer> options) Computes the number of nodules within a given radius of a given color.doublecomputes the euclidean distance between this node and the given node.protected static doubleStatistics.meanDistance(int color, Node node, RootGraph graph) Computes the mean distance from the given nodule to all other nodules of a given type.protected intStatistics.numNodulesinBall(int color, int radius, Node node, RootGraph graph) Finds the number of nodules in the ball of given radius, centered at given node.voidRootGraph.removeEdge(Node[] nodeEdge) method for removing the given edge.