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

Shaders for computing Arbitrary Plane Slices on GPU

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

Methods

val arbitraryScanFrag: Vertex -> Expr<V4d>

Fragment shader. Computes Arbitrary Plane Slice from 3D Volume-Texture

Declaration
val arbitraryScanFrag: v:Vertex -> Expr<V4d>
Parameters
Type Name Description
Aardvark.Base.Rendering.Effects.Vertex v
Returns
Type Description
FSharp.Quotations.Expr<Aardvark.Base.V4d>

val trafo: Vertex -> Expr<Vertex>

arbitrary slice transformation

Declaration
val trafo: v:Vertex -> Expr<Vertex>
Parameters
Type Name Description
Aardvark.Base.Rendering.Effects.Vertex v
Returns
Type Description
FSharp.Quotations.Expr<Aardvark.Base.Rendering.Effects.Vertex>
Back to top Generated by DocFX