bpp-popgen3
3.0.0
|
This is the complete list of members for bpp::Locality< T >, including all inherited members.
clone() const | bpp::Locality< T > | inlinevirtual |
getName() const | bpp::Locality< T > | inline |
getX() const | bpp::Point2D< T > | |
getY() const | bpp::Point2D< T > | |
hasSameCoordsAs(const Point2D< T > &coord) const | bpp::Point2D< T > | |
Locality(const std::string name, const T x=0, const T y=0) | bpp::Locality< T > | inline |
Locality(const std::string name, const bpp::Point2D< T > &coord) | bpp::Locality< T > | inline |
name_ | bpp::Locality< T > | protected |
operator!=(const Locality< T > &locality) const | bpp::Locality< T > | inlinevirtual |
Point2D< T >::operator!=(const Point2D< T > &coord) const | bpp::Point2D< T > | virtual |
operator==(const Locality< T > &locality) const | bpp::Locality< T > | inlinevirtual |
Point2D< T >::operator==(const Point2D< T > &coord) const | bpp::Point2D< T > | virtual |
Point2D(const T x=0, const T y=0) | bpp::Point2D< T > | |
setCoord(const T x, const T y) | bpp::Point2D< T > | |
setName(const std::string &name) | bpp::Locality< T > | inline |
setX(const T x) | bpp::Point2D< T > | |
setY(const T y) | bpp::Point2D< T > | |
x_ | bpp::Point2D< T > | private |
y_ | bpp::Point2D< T > | private |
~Clonable()=default | bpp::Clonable | virtual |
~Locality() | bpp::Locality< T > | inlinevirtual |
~Point2D() | bpp::Point2D< T > | virtual |