#include <Species_FunPart.h>
Public Types | |
| typedef SP_Species | SP |
| strong pointer More... | |
| typedef WP_Species | 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::Species>> | |
See Origen::Species for details. | |
| int | charge_number () const |
| void | get_charge_number (int &charge_number) const |
| void | set_charge_number (int charge_number) |
| bool | has_initialized_charge_number () const |
| int | mass_number () const |
| void | get_mass_number (int &mass_number) const |
| void | set_mass_number (int mass_number) |
| bool | has_initialized_mass_number () const |
| double | mass () const |
| void | get_mass (double &mass) const |
| void | set_mass (double mass) |
| bool | has_initialized_mass () const |
Private Member Functions | |
| int | charge_number_impl () const |
| int | mass_number_impl () const |
| double | mass_impl () const |
| std::string | name_impl () const |
| int | id_impl () const |
| bool | good_impl (Vec_Str &errors) const |
| useful to chain More... | |
Member Typedef Documentation
|
inherited |
strong pointer
|
inherited |
weak pointer
Member Function Documentation
|
privatevirtual |
Implements Species.
References Origen::DEUTERON_CHARGE_NUMBER.
|
privatevirtual |
Implements Species.
References Origen::DEUTERON_MASS_NUMBER.
|
privatevirtual |
Implements Species.
References Origen::DEUTERON_MASS.
|
privatevirtual |
Reimplemented from Species.
|
privatevirtual |
Reimplemented from Species.
References Origen::DEUTERON_BYPRODUCT_ID.
|
inherited |
- Examples:
- tstTransitionSystem_Gen.cpp.
Referenced by Species_Gen::set_charge_number_impl(), and TEST().
|
inherited |
- Examples:
- tstTransitionSystem_Gen.cpp.
Referenced by TEST().
|
inherited |
- Examples:
- tstTransitionSystem_Gen.cpp.
Referenced by TEST().
|
inherited |
|
inherited |
- Examples:
- tstTransitionSystem_Gen.cpp.
Referenced by Species_Gen::set_mass_number_impl(), and TEST().
|
inherited |
- Examples:
- tstTransitionSystem_Gen.cpp.
Referenced by TEST().
|
inherited |
- Examples:
- tstTransitionSystem_Gen.cpp.
Referenced by TEST().
|
inherited |
|
inherited |
- Examples:
- tstTransitionSystem_Gen.cpp.
Referenced by Species_Gen::set_mass_impl(), and TEST().
|
inherited |
- Examples:
- tstTransitionSystem_Gen.cpp.
Referenced by TEST().
|
inherited |
- Examples:
- tstTransitionSystem_Gen.cpp.
Referenced by TEST().
|
inherited |
|
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/Species_FunPart.h
- Core/ts/Species_FunPart.cpp

1.8.10