#include <MagExceptions.h>
Definition at line 32 of file MagExceptions.h.
◆ GridInterpolator3DException()
GridInterpolator3DException::GridInterpolator3DException |
( |
double |
a1, |
|
|
double |
b1, |
|
|
double |
c1, |
|
|
double |
a2, |
|
|
double |
b2, |
|
|
double |
c2 |
|
) |
| |
throw | ( | |
| ) | | |
◆ ~GridInterpolator3DException()
GridInterpolator3DException::~GridInterpolator3DException |
( |
| ) |
|
throw | ( | |
| ) | | |
|
override |
◆ limits()
double* GridInterpolator3DException::limits |
( |
void |
| ) |
|
|
inline |
◆ what()
const char * GridInterpolator3DException::what |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
override |
Definition at line 19 of file MagExceptions.cc.
20 return "LinearGridInterpolator3D: field requested outside of grid validity";
◆ limits_
double GridInterpolator3DException::limits_[6] |
|
protected |