@equinor/videx-wellog
    Preparing search index...

    Class InterpolatedScaleHandler

    Scale handler supporting interpolation between domains. A scale interpolator is required to convert between the domains. This is implemented as an object with 2 conversion functions, forward and reverse. It also needs to implement 2 more functions, forwardInterpolatedDomain and reverseInterpolatedDomain. These should return the corresponding domain based on the opposite domain, i.e. MD <==> TVD.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _alternateBase: Domain
    _baseDomain: Domain
    _mode: number
    interpolator: ScaleInterpolator
    scale: Scale

    Accessors

    Methods

    • Creates a function, which implements the d3.scale members required by the tracks in the wellog component. The scale function, and its reverse, will handle interpolation/conversion between the domains, using the provided scale interpolator.

      Returns Scale