Search Results for

    Show / Hide Table of Contents

    Class OptimizerDVH

    Contains a structure-specific Dose Volume Histogram (DVH) curve generated in optimization.

    Inheritance
    System.Object
    OptimizerDVH
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: VMS.TPS.Common.Model.API
    Assembly: VMS.TPS.Common.Model.API.dll
    Syntax
    public class OptimizerDVH

    Properties

    CurveData

    An array of DVH points representing the DVH curve data.

    Declaration
    public DVHPoint[] CurveData { get; }
    Property Value
    Type Description
    DVHPoint[]

    Structure

    The corresponding structure for the DVH curve data.

    Declaration
    public Structure Structure { get; }
    Property Value
    Type Description
    Structure
    In This Article
    Back to top