Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Dicom Namespace
Inheritance Hierarchy
In This Topic
    devDept.Eyeshot.Dicom Namespace
    In This Topic
    Provides classes for surface reconstruction from CT scans.
    Classes
     ClassDescription
    Class CT image information of a single slice.
    ClassDictionary for public DICOM attributes. Reference: DCIOM Standard 2009, Part 3: Information Object Definitions
    Class The DICOM element
    ClassThe DICOM tree. The hierarchy of the tree is: Patient-SOPClass-Study-Series-Instance(Image).
    ClassDICOM Instance class. It represents one physical DICOM file.
    ClassThe IOD (Information Object Definitions) element. This is the DicomElement that contains the info about the single slice.
    ClassDICOM SOP Class Dictionary Reference: DICOM Standard 2009, Part 4: Service Class Specifications, Table B.5-1 Standard SOP Classes
    ClassDICOM Transfer Syntax Dictionary. Reference: DCIOM Standard 2009, Part 5: Data Structures and Encoding.
    ClassUtility class for the volume rendering reconstruction.

    The volume rendering is a set of techniques used to display a 2D projection of a 3D discretely sampled data set, typically a 3D scalar field.

    A typical 3D data set is a group of 2D slice images acquired by a CT, MRI, or MicroCT scanner. Usually these are acquired in a regular pattern (e.g., one slice every millimeter) and usually have a regular number of image pixels in a regular pattern. This is an example of a regular volumetric grid, with each volume element, or voxel represented by a single value that is obtained by sampling the immediate area surrounding the voxel.

    Class Volume rendering base definition.
    Enumerations
     EnumerationDescription
    Enumeration DICOM node type.
    Enumeration DICOM Version
    See Also