VPPhotonDatabase ClassVirtual Photonics - VTS Library
Virtual Photonics
Describes database for storing and returning photon data points (position, direction, weight & total time). The base class, Database(OfT), exposes the IEnumerable(OfT) DataPoints list of PhotonDataPoint items
Inheritance Hierarchy

OnlineSystem Object
  Vts.MonteCarlo.IO Database PhotonDataPoint 
    Vts.MonteCarlo.PhotonData PhotonDatabase

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

public class PhotonDatabase : Database<PhotonDataPoint>
See Also