Skip to content

webknossos.geometry.mag

#   class Mag:
#   Mag(mag: Any)

Method generated by attrs for class Mag.

#   x: int
#   y: int
#   z: int
#   max_dim: int
#   def to_layer_name(self) -> str:
#   def to_long_layer_name(self) -> str:
#   def to_list(self) -> List[int]:
#   def to_np(self) -> numpy.ndarray:
#   def to_vec3_int(self) -> webknossos.geometry.vec3_int.Vec3Int:
#   def to_tuple(self) -> Tuple[int, int, int]:
Back to top