VPTissue Constructor (IList IChromophoreAbsorber , IScatterer, String)Virtual Photonics - VTS Library
Virtual Photonics
Creates a tissue with the specified absorbers, scatterer and name

Namespace: Vts.SpectralMapping
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax

public Tissue(
	IList<IChromophoreAbsorber> absorbers,
	IScatterer scatterer,
	string name
)

Parameters

absorbers
Type: OnlineSystem.Collections.Generic IList IChromophoreAbsorber 
List of chromophore absorbers
scatterer
Type: Vts.SpectralMapping IScatterer
scatterer
name
Type: OnlineSystem String
Name of the tissue
See Also