lsst.afw gb3a676b8dc+b4feba26a1
Loading...
Searching...
No Matches
Classes | Namespaces | Macros
FootprintCtrl.h File Reference

Go to the source code of this file.

Classes

class  lsst::afw::detection::FootprintControl
 A Control Object for Footprints, controlling e.g. More...
 
class  lsst::afw::detection::HeavyFootprintCtrl
 A control object for HeavyFootprints. More...
 

Namespaces

namespace  lsst
 
namespace  lsst::afw
 
namespace  lsst::afw::detection
 

Macros

#define DEFINE_ACCESSORS(NAME, UNAME)
 

Macro Definition Documentation

◆ DEFINE_ACCESSORS

#define DEFINE_ACCESSORS ( NAME,
UNAME )
Value:
\
void grow##UNAME(bool val \
) { \
_##NAME = val ? TRUE_ : FALSE_; \
} \
\
std::pair<bool, bool> is##UNAME() const { return makePairFromTBool(_##NAME); }

Definition at line 64 of file FootprintCtrl.h.