Skip to content

webknossos._nml.volume

class Volume(builtins.tuple):

Volume(id, location, fallback_layer, name, segments, format, largest_segment_id)

Volume( id: int, location: Union[str, NoneType], fallback_layer: Union[str, NoneType], name: Union[str, NoneType], segments: List[webknossos._nml.segment.Segment], format: Union[str, NoneType] = None, largest_segment_id: Union[int, NoneType] = None)

Create new instance of Volume(id, location, fallback_layer, name, segments, format, largest_segment_id)

id: int

Alias for field number 0

location: Union[str, NoneType]

Alias for field number 1

fallback_layer: Union[str, NoneType]

Alias for field number 2

name: Union[str, NoneType]

Alias for field number 3

Alias for field number 4

format: Union[str, NoneType]

Alias for field number 5

largest_segment_id: Union[int, NoneType]

Alias for field number 6

Inherited Members
builtins.tuple
index
count