LSSTApplications  20.0.0
LSSTDataManagementBasePackage
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

 lsst
 A base class for image defects.
 
 lsst::afw
 
 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 65 of file FootprintCtrl.h.

val
ImageT val
Definition: CR.cc:146
lsst::afw::table::_
_
Definition: BaseColumnView.cc:188