VFBUtils Class Documentation#

Package: sc.fiji.snt.annotation

Utility methods for accessing/handling Virtual Fly Brain (VFB) annotations

Methods#

Getters Methods#

static getMesh(String, ColorRGB)

Retrieves the mesh associated with the specified VFB id.

static getRefBrain(String)

Retrieves the surface mesh of an adult Drosophila template brain. No Internet connection is required, as these meshes (detailed on the nat.flybrains documentation) are bundled with SNT.

static getXYZLabels()
static isDatabaseAvailable()

Checks whether a connection to the Virtual Fly Brain database can be established.

Other Methods#

static brainBarycentre(String)

Returns the spatial centroid of an adult Drosophila template brain.

static main(String;)

See Also#