#include <GIDI_settings.hh>
Public 멤버 함수 | |
GIDI_settings_flux (std::string const &label, double temperature_MeV) | |
GIDI_settings_flux (char const *label, double temperature_MeV) | |
GIDI_settings_flux (GIDI_settings_flux const &flux) | |
~GIDI_settings_flux () | |
GIDI_settings_flux_order const * | operator[] (int order) const |
int | getMaxOrder (void) const |
int | size (void) const |
std::string | getLabel () const |
bool | isLabel (std::string const &label) const |
bool | isLabel (char const *label) const |
double | getTemperature () const |
void | addFluxOrder (GIDI_settings_flux_order const &fluxOrder) |
void | print (bool outline=true, int valuesPerLine=10) const |
Private 속성 | |
std::string | mLabel |
double | mTemperature |
std::vector < GIDI_settings_flux_order > | mFluxOrders |
GIDI_settings.hh 파일의 120 번째 라인에서 정의되었습니다.
GIDI_settings_flux::GIDI_settings_flux | ( | std::string const & | label, |
double | temperature_MeV | ||
) |
GIDI_settings_flux.cc 파일의 89 번째 라인에서 정의되었습니다.
다음을 참조함 : mLabel, mTemperature.
GIDI_settings_flux::GIDI_settings_flux | ( | char const * | label, |
double | temperature_MeV | ||
) |
GIDI_settings_flux.cc 파일의 97 번째 라인에서 정의되었습니다.
다음을 참조함 : mLabel, mTemperature.
GIDI_settings_flux::GIDI_settings_flux | ( | GIDI_settings_flux const & | flux | ) |
GIDI_settings_flux.cc 파일의 105 번째 라인에서 정의되었습니다.
다음을 참조함 : addFluxOrder(), getLabel(), mFluxOrders, mLabel, mTemperature.
GIDI_settings_flux::~GIDI_settings_flux | ( | ) |
GIDI_settings_flux.cc 파일의 114 번째 라인에서 정의되었습니다.
void GIDI_settings_flux::addFluxOrder | ( | GIDI_settings_flux_order const & | fluxOrder | ) |
GIDI_settings_flux.cc 파일의 127 번째 라인에서 정의되었습니다.
다음을 참조함 : GIDI_settings_flux_order::getOrder(), mFluxOrders.
다음에 의해서 참조됨 : GIDI_settings_flux().
|
inline |
GIDI_settings.hh 파일의 134 번째 라인에서 정의되었습니다.
다음을 참조함 : mFluxOrders.
|
inline |
GIDI_settings.hh 파일의 140 번째 라인에서 정의되었습니다.
다음을 참조함 : mTemperature.
다음에 의해서 참조됨 : GIDI_settings_particle::addFlux(), GIDI_settings_processedFlux::getTemperature().
|
inline |
GIDI_settings.hh 파일의 138 번째 라인에서 정의되었습니다.
다음을 참조함 : mLabel.
|
inline |
GIDI_settings.hh 파일의 139 번째 라인에서 정의되었습니다.
다음을 참조함 : mLabel.
GIDI_settings_flux_order const * GIDI_settings_flux::operator[] | ( | int | order | ) | const |
GIDI_settings_flux.cc 파일의 120 번째 라인에서 정의되었습니다.
다음을 참조함 : mFluxOrders.
GIDI_settings_flux.cc 파일의 139 번째 라인에서 정의되었습니다.
다음을 참조함 : mFluxOrders, mLabel, size().
GIDI_settings.hh 파일의 135 번째 라인에서 정의되었습니다.
다음을 참조함 : mFluxOrders.
다음에 의해서 참조됨 : GIDI_settings_processedFlux::GIDI_settings_processedFlux(), print().
|
private |
List of fluxes for each Legendre order, l, sorted by Legendre order starting with l = 0.
GIDI_settings.hh 파일의 125 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : addFluxOrder(), getMaxOrder(), GIDI_settings_flux(), operator[](), print(), size().
|
private |
Label for the flux.
GIDI_settings.hh 파일의 123 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : getLabel(), GIDI_settings_flux(), isLabel(), print().
|
private |
GIDI_settings.hh 파일의 124 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : getTemperature(), GIDI_settings_flux().