MincInfo-class: Class "MincInfo"

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

Description

The MincInfo class is used to hold essential minc volume information, which can then be passed to various functions. As such, this class is contained within a number of other higher-level classes. While this class can be created directly by the user via the mincIO.readMincInfo method, typically, objects of this class would be instantiated by other higher-level methods.

Objects from the Class

Objects can be created by calls of the form new("MincInfo", ...), although direct creation of a MincInfo object by the user should be avoided. For internal use only.

Slots

volumeDataClass:

Object of class "numeric"

volumeDataType:

Object of class "numeric"

spaceType:

Object of class "character"

nDimensions:

Object of class "numeric"

dimInfo:

Object of class "data.frame"

nFrames:

Object of class "numeric"

timeWidths:

Object of class "numeric"

timeOffsets:

Object of class "numeric"

volumeIntensityRange:

Object of class "numeric"

filename:

Object of class "character"

Methods

mincIO.readVolume

signature(object = "MincInfo"): ...

show

signature(object = "MincInfo"): ...

Author(s)

Jim Nikelski nikelski@bic.mni.mcgill.ca

See Also

MincSlice MincSliceIO MincVolumeIO

Examples

1
showClass("MincInfo")

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