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

    Fetch a VisAsset from the currently loaded ABR state. Currently only valid for ColormapVisAssets.

    Inheritance
    object
    StateLocalVisAssetFetcher
    Implements
    IVisAssetFetcher
    Namespace: IVLab.ABREngine
    Assembly: IVLab.ABREngine.Runtime.dll
    Syntax
    public class StateLocalVisAssetFetcher : IVisAssetFetcher

    Fields

    | Improve this Doc View Source

    ARTIFACT_DATA

    Fetch a VisAsset from the currently loaded ABR state. Currently only valid for ColormapVisAssets.

    Declaration
    public const string ARTIFACT_DATA = "artifactDataContents"
    Field Value
    Type Description
    string
    | Improve this Doc View Source

    VISASSET_JSON

    Fetch a VisAsset from the currently loaded ABR state. Currently only valid for ColormapVisAssets.

    Declaration
    public const string VISASSET_JSON = "artifactJson"
    Field Value
    Type Description
    string
    | Improve this Doc View Source

    VISASSET_STATE

    Fetch a VisAsset from the currently loaded ABR state. Currently only valid for ColormapVisAssets.

    Declaration
    public const string VISASSET_STATE = "localVisAssets"
    Field Value
    Type Description
    string

    Methods

    | Improve this Doc View Source

    GetArtifactJson(Guid)

    Fetch a VisAsset from the currently loaded ABR state. Currently only valid for ColormapVisAssets.

    Declaration
    public JObject GetArtifactJson(Guid uuid)
    Parameters
    Type Name Description
    Guid uuid
    Returns
    Type Description
    JObject
    | Improve this Doc View Source

    GetArtifactJsonPath(Guid)

    Fetch a VisAsset from the currently loaded ABR state. Currently only valid for ColormapVisAssets.

    Declaration
    public string GetArtifactJsonPath(Guid uuid)
    Parameters
    Type Name Description
    Guid uuid
    Returns
    Type Description
    string
    | Improve this Doc View Source

    GetColormap(Guid)

    Fetch a VisAsset from the currently loaded ABR state. Currently only valid for ColormapVisAssets.

    Declaration
    public Colormap GetColormap(Guid uuid)
    Parameters
    Type Name Description
    Guid uuid
    Returns
    Type Description
    Colormap
    | Improve this Doc View Source

    GetColormapTexture(Guid)

    Fetch a VisAsset from the currently loaded ABR state. Currently only valid for ColormapVisAssets.

    Declaration
    public Texture2D GetColormapTexture(Guid uuid)
    Parameters
    Type Name Description
    Guid uuid
    Returns
    Type Description
    Texture2D
    | Improve this Doc View Source

    GetGlyphGameObject(Guid, JObject)

    Fetch a VisAsset from the currently loaded ABR state. Currently only valid for ColormapVisAssets.

    Declaration
    public GameObject GetGlyphGameObject(Guid uuid, JObject lodJson)
    Parameters
    Type Name Description
    Guid uuid
    JObject lodJson
    Returns
    Type Description
    GameObject
    | Improve this Doc View Source

    GetGlyphNormalMapTexture(Guid, JObject)

    Fetch a VisAsset from the currently loaded ABR state. Currently only valid for ColormapVisAssets.

    Declaration
    public Texture2D GetGlyphNormalMapTexture(Guid uuid, JObject lodJson)
    Parameters
    Type Name Description
    Guid uuid
    JObject lodJson
    Returns
    Type Description
    Texture2D
    | Improve this Doc View Source

    GetGlyphPreview(Guid)

    Fetch a VisAsset from the currently loaded ABR state. Currently only valid for ColormapVisAssets.

    Declaration
    public Texture2D GetGlyphPreview(Guid uuid)
    Parameters
    Type Name Description
    Guid uuid
    Returns
    Type Description
    Texture2D
    | Improve this Doc View Source

    GetLineTexture(Guid)

    Fetch a VisAsset from the currently loaded ABR state. Currently only valid for ColormapVisAssets.

    Declaration
    public Texture2D GetLineTexture(Guid uuid)
    Parameters
    Type Name Description
    Guid uuid
    Returns
    Type Description
    Texture2D
    | Improve this Doc View Source

    GetSurfaceNormalMap(Guid)

    Fetch a VisAsset from the currently loaded ABR state. Currently only valid for ColormapVisAssets.

    Declaration
    public Texture2D GetSurfaceNormalMap(Guid uuid)
    Parameters
    Type Name Description
    Guid uuid
    Returns
    Type Description
    Texture2D
    | Improve this Doc View Source

    GetSurfaceTexture(Guid)

    Fetch a VisAsset from the currently loaded ABR state. Currently only valid for ColormapVisAssets.

    Declaration
    public Texture2D GetSurfaceTexture(Guid uuid)
    Parameters
    Type Name Description
    Guid uuid
    Returns
    Type Description
    Texture2D

    Implements

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