• Home
  • Manual
  • API Documentation
Search Results for

    Show / Hide Table of Contents
      • ABRFilterExample
      • ABRQueryExample
      • ABRSpaceConvertExample
      • BackgroundColor
      • DebugDraw
      • DisableABRLights
      • GenerateDataAndUseStyle
      • Grabbable
      • Grabber
      • HideShowMenu
      • LightEditor
      • LightEditorTile
      • PerformanceEnhancer
      • SVScreenshot
    • IVLab.ABREngine
      • ABRConfig
      • ABRConfig.Consts
      • ABRConfig.GroupToDataMatrixOverrideFields
      • ABRDataContainer
      • ABREngine
      • ABREngine.StateChangeDelegate
      • ABRInputAttribute
      • ABRInputGenre
      • ABRInputIndexerModule
      • ABRLight
      • ABRLightManager
      • ABRPlateType
      • ABRServer
      • ABRStateParser
      • AnglePrimitive
      • BooleanPrimitive
      • ColormapVisAsset
      • DataImpression
      • DataImpressionGroup
      • DataManager
      • DataPath
      • DataPath.DataPathType
      • DataPoint
      • DataRange<T>
      • DataTopology
      • Dataset
      • FilePathVisAssetFetcher
      • FloatPrimitive
      • GlyphGradient
      • GlyphVisAsset
      • GradientBlendMap
      • HttpDataLoader
      • HttpStateFileLoader
      • HttpVisAssetFetcher
      • IABRInput
      • IABRStateLoader
      • IColormapVisAsset
      • ICoordSpaceConverter
      • IDataAccessor
      • IDataImpressionRenderInfo
      • IDataLoader
      • IDataVariable<T>
      • IFloatPrimitive
      • IGlyphVisAsset
      • IHasDataset
      • IHasKeyData
      • IIntegerPrimitive
      • IKeyDataRenderInfo
      • ILineTextureVisAsset
      • IPrimitive
      • IPrimitiveGradient
      • ISurfaceTextureVisAsset
      • ITextureGradient
      • IVisAsset
      • IVisAssetFetcher
      • IVisAssetGradient<T>
      • IVolumeCoordSpaceConverter
      • IVolumeDataAccessor
      • InstancedMeshRenderer
      • InstancedSurfaceDataImpression
      • IntegerPrimitive
      • KeyData
      • LengthPrimitive
      • LineKeyData
      • LineTextureGradient
      • LineTextureVisAsset
      • MediaDataLoader
      • Notifier
      • PathStateFileLoader
      • PercentPrimitive
      • PointKeyData
      • PrimitiveGradient
      • RawABRInput
      • RawDataset
      • RawDataset.BinaryData
      • RawDataset.JsonHeader
      • RawDatasetAdapter
      • RawPrimitiveGradient
      • RawVisAssetGradient
      • RenderHints
      • ResourceStateFileLoader
      • ResourceVisAssetFetcher
      • ResourcesDataLoader
      • ScalarDataVariable
      • SerializableFloatArray
      • SerializableVectorArray
      • SimpleGlyphDataImpression
      • SimpleLineDataImpression
      • SimpleLineRenderInfo
      • SimpleSurfaceDataImpression
      • SimpleSurfaceRenderInfo
      • SimpleVolumeDataImpression
      • StateLocalVisAssetFetcher
      • SurfaceKeyData
      • SurfaceTextureGradient
      • SurfaceTextureVisAsset
      • TextStateFileLoader
      • TypeExtentions
      • UnityObjectSerializer
      • UpdateLevel
      • VectorDataVariable
      • VisAsset
      • VisAssetGradient
      • VisAssetLoader
      • VisAssetManager
      • VolumeKeyData
    • IVLab.ABREngine.Examples
      • CSVToPoints
      • CreateDataset
      • InteractiveState
      • MtStHelensData
      • MtStHelensVisDriver
    • IVLab.ABREngine.ExtensionMethods
      • DirectoryInfoExtensions
      • ScriptableObjectExtensions
    • IVLab.ABREngine.Legends
      • ABRLegend
      • ABRLegendEntry
      • ABRLegendEntry.Label
      • ABRLegendGeometry

    Class PrimitiveGradient

    A simple gradient of points associated with values.

    Inheritance
    object
    PrimitiveGradient
    Implements
    IPrimitiveGradient
    IABRInput
    Namespace: IVLab.ABREngine
    Assembly: IVLab.ABREngine.Runtime.dll
    Syntax
    public class PrimitiveGradient : IPrimitiveGradient, IABRInput
    Remarks

    At present, this class is expressly used to describe the opacitymap. In the future this may change, and when that happens this class will likely change as well.

    Constructors

    | Improve this Doc View Source

    PrimitiveGradient(Guid, float[], string[])

    A simple gradient of points associated with values.

    Declaration
    public PrimitiveGradient(Guid inputValue, float[] points, string[] values)
    Parameters
    Type Name Description
    Guid inputValue
    float[] points
    string[] values
    Remarks

    At present, this class is expressly used to describe the opacitymap. In the future this may change, and when that happens this class will likely change as well.

    Properties

    | Improve this Doc View Source

    Genre

    "Genre" of the input - is it Data, a visual element, or something else?

    Declaration
    public ABRInputGenre Genre { get; }
    Property Value
    Type Description
    ABRInputGenre
    Remarks

    At present, this class is expressly used to describe the opacitymap. In the future this may change, and when that happens this class will likely change as well.

    | Improve this Doc View Source

    InputValue

    A simple gradient of points associated with values.

    Declaration
    public Guid InputValue { get; }
    Property Value
    Type Description
    Guid
    Remarks

    At present, this class is expressly used to describe the opacitymap. In the future this may change, and when that happens this class will likely change as well.

    | Improve this Doc View Source

    Points

    A simple gradient of points associated with values.

    Declaration
    public float[] Points { get; }
    Property Value
    Type Description
    float[]
    Remarks

    At present, this class is expressly used to describe the opacitymap. In the future this may change, and when that happens this class will likely change as well.

    | Improve this Doc View Source

    Values

    A simple gradient of points associated with values.

    Declaration
    public string[] Values { get; }
    Property Value
    Type Description
    string[]
    Remarks

    At present, this class is expressly used to describe the opacitymap. In the future this may change, and when that happens this class will likely change as well.

    Methods

    | Improve this Doc View Source

    Default()

    Return a default 0%-100% gradient at 0.0 and 1.0

    Declaration
    public static PrimitiveGradient Default()
    Returns
    Type Description
    PrimitiveGradient
    Remarks

    At present, this class is expressly used to describe the opacitymap. In the future this may change, and when that happens this class will likely change as well.

    | Improve this Doc View Source

    GetRawABRInput()

    Get the "raw" ABR input - the one that is represented in the state JSON

    Declaration
    public RawABRInput GetRawABRInput()
    Returns
    Type Description
    RawABRInput
    Remarks

    At present, this class is expressly used to describe the opacitymap. In the future this may change, and when that happens this class will likely change as well.

    Implements

    IPrimitiveGradient
    IABRInput
    • Improve this Doc
    • View Source
    In This Article
    Back to top Interactive Visualization Lab
    Copyright 2023, Regents of the University of Minnesota, All Rights Reserved