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
Public Member Functions | Private Attributes | List of all members
lsst::meas::algorithms::shapelet::RangeException Struct Reference

#include <Function2D.h>

Inheritance diagram for lsst::meas::algorithms::shapelet::RangeException:

Public Member Functions

 RangeException (const Position &p, const Bounds &b)
 
 ~RangeException () throw ()
 
const BoundsgetBounds () const
 
const PositiongetPosition () const
 

Private Attributes

Position _p
 
Bounds _b
 

Detailed Description

Definition at line 16 of file Function2D.h.

Constructor & Destructor Documentation

lsst::meas::algorithms::shapelet::RangeException::RangeException ( const Position p,
const Bounds b 
)

Definition at line 47 of file Legendre2D.cc.

47  :
48  std::runtime_error(makeRangeExceptionMessage(p,b)), _p(p), _b(b)
49  {}
afw::table::Key< double > b
lsst::meas::algorithms::shapelet::RangeException::~RangeException ( )
throw (
)
inline

Definition at line 20 of file Function2D.h.

20 {}

Member Function Documentation

const Bounds& lsst::meas::algorithms::shapelet::RangeException::getBounds ( ) const
inline

Definition at line 22 of file Function2D.h.

const Position& lsst::meas::algorithms::shapelet::RangeException::getPosition ( ) const
inline

Definition at line 23 of file Function2D.h.

Member Data Documentation

Bounds lsst::meas::algorithms::shapelet::RangeException::_b
private

Definition at line 27 of file Function2D.h.

Position lsst::meas::algorithms::shapelet::RangeException::_p
private

Definition at line 26 of file Function2D.h.


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