LSSTApplications  20.0.0
LSSTDataManagementBasePackage
Classes | Namespaces | Enumerations
PackedIndex.h File Reference

Go to the source code of this file.

Classes

struct  lsst::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. More...
 
struct  lsst::geom::polynomials::detail::PackingOrderTraits< packing >
 
struct  lsst::geom::polynomials::detail::PackingOrderTraits< PackingOrder::YX >
 
struct  lsst::geom::polynomials::detail::PackingOrderTraits< PackingOrder::XY >
 
class  lsst::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. More...
 
class  lsst::geom::polynomials::PackedIndexRange< packing >
 A specialized iterator range class for PackedIndexIterator, providing size calculation, comparison, and range-based for support. More...
 

Namespaces

 lsst
 A base class for image defects.
 
 lsst::geom
 
 lsst::geom::polynomials
 
 lsst::geom::polynomials::detail
 

Enumerations

enum  lsst::geom::polynomials::PackingOrder { lsst::geom::polynomials::PackingOrder::YX, lsst::geom::polynomials::PackingOrder::XY }
 Enum defining the packing orders used to order 2-d polynomial coefficients. More...