hemocell
Loading...
Searching...
No Matches
cell.Cell Class Reference

Public Member Functions

 __init__ (self, x, y, z, rx, ry, rz)
 
 __repr__ (self)
 
 translate (self, x, y, z)
 

Static Public Member Functions

 from_str (string)
 

Public Attributes

 x = x
 
 y = y
 
 z = z
 
 rx = rx
 
 ry = ry
 
 rz = rz
 

Constructor & Destructor Documentation

◆ __init__()

cell.Cell.__init__ ( self,
x,
y,
z,
rx,
ry,
rz )
Basic representation of a cell using its position and rotation.

Member Function Documentation

◆ __repr__()

cell.Cell.__repr__ ( self)

◆ from_str()

cell.Cell.from_str ( string)
static

◆ translate()

cell.Cell.translate ( self,
x,
y,
z )

Member Data Documentation

◆ rx

cell.Cell.rx = rx

◆ ry

cell.Cell.ry = ry

◆ rz

cell.Cell.rz = rz

◆ x

cell.Cell.x = x

◆ y

cell.Cell.y = y

◆ z

cell.Cell.z = z