Celeritas 0.7.0-dev.354+develop.b4fe4c4
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
celeritas::optical::GridReflectivityData< W, M > Struct Template Reference

Storage for grid reflectivity data. More...

#include <GridReflectivityData.hh>

Public Types

Type aliases
using Grid = NonuniformGridRecord
 
using GridId = OpaqueId< Grid >
 
template<class T >
using Items = Collection< T, W, M >
 
template<class T >
using SurfaceItems = Collection< T, W, M, SubModelId >
 
using ReflectivityGrids = EnumArray< ReflectivityAction, SurfaceItems< Grid > >
 

Public Member Functions

 operator bool () const
 True if assigned.
 
template<Ownership W2, MemSpace M2>
GridReflectivityData< W, M > & operator= (GridReflectivityData< W2, M2 > const &other)
 Assign from another set of data.
 

Public Attributes

ReflectivityGrids reflectivity
 Reflectivity and transmittance grids.
 
SurfaceItems< GridIdefficiency_ids
 Optional quantum efficiency grids.
 
Items< Gridefficiency
 
Items< real_typereals
 Backend storage.
 

Detailed Description

template<Ownership W, MemSpace M>
struct celeritas::optical::GridReflectivityData< W, M >

Storage for grid reflectivity data.


The documentation for this struct was generated from the following file: