public class InsectBrainLoader extends Object
Modifier and Type | Class and Description |
---|---|
static class |
InsectBrainLoader.NeuronInfo |
Constructor and Description |
---|
InsectBrainLoader(int id) |
Modifier and Type | Method and Description |
---|---|
List<InsectBrainCompartment> |
getAnnotations() |
List<OBJMesh> |
getMeshes() |
InsectBrainLoader.NeuronInfo |
getNeuronInfo() |
Tree |
getTree()
Gets the collection of Paths for the specified cell ID
|
boolean |
idExists()
Checks whether the neuron to be loaded was found in the database.
|
static boolean |
isDatabaseAvailable()
Checks whether a connection to the Insect Brain Database can be established.
|
static void |
main(String... args) |
public static boolean isDatabaseAvailable()
public boolean idExists()
public Tree getTree()
Tree
, or null if data
could not be retrievedpublic List<InsectBrainCompartment> getAnnotations()
public InsectBrainLoader.NeuronInfo getNeuronInfo()
public static void main(String... args)
Copyright © 2015–2021 Fiji. All rights reserved.