#include <Transition_Gen.h>

Public Types | |
typedef SP_Transition | SP |
strong pointer More... | |
typedef WP_Transition | WP |
weak pointer More... | |
INTERFACE<<Origen::Checkable>> | |
See Origen::Checkable for details. | |
std::string | name () const |
void | get_name (std::string &name) const |
void | set_name (std::string name) |
int | id () const |
void | get_id (int &id) const |
void | set_id (int id) |
bool | has_initialized_id () const |
std::string | to_string () const |
bool | good () const |
bool | good (Vec_Str &errors) const |
bool | is_initialized () const |
Scale::Json::Value | to_json () const |
INTERFACE<<Origen::Transition>> | |
See Origen::Transition for details. | |
WP_Nuclide | product () const |
return the product nuclide More... | |
void | set_product (WP_Nuclide product) |
set the product nuclide More... | |
WP_Channel | channel () const |
return the parent channel More... | |
void | set_channel (WP_Channel channel) |
set the channel More... | |
double | yield () const |
return the yield, i.e. number of product nuclides per transition More... | |
void | set_yield (const double &yield) |
set the yield More... | |
bool | has_initialized_yield () const |
whether yield has been initialized for this transition More... | |
double | coeff () const |
double | rate () const |
bool | is_byproduct () const |
whether this transition is a byproduct More... | |
Private Member Functions | |
virtual bool | is_byproduct_impl () const |
Member Typedef Documentation
|
inherited |
strong pointer
|
inherited |
weak pointer
Member Function Documentation
|
privatevirtual |
Reimplemented from Transition.
|
inherited |
return the product nuclide
Referenced by Transition_Gen::set_product_impl().
|
inherited |
set the product nuclide
Referenced by Transition_Gen::Transition_Gen().
|
inherited |
return the parent channel
- Examples:
- tstTransitionSystem_Gen.cpp.
Referenced by Nuclide_Gen::append_gain_impl(), LibraryBuilder::create_decay_transitions(), LibraryBuilder::create_reaction_transitions(), LibraryBuilder::search_reaction_transitions(), Transition_Gen::set_channel_impl(), and TEST_F().
|
inherited |
set the channel
|
inherited |
return the yield, i.e. number of product nuclides per transition
Referenced by Transition_Gen::set_yield_impl().
|
inherited |
set the yield
|
inherited |
whether yield has been initialized for this transition
|
inherited |
- Examples:
- tstTransitionSystem_Gen.cpp.
Referenced by LibraryBuilder::create_decay_transitions(), LibraryBuilder::create_reaction_transitions(), and TEST_F().
|
inherited |
|
inherited |
whether this transition is a byproduct
|
inherited |
|
inherited |
- Examples:
- tstTransitionSystem_Gen.cpp.
Referenced by TEST().
|
inherited |
- Examples:
- tstTransitionSystem_Gen.cpp.
Referenced by TEST().
|
inherited |
- Examples:
- tstTransitionSystem_Gen.cpp.
Referenced by TransitionSystem_Gen::add_nuclide_impl(), TransitionSystem_Gen::add_species_impl(), Channel_Gen::add_transition_impl(), LibraryBuilder::create_decay_transitions(), LibraryBuilder::create_reaction_transitions(), Nuclide_Gen::gain_impl(), LibraryBuilder::search_reaction_transitions(), Nuclide_Gen::set_losses_impl(), Channel_Gen::set_transition_impl(), TEST(), and TEST_F().
|
inherited |
- Examples:
- tstTransitionSystem_Gen.cpp.
Referenced by TEST().
|
inherited |
- Examples:
- tstTransitionSystem_Gen.cpp.
Referenced by TEST().
|
inherited |
|
inherited |
- Examples:
- tstTransitionSystemAdapter_AmpxN.cpp.
Referenced by TEST_F().
|
inherited |
|
inherited |
|
inherited |
Referenced by ChannelType_Decay::good_impl(), and ChannelType_Decay::update_byproducts().
|
inherited |
The documentation for this class was generated from the following files:
- Core/ts/Transition_Gen.h
- Core/ts/Transition_Gen.cpp