public interface BrainAnnotation
Modifier and Type | Field and Description |
---|---|
static char |
ANY_HEMISPHERE |
static char |
LEFT_HEMISPHERE |
static char |
RIGHT_HEMISPHERE |
Modifier and Type | Method and Description |
---|---|
String |
acronym() |
String[] |
aliases() |
BrainAnnotation |
getAncestor(int level) |
static char |
getHemisphereFlag(String hemisphere) |
OBJMesh |
getMesh() |
int |
getOntologyDepth() |
BrainAnnotation |
getParent() |
int |
id() |
boolean |
isChildOf(BrainAnnotation annotation) |
boolean |
isMeshAvailable() |
boolean |
isParentOf(BrainAnnotation parentCompartment) |
String |
name() |
static final char LEFT_HEMISPHERE
static final char RIGHT_HEMISPHERE
static final char ANY_HEMISPHERE
int id()
String name()
String acronym()
String[] aliases()
OBJMesh getMesh()
boolean isChildOf(BrainAnnotation annotation)
annotation
boolean isParentOf(BrainAnnotation parentCompartment)
annotation
int getOntologyDepth()
boolean isMeshAvailable()
BrainAnnotation getAncestor(int level)
level
- the ancestor level as negative 1-based index. E.g., -1
retrieves the last ancestor (parent), -2
retrieves the
second to last, etcBrainAnnotation getParent()
static char getHemisphereFlag(String hemisphere)
Copyright © 2015–2021 Fiji. All rights reserved.