LSSTApplications  10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
LSSTDataManagementBasePackage
Classes | Namespaces | Macros
FootprintCtrl.h File Reference

Control Footprint-related algorithms. More...

Go to the source code of this file.

Classes

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

Namespaces

 lsst
 Estimate image backgrounds.
 
 lsst::afw
 
 lsst::afw::detection
 

Macros

#define DEFINE_ACCESSORS(NAME, UNAME)
 

Detailed Description

Control Footprint-related algorithms.

Definition in file FootprintCtrl.h.

Macro Definition Documentation

#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); \
}
bool val

Definition at line 54 of file FootprintCtrl.h.