Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Dicom Namespace / VolumeRenderingBase<T> Class
The struct type.
Members

In This Topic
    VolumeRenderingBase<T> Class
    In This Topic
    Volume rendering base definition.
    Syntax
    'Declaration
     
    Public MustInherit Class VolumeRenderingBase(Of T As {New, Struct}) 
       Inherits devDept.Eyeshot.Triangulation.MarchingCubes
    public abstract class VolumeRenderingBase<T> : devDept.Eyeshot.Triangulation.MarchingCubes 
    where T: new(), struct
    Type Parameters
    T
    The struct type.
    Inheritance Hierarchy

    System.Object
       devDept.Eyeshot.WorkUnit
          devDept.Eyeshot.Triangulation.MarchingCubes
             devDept.Eyeshot.Dicom.VolumeRenderingBase<T>
                devDept.Eyeshot.Dicom.VolumeRendering

    See Also