geoLet: class for loading and presenting DICOM data

Description Usage Examples

View source: R/geoLet.R

Description

Instantiate an object of the class geoLet.This represents just the classname, methods are exposed with the technique of 'closure'. In order to see manuals for the single mathods, consider the vignette or use the available for the following wrapping functions:

The original methods for the class geoLet can also be invocked using the same name without the previx 'GTL.', i.e.:

Usage

1
2
3
geoLet(ROIVoxelMemoryCache = TRUE, folderCleanUp = FALSE,
  loadXMLInCache = FALSE, loadRAWInCache = TRUE,
  defaultExtension = "*.dcm")

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
## Not run: 
# first of all create an object obj.1 and obj.2
obj.1<-geoLet()
obj.2<-geoLet()

# now load a DICOM serie using the methods for obj.1 and the wrapping function for obj.2
# The result is the same: the only difference is some froceries available in the second way (i.e.: help online)

obj.1$openDICOMFolder(pathToOpen='./DICOMSeries/pat001' );
obj.2<-GLT.openDICOMFolder(obj = obj.2, pathToOpen='./DICOMSeries/pat001' );#' 


## End(Not run)

robertogattabs/RadAgent documentation built on June 30, 2018, 12:02 a.m.