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 Model (mod)

definition of shader types main state of the application state presets

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

Fields

val initial

initial/reset state

Declaration
val initial: State
Field Value
Type Description
State

val state

holds the state of the application

Declaration
val state: State
Field Value
Type Description
State

Methods

val preset1: CameraView -> State

Preset 1

Declaration
val preset1: camView:CameraView -> State
Parameters
Type Name Description
Aardvark.Base.CameraView camView
Returns
Type Description
State

val preset2: CameraView -> State

Preset 2

Declaration
val preset2: camView:CameraView -> State
Parameters
Type Name Description
Aardvark.Base.CameraView camView
Returns
Type Description
State

val preset3: CameraView -> State

Preset 3

Declaration
val preset3: camView:CameraView -> State
Parameters
Type Name Description
Aardvark.Base.CameraView camView
Returns
Type Description
State

val preset4: CameraView -> State

Preset 4

Declaration
val preset4: camView:CameraView -> State
Parameters
Type Name Description
Aardvark.Base.CameraView camView
Returns
Type Description
State
Back to top Generated by DocFX