Specialization of CoordinateBase for 2 dimensions.
More...
#include <CoordinateBase.h>
template<typename Derived, typename T>
class lsst::geom::CoordinateBase< Derived, T, 2 >
Specialization of CoordinateBase for 2 dimensions.
Definition at line 108 of file CoordinateBase.h.
◆ EigenVector
template<typename Derived , typename T >
◆ Element
template<typename Derived , typename T >
◆ CoordinateBase() [1/4]
template<typename Derived , typename T >
◆ CoordinateBase() [2/4]
template<typename Derived , typename T >
◆ ~CoordinateBase()
template<typename Derived , typename T >
◆ CoordinateBase() [3/4]
template<typename Derived , typename T >
◆ CoordinateBase() [4/4]
template<typename Derived , typename T >
template<typename Vector >
◆ _swap()
template<typename Derived , typename T >
◆ asEigen()
template<typename Derived , typename T >
Return a fixed-size Eigen representation of the coordinate object.
The fact that this returns by const reference rather than by value should not be considered part of the API; this is merely an optimization enabled by the implementation.
Definition at line 131 of file CoordinateBase.h.
◆ asPair()
template<typename Derived , typename T >
◆ asTuple()
template<typename Derived , typename T >
◆ coeffRef() [1/2]
template<typename Derived , typename T >
◆ coeffRef() [2/2]
template<typename Derived , typename T >
◆ getX() [1/2]
template<typename Derived , typename T >
◆ getX() [2/2]
template<typename Derived , typename T >
◆ getY() [1/2]
template<typename Derived , typename T >
◆ getY() [2/2]
template<typename Derived , typename T >
◆ operator=() [1/2]
template<typename Derived , typename T >
◆ operator=() [2/2]
template<typename Derived , typename T >
◆ operator[]() [1/2]
template<typename Derived , typename T >
◆ operator[]() [2/2]
template<typename Derived , typename T >
◆ setX()
template<typename Derived , typename T >
◆ setY()
template<typename Derived , typename T >
◆ _vector
template<typename Derived , typename T >
◆ dimensions
template<typename Derived , typename T >
The documentation for this class was generated from the following file: