espadon.class {espadon}R Documentation

ESPADON class

Description

ESPADON class

Usage

espadon.class()

Value

Returns a vector of espadon class names.

Note

Each object of a class has specific features that are used to display or process that object.

- the "patient" class includes :

- the "t.mat" class includes :

A espadon object of class "dvh", "fan", "histo","histo2D","mesh", "reg", "struct", "t.mat","undef","volume" is a list containing at least:

If the object was generated from a DICOM file, the list also contains:

if the object is linked to another DICOM object, the list also contains:

- the "dvh" class also includes :

- the "fan" class also includes :

- the "histo" class also includes :

- the "histo2D" class also includes :

- the "mesh" class also includes :

- the "reg" class also includes :

- the "rtplan" class also includes :

- the "struct" class also includes :

- the "undef" class : is used for DICOM objects that will not be processed further by espadon functions. It can also include what the user wants.

- the "volume" class also includes :

See Also

toy.load.patient, load.patient.from.dicom, load.patient.from.Rdcm, load.T.MAT histo.DVH, histo.vol, histo.from.roi, histo.from.bin, histo.2D, mesh.from.bin, load.obj.from.Rdcm

Examples

cat ("espadon class names are:", paste (espadon.class(), collapse = ", "))

[Package espadon version 1.7.0 Index]