hemocell
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
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
 
 y
 
 z
 
 rx
 
 ry
 
 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

◆ ry

cell.Cell.ry

◆ rz

cell.Cell.rz

◆ x

cell.Cell.x

◆ y

cell.Cell.y

◆ z

cell.Cell.z