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

    Fetch VisAsset from somewhere on local disk

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

    Constructors

    | Improve this Doc View Source

    FilePathVisAssetFetcher(string)

    Fetch VisAsset from somewhere on local disk

    Declaration
    public FilePathVisAssetFetcher(string appDataPath)
    Parameters
    Type Name Description
    string appDataPath

    Properties

    | Improve this Doc View Source

    VisAssetJson

    Fetch VisAsset from somewhere on local disk

    Declaration
    public string VisAssetJson { get; }
    Property Value
    Type Description
    string

    Methods

    | Improve this Doc View Source

    GetArtifactJson(Guid)

    Fetch VisAsset from somewhere on local disk

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

    GetArtifactJsonPath(Guid)

    Fetch VisAsset from somewhere on local disk

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

    GetColormap(Guid)

    Fetch VisAsset from somewhere on local disk

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

    GetColormapTexture(Guid)

    Fetch VisAsset from somewhere on local disk

    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 VisAsset from somewhere on local disk

    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 VisAsset from somewhere on local disk

    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 VisAsset from somewhere on local disk

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

    GetLineTexture(Guid)

    Fetch VisAsset from somewhere on local disk

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

    GetSurfaceNormalMap(Guid)

    Fetch VisAsset from somewhere on local disk

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

    GetSurfaceTexture(Guid)

    Fetch VisAsset from somewhere on local disk

    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