Skip to content

Latest commit

 

History

History
95 lines (62 loc) · 1.78 KB

structure_class.md

File metadata and controls

95 lines (62 loc) · 1.78 KB

structure_class

Contents

Structure

Class implementing the lazy loading of a mesh if the dictionary is
queried for it.

__getitem__ [#11]

Check the source code online

def __getitem__(self, item):

 
docstring:

no docstring

StructuresDict

Class to handle dual indexing by either acronym or id.

Parameters
----------
mesh_path : str or Path object
    path to folder containing all meshes .obj files

__init__ [#39]

Check the source code online

def __init__(self, structures_list):

 
docstring:

no docstring

__getitem__ [#51]

Check the source code online

def __getitem__(self, item):

 
docstring:

Core implementation of the class support for different indexing.

Parameters

----------

item :

Returns

-------

__repr__ [#69]

Check the source code online

def __repr__(self):

 
docstring:

String representation of the class, print all regions names