#include "dyn.h"
#include "stdfunc.h"
#include "sstar_to_dyn.h"
#include "star_support.h"
Go to the source code of this file.
Functions | |
void | ltm_to_ubvri (const real logl, const real logt, const real mass, real &U, real &B, real &V, real &R, real &I) |
void | combine_ubvri (real Up, real Bp, real Vp, real Rp, real Ip, real Us, real Bs, real Vs, real Rs, real Is, real &U, real &B, real &V, real &R, real &I) |
void | ltm_to_ubvri (const real logl_prim, const real logt_prim, const real mass_prim, const real logl_sec, const real logt_sec, const real mass_sec, real &U, real &B, real &V, real &R, real &I) |
local real | exp10 (real x) |
void | get_Lubvri_star (dyn *bi, stellar_type &stype, real &Lu, real &Lb, real &Lv, real &Lr, real &Li) |
void | get_ubvri_star (dyn *bi, stellar_type &stype, real &U, real &B, real &V, real &R, real &I) |
local void | print_star (stellar_type stype, int nstar, real mass, vector pos, real U, real B, real V, real R, real I) |
local void | print_ubvri_star (dyn *bi, vector pos) |
local void | print_ubvri_binary (dyn *bi, vector dc_pos) |
local int | print_ubvri_binary_recursive (dyn *b, vector dc_pos, real mtot, int ncomp, real &U, real &B, real &V, real &R, real &I) |
void | put_ubvri (dyn *b) |
|
Definition at line 545 of file lmt_to_ubvri.C. Referenced by ltm_to_ubvri(), print_ubvri_binary(), and print_ubvri_binary_recursive(). |
|
Definition at line 583 of file lmt_to_ubvri.C. Referenced by get_Lubvri_star(). |
|
Definition at line 588 of file lmt_to_ubvri.C. Referenced by sort_stellar_ubvri(). |
|
Definition at line 604 of file lmt_to_ubvri.C. Referenced by get_Lubvri_star(), print_ubvri_binary(), and print_ubvri_binary_recursive(). |
|
Definition at line 559 of file lmt_to_ubvri.C. Referenced by get_ubvri_star(), print_star(), and print_ubvri_star(). |
|
Definition at line 27 of file lmt_to_ubvri.C. |
|
Definition at line 655 of file lmt_to_ubvri.C. Referenced by EPSILON(), pretty_print_star(), print_compact_stars(), print_povray_binary_recursive(), print_povray_stars(), print_special_stars(), print_ubvri_binary(), print_ubvri_binary_recursive(), and print_ubvri_star(). |
|
Definition at line 724 of file lmt_to_ubvri.C. |
|
Definition at line 765 of file lmt_to_ubvri.C. Referenced by put_ubvri(). |
|
Definition at line 663 of file lmt_to_ubvri.C. Referenced by put_ubvri(). |
|
Definition at line 856 of file lmt_to_ubvri.C. |