JAPAn
Just Another Parity Analyzer
Loading...
Searching...
No Matches
QwInterpolator.h File Reference

Multi-dimensional grid interpolation methods. More...

#include <vector>
#include <fstream>
#include <iostream>
#include <stdexcept>
#include <stdint.h>
#include "QwLog.h"
+ Include dependency graph for QwInterpolator.h:

Go to the source code of this file.

Data Structures

class  QwInterpolator< value_t, value_n >
 A multi-dimensional grid of values with interpolation methods. More...
 

Macros

#define mycout   QwMessage
 
#define mycerr   QwError
 
#define myendl   QwLog::endl
 

Typedefs

typedef double coord_t
 

Enumerations

enum  EQwInterpolationMethod { kInterpolationMethodUnknown , kMultiLinear , kNearestNeighbor }
 Allowed interpolation methods. More...
 

Detailed Description

Multi-dimensional grid interpolation methods.

n *

Definition in file QwInterpolator.h.

Macro Definition Documentation

◆ mycerr

◆ mycout

◆ myendl

Typedef Documentation

◆ coord_t

typedef double coord_t

Definition at line 30 of file QwInterpolator.h.

Enumeration Type Documentation

◆ EQwInterpolationMethod

Allowed interpolation methods.

Enumerator
kInterpolationMethodUnknown 
kMultiLinear 
kNearestNeighbor 

Definition at line 18 of file QwInterpolator.h.

18 {
22};
@ kNearestNeighbor
@ kMultiLinear
@ kInterpolationMethodUnknown