| RTdata-class {RadOnc} | R Documentation |
Class "RTdata"
Description
A data structure containing a corresponding CT image, dose grid, and structure set
Objects from the Class
Objects can be created by calls of the form new("RTdata", name, CT, dose, structures, ...).
Slots
name:Name of the dataset (e.g. "Patient XX")
CT:Object of class
"array"containing computed tomography (CT) image data in Houndsfield unitsdose:Object of class
"array"containing dose grid data (pre-calculated using a separate treatment planning system) with a"dose.units"attribute specifying the units of dose.structures:Object of class
"structure.list"containing the corresponding structure set, indexed to the CT and dose grid coordinate systems
Methods
- $
Extract a given parameter from a
RTdataobject- $<-
Assign a value to a given parameter within a
RTdataobject- names
Extract dataset name from an
RTdataobject- names<-
Assign a name to an
RTdataobjectDisplay summary of
RTdataobject- show
Display summary of
RTdataobject
Author(s)
Reid F. Thompson (reid.thompson@gmail.com)
See Also
Examples
showClass("RTdata")