Probe

object Probe

Types

Link copied to clipboard
data class Group(id: String, dots: Map<String, List<Point3d>>, vectors: Map<String, List<Pair<Point3d, Point3d>>>)
Link copied to clipboard
data class Results(exitCode: Int, console: List<String>, groups: Map<String, Probe.Group>)

Functions

Link copied to clipboard
fun run(serviceDir: Path, pdb: String): Probe.Results