Point classes and functions.
Functions
as_point
|
Create a Point from a data block row. |
Classes
COLS
|
Column labels for internal data representation. |
Point
|
|
-
class
neurom.core.point.COLS[source]
Bases: object
Column labels for internal data representation.
-
class
neurom.core.point.Point(x, y, z, r, t)
Bases: tuple
-
neurom.core.point.as_point(row)[source]
Create a Point from a data block row.