IOLink Python 1.11.0
Loading...
Searching...
No Matches
iolink.iolink.SpatialDirections Class Reference
Inheritance diagram for iolink.iolink.SpatialDirections:

Public Member Functions

 __init__ (self, *args)
 
 __eq__ (self, other)
 
 __ne__ (self, other)
 
 get_column_direction (self)
 
 get_row_direction (self)
 
 get_slice_direction (self)
 
 to_string (self)
 
 __repr__ (self)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 row_direction = property(get_row_direction, doc=get_row_direction.__doc__)
 
 column_direction = property(get_column_direction, doc=get_column_direction.__doc__)
 
 slice_direction = property(get_slice_direction, doc=get_slice_direction.__doc__)
 

Detailed Description

Describes a spatial axis system, with direction vectors describing the three axes.

Axes are defined in a right hand system, so the third direction can be computed
from the first two ones.

Member Function Documentation

◆ get_column_direction()

iolink.iolink.SpatialDirections.get_column_direction (   self)
The direction vector following the column dimension (X)

◆ get_row_direction()

iolink.iolink.SpatialDirections.get_row_direction (   self)
The direction vector following the row dimension (Y)

◆ get_slice_direction()

iolink.iolink.SpatialDirections.get_slice_direction (   self)
The direction vector following the slice dimension (Z)

◆ to_string()

iolink.iolink.SpatialDirections.to_string (   self)
Return a string decription of the spatial directions.

The documentation for this class was generated from the following file: