26 #ifndef GRALE_ELLIPTICLENS_H
28 #define GRALE_ELLIPTICLENS_H
30 #include "graleconfig.h"
37 class CircularLensProfile;
77 bool getAlphaVectorDerivatives(
Vector2D<double> theta,
double &axx,
double &ayy,
double &axy)
const;
79 bool getProjectedPotential(
double D_s,
double D_ds,
Vector2D<double> theta,
double *pPotentialValue)
const;
81 void subInit(
double q, CircularLensProfile *pProfile,
87 CircularLensProfile *m_pProfile;
93 #endif // GRALE_ELLIPTICLENS_H