26 #ifndef GRALE_TESTLENS_H
28 #define GRALE_TESTLENS_H
30 #include "ellipticlens.h"
35 class GRALE_IMPORTEXPORT TestLensParams :
public GravitationalLensParams
40 bool write(serut::SerializationInterface &si)
const {
return true; }
41 bool read(serut::SerializationInterface &si) {
return true; }
42 GravitationalLensParams *createCopy()
const;
45 class GRALE_IMPORTEXPORT TestLens :
public EllipticLens
51 bool processParameters(
const GravitationalLensParams *pLensParams);
53 CircularLensProfile *m_pProfile;
59 #endif // GRALE_TESTLENS_H