MincSlice-class: Class "MincSlice"

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

Description

The purpose of a MincSlice object is to hold a 2 dimensional slice of a volume. Slices can be in any of the 3 orthogonal orientations. Overloaded print and plot functions permit display of slice summary information, as well as slice visualization.

Objects from the Class

Objects can be created by calls of the form new("MincSlice", data, nrow, ncol, byrow, dimnames, ...) although users are not expected to instantiate these objects directly.

Slots

.Data:

Object of class "matrix"

mincInfo:

Object of class "MincInfo"

sliceNumber:

Object of class "numeric"

orientation:

Object of class "character"

sliceIntensityRange:

Object of class "numeric"

volumeType:

Object of class "character"

colorMap:

Object of class "character"

aspectRatio:

Object of class "numeric"

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

plot

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

print

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

mincIO.putSlice

signature(mincSlice = "MincSlice", mincVolume = "MincVolumeIO"): ...

show

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

Author(s)

Jim Nikelski nikelski@bic.mni.mcgill.ca

See Also

MincInfo MincSliceIO MincVolumeIO

Examples

1
showClass("MincSlice")

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