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

    Inheritance
    object
    FloatPrimitive
    AnglePrimitive
    LengthPrimitive
    PercentPrimitive
    Implements
    IFloatPrimitive
    IPrimitive
    IABRInput
    Namespace: IVLab.ABREngine
    Assembly: IVLab.ABREngine.Runtime.dll
    Syntax
    public class FloatPrimitive : IFloatPrimitive, IPrimitive, IABRInput

    Constructors

    | Improve this Doc View Source

    FloatPrimitive()

    Declaration
    public FloatPrimitive()
    | Improve this Doc View Source

    FloatPrimitive(float)

    Declaration
    public FloatPrimitive(float value)
    Parameters
    Type Name Description
    float value
    | Improve this Doc View Source

    FloatPrimitive(string)

    Declaration
    public FloatPrimitive(string value)
    Parameters
    Type Name Description
    string value

    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
    | Improve this Doc View Source

    ParsingRegex

    The regex to use to convert this from a string. Group named "value" should be the floating point number, group named "units" should be the units, if any.

    Declaration
    public virtual Regex ParsingRegex { get; }
    Property Value
    Type Description
    Regex
    | Improve this Doc View Source

    Units

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

    Value

    Declaration
    public float Value { get; protected set; }
    Property Value
    Type Description
    float

    Methods

    | 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

    SetFromString(string)

    Set the value of the primitive from a string (similar to using the string constructor)

    Declaration
    public virtual void SetFromString(string value)
    Parameters
    Type Name Description
    string value
    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()

    Implements

    IFloatPrimitive
    IPrimitive
    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