Celeritas  0.5.0-56+6b053cd
Public Member Functions | List of all members
celeritas::MaterialParamsOutput Class Referencefinal

Save material diagnostic data. More...

#include <MaterialParamsOutput.hh>

Inheritance diagram for celeritas::MaterialParamsOutput:
Inheritance graph
[legend]

Public Types

Type aliases
using SPConstMaterialParams = std::shared_ptr< MaterialParams const >
 
- Public Types inherited from celeritas::OutputInterface
enum class  Category {
  input , result , system , internal ,
  size_
}
 Output category (TODO: could replace with string/cstring?)
 

Public Member Functions

 MaterialParamsOutput (SPConstMaterialParams material)
 Construct from shared material data.
 
Category category () const final
 Category of data to write.
 
std::string_view label () const final
 Name of the entry inside the category.
 
void output (JsonPimpl *) const final
 Write output to the given JSON object.
 

Detailed Description

Save material diagnostic data.


The documentation for this class was generated from the following files: