Method: RTKIT::BinImage#pos_slice
- Defined in:
- lib/rtkit/bin_image.rb
#pos_slice ⇒ Object
Returns the pos_slice attribute from the Image reference. This attribute defines the physical position (in millimeters) of the image slice. Returns nil if there is no Image reference.
195 196 197 |
# File 'lib/rtkit/bin_image.rb', line 195 def pos_slice return @image ? @image.pos_slice : nil end |