GRALE
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
oCgrale::CosmologyThis class can be used to calculate angular diameter distances in a specific kind of cosmology
oCgrale::GaussLensInfoInformation about a specific Gauss distribution, used by the multiple Gauss lens and the lens inversion routine
oCgrale::GravitationalLensBase class for gravitational lens implementations
|oCgrale::CompositeLensThis class allows you to combine several other lenses
|oCgrale::EllipticLensBase class for the lens effect by an elliptical lens, based on the information of the circular equivalent
|oCgrale::MultipleGaussLensDescribes a lens with a mass distribution which is the sum of several Gauss distributions
|oCgrale::MultiplePlummerLensDescribes a lens with a mass distribution which is the sum of several Plummer distributions
|oCgrale::MultipleSquareLensDescribes a lens with a mass distribution which is the sum of several square-shaped distributions
|oCgrale::NSIELensDescribes a non-singular isothermal ellipse
|oCgrale::SIELensDescribes a singular isothermal ellipse
|oCgrale::SquareLensDescribes a lens with a square mass distribution
|\Cgrale::SymmetricLensBase class for circularly symmetric lenses
| oCgrale::GaussLensDescribes a lens with a Gaussian mass distribution
| oCgrale::NFWLensLensing by a spherically symmetric Navarro-Frenk-White profile (NFW)
| oCgrale::NSISLensDescribes a non-singular isothermal sphere type lens
| oCgrale::PlummerLensDescribes a lens with a Plummer mass distribution
| oCgrale::PointmassLensDescribes a point mass lens
| oCgrale::PolynomialMassProfileLensBla
| \Cgrale::SISLensA singular isothermal sphere based lens
oCgrale::GravitationalLensParamsBase class for gravitational lens parameters
|oCgrale::GaussLensParamsParameters for a lens with a Gaussian 2D mass density distribution
|oCgrale::MultipleGaussLensParamsParameters for a lens consisting of several Gauss distributions
|oCgrale::MultiplePlummerLensParamsParameters for a lens consisting of several Plummer distributions
|oCgrale::MultipleSquareLensParamsParameters for a lens consisting of several square-shaped distributions
|oCgrale::NSIELensParamsParameters for a non-singular isothermal ellipse
|oCgrale::NSISLensParamsParameters for a non-singular isothermal sphere type lens
|oCgrale::PlummerLensParamsParameters for a lens with a Plummer density distribution
|oCgrale::PointmassLensParamsParameters for a point mass lens
|oCgrale::SIELensParamsParameters for a singular isothermal ellipse
|oCgrale::SISLensParamsParameters for a singular isothermal sphere (SIS)
|\Cgrale::SquareLensParamsParameters for a lens with a square mass density distribution
oCgrale::IntVector2DRepresents a 2D vector with integer endpoint coordinates
oCgrale::LensFitnessObjectThis class is a base class for fitness calculation code in the GA
oCgrale::Line2D< T >Class which can represent a line
oCgrale::PlummerLensInfoInformation about a specific Plummer distribution, used by the multiple Plummer lens and the lens inversion routine
oCgrale::Polygon2D< T >This class can be used to represent a polygon
oCgrale::ProbabilityDistributionBase class for generating random numbers according to a specific probability distribution
|oCgrale::DoublePeakDistributionThis can be used to generate numbers according to a distribution with two peaks, one at 0 and one at 1
|oCgrale::GaussianDistributionThis can be used to generate numbers according to a gaussian distribution with a specific mean and dispersion
|oCgrale::PeakDistributionThis can be used to generate positive numbers with a peak at zero
|oCgrale::StudentTDistributionA version of a student-t distribution; this has a longer tail than a gaussian
|\Cgrale::UniformDistributionGenerates random numbers according to a uniform distribution
oCgrale::ProjectedImagesInterfaceBase class defining the methods that a LensFitnessObject can use to calculate the fitness of a specific lens
|oCgrale::BackProjectMatrixNewImplements the ProjectedImagesInterface interface, is only meant to be used inside the genetic algorithm for lens inversion
|\Cgrale::ImagesBackProjectorImplements the ProjectedImagesInterface interface, and takes a GravitationalLens based lens model as input
oCgrale::Real1DFunctionBase class for a 1D function
|\Cgrale::Real1DDerivableFunctionBase class for a 1D function of which the derivative can be calculated at each point
oCgrale::Real1DFunctionIntegratorBase class for an object which can integrate a function over some range
oCgrale::Real2DFunctionBase class for a 2D function
|oCgrale::Real2DDerivableFunctionBase class for a 2D function of which the derivatives can be calculated at each point
||\Cgrale::GridFunctionCan be used to interpolate gridded data
|oCgrale::Real2DLensFunctionThis class implements a 2D function which can be used to evaluate the mass density of a lens at a specific point
|\Cgrale::Real2DLensPlaneFunctionThis class implements a 2D function which can be used to evaluate approximately the mass density corresponding to the deflection field that was calculated
oCgrale::Real2DFunctionIntegratorBase class for an object which can integrate a function over some area
|oCgrale::CircularIntegratorThis class can be used to integrate a 2D function over a circular area
|\Cgrale::RectangularIntegratorIntegrate a 2D function over a rectangular area
oCgrale::Rectangle2D< T >Class which can hold the corner points of a rectangle
oCgrale::SquareLensInfoInformation about a specific square distribution, used by the multiple square lens and the lens inversion routine
oCgrale::Triangle2D< T >This class can be used to represent a triangle
oCgrale::TriangleIndicesHolds the indices of the points which form a triangle
oCgrale::TriangulationAn object of this class can be used to create a triangulation from a set of points
oCgrale::Vector2D< T >Represents a 2D vector
\Cgrale::Vector2D< double >