Public Attributes | List of all members
MMC_medium Struct Reference

This structure defines the optical properties for each medium. More...

#include <mmc_utils.h>

Public Attributes

float mua
 
float mus
 
float g
 
float n
 

Detailed Description

This structure defines the optical properties for each medium.

The structure to store optical properties Four relevant optical properties are needed.

For each optical medium, we use a 4-element structure to identify its optical properties, i.e, the absorption coeff (mu_a)in 1/mm, the scattering coeff (mu_s) in 1/mm, the refractive index (n) and anisotropy (g).

Member Data Documentation

◆ g

float MMC_medium::g

anisotropy

◆ mua

float MMC_medium::mua

absorption coeff in 1/mm unit

◆ mus

float MMC_medium::mus

scattering coeff in 1/mm unit

◆ n

float MMC_medium::n

refractive index


The documentation for this struct was generated from the following file: