lsst.geom  22.0.0+05c7de27da
lsst::geom::CoordinateBase< Derived, T, N > Member List

This is the complete list of members for lsst::geom::CoordinateBase< Derived, T, N >, including all inherited members.

_swap(CoordinateBase &other) noexceptlsst::geom::CoordinateBase< Derived, T, N >inlineprotected
_vectorlsst::geom::CoordinateBase< Derived, T, N >protected
allclose(CoordinateBase< Derived, T, N > const &a, CoordinateBase< Derived, T, N > const &b, T rtol=static_cast< T >(1E-5), T atol=static_cast< T >(1E-8)) noexcept(std::is_nothrow_copy_constructible< T >::value &&std::is_nothrow_copy_assignable< T >::value)lsst::geom::CoordinateBase< Derived, T, N >related
asEigen() const noexcept(IS_ELEMENT_NOTHROW_COPYABLE)lsst::geom::CoordinateBase< Derived, T, N >inline
coeffRef(int n)lsst::geom::CoordinateBase< Derived, T, N >inline
coeffRef(int n) constlsst::geom::CoordinateBase< Derived, T, N >inline
CoordinateBase(CoordinateBase const &other) noexcept(IS_ELEMENT_NOTHROW_COPYABLE)lsst::geom::CoordinateBase< Derived, T, N >inline
CoordinateBase(CoordinateBase &&other) noexcept(IS_ELEMENT_NOTHROW_COPYABLE)lsst::geom::CoordinateBase< Derived, T, N >inline
CoordinateBase(T val=static_cast< T >(0)) noexcept(IS_ELEMENT_NOTHROW_COPYABLE)lsst::geom::CoordinateBase< Derived, T, N >inlineexplicitprotected
CoordinateBase(Eigen::MatrixBase< Vector > const &vector)lsst::geom::CoordinateBase< Derived, T, N >inlineexplicitprotected
dimensionslsst::geom::CoordinateBase< Derived, T, N >static
EigenVector typedeflsst::geom::CoordinateBase< Derived, T, N >
Element typedeflsst::geom::CoordinateBase< Derived, T, N >
IS_ELEMENT_NOTHROW_ASSIGNABLElsst::geom::CoordinateBase< Derived, T, N >static
IS_ELEMENT_NOTHROW_COPYABLElsst::geom::CoordinateBase< Derived, T, N >static
operator=(CoordinateBase const &other) noexcept(IS_ELEMENT_NOTHROW_ASSIGNABLE)lsst::geom::CoordinateBase< Derived, T, N >inline
operator=(CoordinateBase &&other) noexcept(IS_ELEMENT_NOTHROW_ASSIGNABLE)lsst::geom::CoordinateBase< Derived, T, N >inline
operator[](int n)lsst::geom::CoordinateBase< Derived, T, N >inline
operator[](int n) constlsst::geom::CoordinateBase< Derived, T, N >inline
~CoordinateBase() noexcept=defaultlsst::geom::CoordinateBase< Derived, T, N >