_swap(CoordinateBase &other) noexcept | lsst::geom::CoordinateBase< Derived, T, N > | inlineprotected |
_vector | lsst::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) const | lsst::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 |
dimensions | lsst::geom::CoordinateBase< Derived, T, N > | static |
EigenVector typedef | lsst::geom::CoordinateBase< Derived, T, N > | |
Element typedef | lsst::geom::CoordinateBase< Derived, T, N > | |
IS_ELEMENT_NOTHROW_ASSIGNABLE | lsst::geom::CoordinateBase< Derived, T, N > | static |
IS_ELEMENT_NOTHROW_COPYABLE | lsst::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) const | lsst::geom::CoordinateBase< Derived, T, N > | inline |
~CoordinateBase() noexcept=default | lsst::geom::CoordinateBase< Derived, T, N > | |