segmentation Package

segmentation Package

class AbstCellSegmenter(cell=None, **kwargs)[source]

Bases: object

__init__(cell=None, **kwargs)[source]
get_num_segment_region(region)[source]
get_num_segment_total(cell)[source]
get_num_segments(section)[source]
class CellSegmenter_MaxCompartmentLength(max_segment_length=5, **kwargs)[source]

Bases: morphforge.simulation.base.segmentation.cellsegmenter.CellSegmenterStd

__init__(max_segment_length=5, **kwargs)[source]
_get_n_segments(section)[source]

cellsegmenter Module

class AbstCellSegmenter(cell=None, **kwargs)[source]

Bases: object

__init__(cell=None, **kwargs)[source]
get_num_segment_region(region)[source]
get_num_segment_total(cell)[source]
get_num_segments(section)[source]
class CellSegmenterStd(**kwargs)[source]

Bases: morphforge.simulation.base.segmentation.cellsegmenter.AbstCellSegmenter

__init__(**kwargs)[source]
_get_n_segments(section)[source]
get_num_segments(section)[source]
class CellSegmenter_MaxCompartmentLength(max_segment_length=5, **kwargs)[source]

Bases: morphforge.simulation.base.segmentation.cellsegmenter.CellSegmenterStd

__init__(max_segment_length=5, **kwargs)[source]
_get_n_segments(section)[source]
class CellSegmenter_MaxLengthByID(section_id_segment_maxsizes=None, default_segment_length=5, **kwargs)[source]

Bases: morphforge.simulation.base.segmentation.cellsegmenter.CellSegmenterStd

__init__(section_id_segment_maxsizes=None, default_segment_length=5, **kwargs)[source]
_get_n_segments(section)[source]
class CellSegmenter_SingleSegment(**kwargs)[source]

Bases: morphforge.simulation.base.segmentation.cellsegmenter.CellSegmenterStd

_get_n_segments(section)[source]

segment Module