lsst.afw g44befd6440+dd219f3bc1
Public Member Functions | Public Attributes | Friends | List of all members
lsst::afw::detection::detail::PsfCacheKey Struct Reference

Public Member Functions

 PsfCacheKey (lsst::geom::Point2D const &position_, image::Color color_=image::Color())
 
bool operator== (PsfCacheKey const &other) const
 

Public Attributes

lsst::geom::Point2D const position
 
image::Color const color
 

Friends

std::ostreamoperator<< (std::ostream &os, PsfCacheKey const &key)
 

Detailed Description

Definition at line 26 of file Psf.cc.

Constructor & Destructor Documentation

◆ PsfCacheKey()

lsst::afw::detection::detail::PsfCacheKey::PsfCacheKey ( lsst::geom::Point2D const &  position_,
image::Color  color_ = image::Color() 
)
inline

Definition at line 30 of file Psf.cc.

Member Function Documentation

◆ operator==()

bool lsst::afw::detection::detail::PsfCacheKey::operator== ( PsfCacheKey const &  other) const
inline

Definition at line 33 of file Psf.cc.

Friends And Related Function Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream os,
PsfCacheKey const &  key 
)
friend

Definition at line 37 of file Psf.cc.

Member Data Documentation

◆ color

image::Color const lsst::afw::detection::detail::PsfCacheKey::color

Definition at line 28 of file Psf.cc.

◆ position

lsst::geom::Point2D const lsst::afw::detection::detail::PsfCacheKey::position

Definition at line 27 of file Psf.cc.


The documentation for this struct was generated from the following file: