Celeritas 0.6.0-92+develop.2b343e9f
|
Access surface physics mappings for a particular surface. More...
#include <SurfacePhysicsMapView.hh>
Public Types | |
Type aliases | |
using | SurfaceParamsRef = NativeCRef< SurfacePhysicsMapData > |
using | ModelSurfaceId = SurfaceModel::ModelSurfaceId |
Public Member Functions | |
CELER_FUNCTION | SurfacePhysicsMapView (SurfaceParamsRef const ¶ms, SurfaceId surface) |
Construct from data and current surface. | |
CELER_FUNCTION ActionId | action_id () const |
Get the action ID for the current surface, if any. | |
CELER_FUNCTION ModelSurfaceId | model_surface_id () const |
Get the subindex inside that model. | |
Access surface physics mappings for a particular surface.
This simply encapsulates the SurfaceParamsData
class.