Celeritas
0.5.0-56+6b053cd
|
Manage persistent track initializer data. More...
#include <TrackInitParams.hh>
Public Member Functions | |
TrackInitParams (size_type capacity) | |
Construct with capacity. | |
HostRef const & | host_ref () const final |
Access data on host. | |
DeviceRef const & | device_ref () const final |
Access data on device. | |
Public Member Functions inherited from celeritas::ParamsDataInterface< TrackInitParamsData > | |
TrackInitParamsData< Ownership::const_reference, M > const & | ref () const |
Dispatch a "ref" call to host or device data. | |
Additional Inherited Members | |
Public Types inherited from celeritas::ParamsDataInterface< TrackInitParamsData > | |
using | HostRef = HostCRef< TrackInitParamsData > |
using | DeviceRef = DeviceCRef< TrackInitParamsData > |
Protected Member Functions inherited from celeritas::ParamsDataInterface< TrackInitParamsData > | |
CELER_DEFAULT_COPY_MOVE (ParamsDataInterface) | |
Manage persistent track initializer data.