Last data update: 2014.03.03

R: Class '"RTdata"'
RTdata-classR 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 units

dose:

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 RTdata object

$<-

Assign a value to a given parameter within a RTdata object

names

Extract dataset name from an RTdata object

names<-

Assign a name to an RTdata object

print

Display summary of RTdata object

show

Display summary of RTdata object

Author(s)

Reid F. Thompson (reid.thompson@gmail.com)

See Also

structure.list

Examples

showClass("RTdata")

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(RadOnc)
Loading required package: rgl
Loading required package: geometry
Loading required package: magic
Loading required package: abind
Loading required package: oro.dicom

oro.dicom: Rigorous - DICOM Input / Output (version = 0.5.0)

Loading required package: ptinpoly
Loading required package: misc3d
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/RadOnc/RTdata-class.Rd_%03d_medium.png", width=480, height=480)
> ### Name: RTdata-class
> ### Title: Class '"RTdata"'
> ### Aliases: RTdata-class $,RTdata-method $<-,RTdata-method
> ###   names,RTdata-method names<-,RTdata-method print,RTdata-method
> ###   show,RTdata-method
> ### Keywords: classes
> 
> ### ** Examples
> 
> showClass("RTdata")
Class "RTdata" [package "RadOnc"]

Slots:
                                                                  
Name:            name             CT           dose     structures
Class:      character          array          array structure.list
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>