Retinal OCT Visualization

  • CamFrustum
    • Viewing (mod)
  • Program
    • Program (mod)
  • UI
    • Model (mod)
    • Model.ShaderType (union)
    • Model.State (rec)
    • Server (mod)
    • View (mod)
  • Visualization
    • OCTSlicePlane (mod)
    • OCTTexture (mod)
    • OCTVolume (mod)
    • OCTVolume.OCTVolumeConfig (rec)
    • Shader (mod)
    • ShaderUtils (mod)
    • Shadows (mod)
    • SliceShader (mod)
    • Tasks (mod)
    • VolumeShaders (mod)
Show / Hide Table of Contents

Class View (mod)

loads the html UI and handles updates affecting the state of the main application

Inheritance
View (mod)
Namespace: UI
Assembly: OCTVis.dll
Syntax
module View

Fields

val index

loads the UI page

Declaration
val index: string
Field Value
Type Description
string

Methods

val keyCallBacks: IRenderWindow -> unit

setup key callbacks (reset and presets)

Declaration
val keyCallBacks: win:IRenderWindow -> unit
Parameters
Type Name Description
Aardvark.Application.IRenderWindow win

val update: unit -> unit

updates the state of the main application

Declaration
val update: unit -> unit
Parameters
Type Name Description
unit
Back to top Generated by DocFX