Interface shared by all PhotonLibrary-like classes.
More...
#include <IPhotonLibrary.h>
Interface shared by all PhotonLibrary-like classes.
Definition at line 15 of file IPhotonLibrary.h.
Type for visibility count per optical channel.
Definition at line 19 of file IPhotonLibrary.h.
Type for parametrization function (which is not part of this interface yet).
Definition at line 30 of file IPhotonLibrary.h.
Type for function parameters (which is not part of this interface yet).
Definition at line 26 of file IPhotonLibrary.h.
Type for time of arrival per optical channel.
Definition at line 22 of file IPhotonLibrary.h.
virtual phot::IPhotonLibrary::~IPhotonLibrary |
( |
| ) |
|
|
virtualdefault |
virtual float phot::IPhotonLibrary::GetCount |
( |
size_t |
Voxel, |
|
|
size_t |
OpChannel |
|
) |
| const |
|
pure virtual |
virtual Counts_t phot::IPhotonLibrary::GetCounts |
( |
size_t |
Voxel | ) |
const |
|
pure virtual |
virtual float phot::IPhotonLibrary::GetReflCount |
( |
size_t |
Voxel, |
|
|
size_t |
OpChannel |
|
) |
| const |
|
pure virtual |
virtual Counts_t phot::IPhotonLibrary::GetReflCounts |
( |
size_t |
Voxel | ) |
const |
|
pure virtual |
virtual float phot::IPhotonLibrary::GetReflT0 |
( |
size_t |
Voxel, |
|
|
size_t |
OpChannel |
|
) |
| const |
|
pure virtual |
virtual T0s_t phot::IPhotonLibrary::GetReflT0s |
( |
size_t |
Voxel | ) |
const |
|
pure virtual |
virtual bool phot::IPhotonLibrary::hasReflected |
( |
| ) |
const |
|
pure virtual |
virtual bool phot::IPhotonLibrary::hasReflectedT0 |
( |
| ) |
const |
|
pure virtual |
virtual bool phot::IPhotonLibrary::isVoxelValid |
( |
size_t |
Voxel | ) |
const |
|
inlinevirtual |
size_t phot::IPhotonLibrary::LibrarySize |
( |
| ) |
const |
|
inline |
Returns the number of elements in the library.
Definition at line 57 of file IPhotonLibrary.h.
virtual int NOpChannels() const =0
virtual int NVoxels() const =0
virtual int phot::IPhotonLibrary::NOpChannels |
( |
| ) |
const |
|
pure virtual |
virtual int phot::IPhotonLibrary::NVoxels |
( |
| ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: