• 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 VectorDataVariable

    Inheritance
    object
    VectorDataVariable
    Implements
    IDataVariable<Vector3>
    IABRInput
    IHasDataset
    Namespace: IVLab.ABREngine
    Assembly: IVLab.ABREngine.Runtime.dll
    Syntax
    public class VectorDataVariable : IDataVariable<Vector3>, IABRInput, IHasDataset

    Properties

    | Improve this Doc View Source

    CustomizedRange

    Have this var's ranges been customized?

    Declaration
    public bool CustomizedRange { get; set; }
    Property Value
    Type Description
    bool
    | 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
    | Improve this Doc View Source

    OriginalRange

    Save the original range in case the user wants to reset it later.

    Declaration
    public DataRange<Vector3> OriginalRange { get; set; }
    Property Value
    Type Description
    DataRange<Vector3>
    | Improve this Doc View Source

    Path

    The DataPath that represents this variable

    Declaration
    public string Path { get; }
    Property Value
    Type Description
    string
    | Improve this Doc View Source

    Range

    Range is calculated by the DataManager when it imports a new dataset. Range is calculated from the smallest/largest values encountered across every instance of this variable, across all datasets.

    Declaration
    public DataRange<Vector3> Range { get; set; }
    Property Value
    Type Description
    DataRange<Vector3>
    | Improve this Doc View Source

    SpecificRanges

    Dictionary of keyData paths that have specific ranges for this variable

    Declaration
    public Dictionary<string, DataRange<Vector3>> SpecificRanges { get; set; }
    Property Value
    Type Description
    Dictionary<string, DataRange<Vector3>>

    Methods

    | Improve this Doc View Source

    GetArray(KeyData)

    Get the actual data values in the context of this particular Key Data object

    Declaration
    public Vector3[] GetArray(KeyData keyData)
    Parameters
    Type Name Description
    KeyData keyData
    Returns
    Type Description
    Vector3[]
    | Improve this Doc View Source

    GetDataset()

    Declaration
    public Dataset GetDataset()
    Returns
    Type Description
    Dataset
    | 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
    | Improve this Doc View Source

    IsPartOf(KeyData)

    Determine if this variable is a part of the key data

    Declaration
    public bool IsPartOf(KeyData keyData)
    Parameters
    Type Name Description
    KeyData keyData
    Returns
    Type Description
    bool

    Implements

    IDataVariable<T>
    IABRInput
    IHasDataset
    • 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