Skip to content

webknossos._nml.node

class Node(builtins.tuple):

Node(id, position, radius, rotation, inVp, inMag, bitDepth, interpolation, time)

Node( id: int, position: Tuple[float, float, float], radius: Union[float, NoneType] = None, rotation: Union[Tuple[float, float, float], NoneType] = None, inVp: Union[int, NoneType] = None, inMag: Union[int, NoneType] = None, bitDepth: Union[int, NoneType] = None, interpolation: Union[bool, NoneType] = None, time: Union[int, NoneType] = None)

Create new instance of Node(id, position, radius, rotation, inVp, inMag, bitDepth, interpolation, time)

id: int

Alias for field number 0

position: Tuple[float, float, float]

Alias for field number 1

radius: Union[float, NoneType]

Alias for field number 2

rotation: Union[Tuple[float, float, float], NoneType]

Alias for field number 3

inVp: Union[int, NoneType]

Alias for field number 4

inMag: Union[int, NoneType]

Alias for field number 5

bitDepth: Union[int, NoneType]

Alias for field number 6

interpolation: Union[bool, NoneType]

Alias for field number 7

time: Union[int, NoneType]

Alias for field number 8

Inherited Members
builtins.tuple
index
count