[][src]Crate neurarbor

Utilities for manipulating tree graphs, for the analysis of neuronal arbors.

Traits

Location
LocationArbor
TopoArbor

Trait adding some topological utilities to a tree representation.

Functions

edges_to_tree

Given (child, optional_parent) edges, construct a Tree.

resample_linestring

Place one point at the start of the linestring. Travel down the linestring, placing another point at intervals of length, until you reach the end. Return all the placed points.

resample_tree_points

Keeps root, branches, and leaves: otherwise, resample each slab with the given length.

Type Definitions

Precision