|
openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
|
Owns the host and device representations of one IMP's lookup tables. More...
#include <ION_IF.h>
Public Member Functions | |
| LutSet (Target target) | |
| ~LutSet () | |
| LutSet (const LutSet &)=delete | |
| LutSet & | operator= (const LutSet &)=delete |
Public Attributes | |
| std::vector< LUT > | host |
| LUT * | device = nullptr |
| size_t | device_count = 0 |
Owns the host and device representations of one IMP's lookup tables.
A doppel shares this immutable set with its source IMP. Any caller rebuilding tables first releases its handle through IonIfBase::destroy_luts(), so the rebuilt IMP receives a fresh set without disturbing live doppels.
|
delete |