brainglobe
Search…
About
BrainGlobe help forum
bg-atlasapi
BG-AtlasAPI
Usage
Contributing
Adding a new atlas
API documentation
bg_atlas
cli
list_atlases
config
core
structure_tree_util
structure_class
update_atlases
utils
BrainGlobe's publications
Work using BrainGlobe's tools
GitHub repository
cellfinder
Introduction
Installation
User guide
Tutorial
Troubleshooting
Using conda
Image definition
Getting in touch
Contributing to cellfinder
Release notes
Citing cellfinder
Misc
GitHub repository
cellfinder-core
Introduction
GitHub repository
cellfinder-napari
Introduction
User guide
GitHub repository
brainreg
Introduction
Installation
User guide
Tutorial
Visualisation
GitHub repository
BRAINREG-NAPARI
Introduction
User guide
Tutorial
brainreg-segment
Introduction
User guide
Applications
GitHub repository
bg-space
BG-Space
Usage
morphapi
Morphapi
Usage
Brainrender
Brainrender
Governance model
Hackathon
Github repository
Powered By
GitBook
structure_class
Contents
​
Structure
​
​
__getitem__
[#11]
​
​
StructuresDict
​
​
__init__
[#39]
​
​
__getitem__
[#51]
​
​
__repr__
[#69]
​
Structure
1
Class implementing the lazy loading of a mesh if the dictionary is
2
queried for it.
Copied!
__getitem__
[#11]
Check the
source code
online
1
def
__getitem__
(
self
,
item
):
Copied!
 docstring:
no docstring
StructuresDict
1
Class to handle dual indexing by either acronym or id.
2
​
3
Parameters
4
----------
5
mesh_path : str or Path object
6
path to folder containing all meshes .obj files
Copied!
__init__
[#39]
Check the
source code
online
1
def
__init__
(
self
,
structures_list
):
Copied!
 docstring:
no docstring
__getitem__
[#51]
Check the
source code
online
1
def
__getitem__
(
self
,
item
):
Copied!
 docstring:
1
Core implementation of the class support for different indexing.
2
​
3
Parameters
4
​
5
----------
6
​
7
item :
8
​
9
Returns
10
​
11
-------
Copied!
__repr__
[#69]
Check the
source code
online
1
def
__repr__
(
self
):
Copied!
 docstring:
1
String representation of the class, print all regions names
Copied!
Previous
structure_tree_util
Next
update_atlases
Last modified
1yr ago
Copy link
Contents
Contents
Structure
__getitem__ [#11]
StructuresDict
__init__ [#39]
__getitem__ [#51]
__repr__ [#69]