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

Main Visualization Render Task

Inheritance
Tasks (mod)
Namespace: Visualization
Assembly: OCTVis.dll
Syntax
module Tasks

Methods

val volumeAndOverlay: IRenderWindow -> IRuntime -> IFramebufferSignature -> IRenderTask

Render 3D Visualization and 2D Overlay

Declaration
val volumeAndOverlay: win:IRenderWindow -> runtime:IRuntime -> signature:IFramebufferSignature -> IRenderTask
Parameters
Type Name Description
Aardvark.Application.IRenderWindow win

the main rendering window

Aardvark.Base.IRuntime runtime

the main runtime of the application

Aardvark.Base.IFramebufferSignature signature

the framebuffer signature for rendering the current 2D slice (needed to store result in BackendTexture)

Returns
Type Description
Aardvark.Base.IRenderTask
Back to top Generated by DocFX