#include <QuadraturePoint.h>
Public Member Functions | |
QuadraturePoint () | |
QuadraturePoint (Point p, Numeric w) | |
~QuadraturePoint () | |
const Point & | point () const |
const Point & | Pt () const |
const Numeric & | weight () const |
const Numeric & | Wt () const |
Definition at line 22 of file QuadraturePoint.h.
const Point& basso::QuadraturePoint::point | ( | ) | const [inline] |
returns the quadrature point
Definition at line 32 of file QuadraturePoint.h.
Referenced by basso::operator<<().
const Point& basso::QuadraturePoint::Pt | ( | ) | const [inline] |
returns the quadrature point
Definition at line 34 of file QuadraturePoint.h.
const Numeric& basso::QuadraturePoint::weight | ( | ) | const [inline] |
returns the quadrature weight
Definition at line 37 of file QuadraturePoint.h.
Referenced by basso::operator<<().
const Numeric& basso::QuadraturePoint::Wt | ( | ) | const [inline] |
returns the quadrature weight
Definition at line 39 of file QuadraturePoint.h.