Learn R Programming

ANTsR (version 0.4.0)

antsrTransform-class: An S4 class for an antsrTransform

Description

C++ type used to represent an ITK image transform.

Arguments

object

input object to convert

.Object

input object to convert

precision

string e.g. "float" or "double"

dimension

dimensionality of the transform (2,3,or 4)

type

type of transform' etc noting that short is not supported

Slots

dimension

usually 2 or 3 but can be 4

precision

math precision is float or double'

pointer

to the memory location of the itk object