▼Clsst::geom::CoordinateBase< CoordinateExpr< N >, bool, N > | |
Clsst::geom::CoordinateExpr< N > | A boolean coordinate |
Clsst::geom::CoordinateBase< Extent< double, N >, double, N > | |
Clsst::geom::CoordinateBase< Extent< int, N >, int, N > | |
▼Clsst::geom::CoordinateBase< Extent< T, N >, T, N > | |
▼Clsst::geom::ExtentBase< T, 2 > | |
Clsst::geom::Extent< T, 2 > | A coordinate class intended to represent offsets and dimensions (2-d specialization) |
▼Clsst::geom::ExtentBase< T, 3 > | |
Clsst::geom::Extent< T, 3 > | A coordinate class intended to represent offsets and dimensions (3-d specialization) |
▼Clsst::geom::ExtentBase< T, N > | |
Clsst::geom::Extent< double, 2 > | |
Clsst::geom::Extent< int, 2 > | |
Clsst::geom::Extent< T, N > | A coordinate class intended to represent offsets and dimensions |
Clsst::geom::CoordinateBase< Point< double, N >, double, N > | |
Clsst::geom::CoordinateBase< Point< int, N >, int, N > | |
▼Clsst::geom::CoordinateBase< Point< T, N >, T, N > | |
▼Clsst::geom::PointBase< T, 2 > | |
Clsst::geom::Point< T, 2 > | A coordinate class intended to represent absolute positions (2-d specialization) |
▼Clsst::geom::PointBase< T, 3 > | |
Clsst::geom::Point< T, 3 > | A coordinate class intended to represent absolute positions (3-d specialization) |
▼Clsst::geom::PointBase< T, N > | |
Clsst::geom::Point< double, 2 > | |
Clsst::geom::Point< int, 2 > | |
Clsst::geom::Point< T, N > | A coordinate class intended to represent absolute positions |
Clsst.geom._Angle.AngleUnit | |
Clsst.geom._Box.Box2I | |
Clsst.geom._Interval.IntervalI | |
Clsst.geom._SpherePoint.SpherePoint | |
Clsst::geom::AffineTransform | An affine coordinate transformation consisting of a linear transformation and an offset |
Clsst::geom::Angle | A class representing an angle |
Clsst::geom::AngleUnit | A class used to convert scalar POD types such as double to Angle |
Clsst::geom::Box2D | A floating-point coordinate rectangle geometry |
Clsst::geom::Box2I | An integer coordinate rectangle |
▼Clsst::geom::CoordinateBase< Derived, T, N > | A CRTP base class for coordinate objects |
Clsst::geom::ExtentBase< double, N > | |
Clsst::geom::ExtentBase< int, N > | |
Clsst::geom::PointBase< double, N > | |
Clsst::geom::PointBase< int, N > | |
Clsst::geom::CoordinateBase< Derived, T, 2 > | Specialization of CoordinateBase for 2 dimensions |
Clsst::geom::CoordinateBase< Derived, T, 3 > | Specialization of CoordinateBase for 3 dimensions |
Clsst::geom::detail::PointSpecialized< T > | |
Clsst::geom::detail::PointSpecialized< double > | |
Clsst::geom::detail::PointSpecialized< int > | |
Clsst::geom::IntervalD | A floating-point coordinate rectangle geometry |
Clsst::geom::IntervalI | A 1-d integer coordinate range |
Clsst::geom::LinearTransform | A 2D linear coordinate transformation |
Clsst::geom::polynomials::Basis1d | A basis interface for 1-d series expansions |
Clsst::geom::polynomials::Basis2d< Basis1d > | A basis interface for 2-d series expansions |
Clsst::geom::polynomials::BinomialMatrix | A class that computes binomial coefficients up to a certain power |
Clsst::geom::polynomials::Chebyshev1Recurrence | A Recurrence for Chebyshev polynomials of the first kind |
Clsst::geom::polynomials::detail::PackingOrderTraits< packing > | |
Clsst::geom::polynomials::detail::PackingOrderTraits< PackingOrder::XY > | |
Clsst::geom::polynomials::detail::PackingOrderTraits< PackingOrder::YX > | |
Clsst::geom::polynomials::Function1d< Basis_ > | A 1-d function defined by a series expansion and its coefficients |
Clsst::geom::polynomials::Function2d< Basis_ > | A 2-d function defined by a series expansion and its coefficients |
Clsst::geom::polynomials::Index2d | A custom tuple that relates the indices of two 1-d functions for x and y to the flattened index for the 2-d function they form |
Clsst::geom::polynomials::PackedBasis2d< Basis1d, packing > | A Basis2d formed from the product of a Basis1d for each of x and y, truncated at the sum of their orders |
Clsst::geom::polynomials::PackedBasisWorkspace2d | A workspace object that can be used to avoid extra memory allocations in repeated calls to PackedBasis2d methods |
Clsst::geom::polynomials::PackedIndexIterator< packing > | An iterator for traversing "packed" triangular 2-d series expansions, in which two 1-d expansions are truncated according to the sum of their orders and all values for one order are stored before any values of the subsequent order |
Clsst::geom::polynomials::PackedIndexRange< packing > | A specialized iterator range class for PackedIndexIterator, providing size calculation, comparison, and range-based for support |
Clsst::geom::polynomials::PolynomialRecurrence | A Recurrence for standard polynomials |
Clsst::geom::polynomials::Recurrence | A recurrence relation concept for RecurrenceBasis1d |
Clsst::geom::polynomials::RecurrenceBasis1d< Recurrence > | A basis for 1-d series expansions defined by a recurrence relation |
Clsst::geom::polynomials::SafeSum< T > | A numerically stable summation algorithm for floating-point numbers |
Clsst::geom::polynomials::ScaledBasis1d< Nested > | A 1-d basis that transforms all input points before evaluating nested basis |
Clsst::geom::polynomials::ScaledBasis2d< Nested > | A 2-d basis that transforms all input points before evaluating nested basis |
Clsst::geom::polynomials::Scaling1d | A 1-d affine transform that can be used to map one interval to another |
Clsst::geom::polynomials::Scaling2d | A 2-d separable affine transform that can be used to map one interval to another |
Clsst::geom::SpherePoint | Point in an unspecified spherical coordinate system |
▼Cmetaclass | |
Clsst.geom._coordinates.CoordinateExpr | |
Clsst.geom._coordinates.Extent | |
Clsst.geom._coordinates.Point | |
▼Cstd::exception [external] | STL class |
▼Clsst::pex::exceptions::Exception [external] | |
▼Clsst::pex::exceptions::RuntimeError [external] | |
Clsst::geom::SingularTransformException | |
Cstd::hash< lsst::geom::Extent< T, N > > | |
Cstd::hash< lsst::geom::Point< T, N > > | |
▼CTemplateMeta | |
Clsst.geom._coordinates.CoordinateExpr | |
Clsst.geom._coordinates.Extent | |
Clsst.geom._coordinates.Point | |