|
WSF
|
#include <WsfGraduatedLethality.hpp>
Public Member Functions | |
| Table () | |
| Table (WsfStringId aTypeId) | |
| Table (const Table &aSrc)=default | |
| Table & | operator= (const Table &)=delete |
| WsfStringId | TypeId () const |
| unsigned int | Size () const |
| double | GetPk (double aMissDistSquared, bool aInterpolate) const |
| const Point & | Pt (unsigned int aIndex) const |
| const Points & | Pts () const |
| void | AddPoint (const Point &aPoint) |
| void | SetPoint (unsigned int aIndex, double aRadius, double aPk) |
| bool | Sort (double &aMaxRSquared) |
The Table class is not of concern to the end user. It should have been private, but the SUN compiler requires that it be made public.
| WsfGraduatedLethality::Table::Table | ( | ) |
Referenced by operator=(), and Table().
| WsfGraduatedLethality::Table::Table | ( | WsfStringId | aTypeId | ) |
|
default |
References Table().
|
inline |
Referenced by WsfGraduatedLethality::WsfGraduatedLethality().
| double WsfGraduatedLethality::Table::GetPk | ( | double | aMissDistSquared, |
| bool | aInterpolate ) const |
Referenced by WsfGraduatedLethality::PreInitialize().
|
inline |
Referenced by WsfGraduatedLethality::PreInitialize().
|
inline |
|
inline |
|
inline |
Referenced by WsfGraduatedLethality::PreInitialize().
|
inline |
Referenced by WsfGraduatedLethality::PreInitialize().