MincVoxelIO-class: Class "MincVoxelIO"

Description Objects from the Class Slots Extends Methods Author(s) See Also Examples

Description

This class permits the loading of volume data at voxel granularity. That is, rather than reading an entire 3D volume or slice, this class allows the user to define a specific voxel location that is to be read across all frames of a 4D volume, or across all volumes of a series of 3D volumes, or both.

Objects from the Class

Objects can be created by calls of the form new("MincVoxelIO", data, nrow, ncol, byrow, dimnames, ...), however, users are not expected to instantiate these objects directly. More conveniently, these objects are usually created by calls to mincIO.readByVoxel.

Slots

.Data:

Object of class "matrix"

mincInfo:

Object of class "MincInfo"

voxelCoords:

Object of class "numeric"

worldCoords:

Object of class "numeric"

filenames:

Object of class "character"

Extends

Class "matrix", from data part. Class "array", by class "matrix", distance 2. Class "structure", by class "matrix", distance 3. Class "vector", by class "matrix", distance 4, with explicit coerce.

Methods

print

signature(x = "MincVoxelIO"): ...

Author(s)

Jim Nikelski nikelski@bic.mni.mcgill.ca

See Also

mincIO.readByVoxel

Examples

1
showClass("MincVoxelIO")

jnikelski/rmincIO documentation built on May 19, 2019, 2:58 p.m.