LSSTApplications  10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
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
 < multiple inclusion guard macro
 
 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); \
}
ImageT val
Definition: CR.cc:154

Definition at line 54 of file FootprintCtrl.h.