Class ViewingAttribute

description

This class is the common viewing attribute representation contains rotation angle, filp, softcopy voilut to be applied

Hierarchy

  • ViewingAttribute

Index

Properties

isHorizontalFlip

isHorizontalFlip: boolean = false

isInverse

isInverse: boolean = false

rotationAngle

rotationAngle: ImageRotation = Fovia.ImageRotation.rotate0

softcopyVoiLutSequence

softcopyVoiLutSequence: Array<SoftcopyVOILUT> = []

Methods

addSoftcopyVoiLut

  • description

    Add new soft copy voilut in soft copy voilut sequence for the given referenced image

    Parameters

    Returns SoftcopyVOILUT

    Fovia.SoftcopyVOILUT object created newly

getSoftcopyVoiLut

  • description

    Return SoftcopyVoiLut object for given referenced image

    Parameters

    Returns SoftcopyVOILUT

    Fovia.SoftcopyVOILUT object if exists otherwise null

merge

  • description

    copy the given ViewingAttribute to this class member

    Parameters

    • viewingAttribute: ViewingAttribute

      reference to ViewingAttribute

    • Default value pushFront: boolean = false

    Returns void