![]() |
SEVN
|
#include <lambda_base.h>
Public Member Functions | |
| Lambda_Base () | |
| Lambda_Base (_UNUSED const Star *s) | |
| Lambda_Base (_UNUSED const IO *io) | |
| virtual | ~Lambda_Base ()=default |
| virtual double | operator() (const Star *s)=0 |
Base abstract class for Lambda implementation.
The derived classes have to define their own public operator(Star *star)
|
inline |
|
virtualdefault |
|
pure virtual |
Implemented in Lambda_Klencki, Lambda_Nanjing, and Lambda_Nanjing_interpolator.