QwAnalysis
QwInterpolator.h File Reference
#include <vector>
#include <fstream>
#include <iostream>
#include <stdexcept>
#include <stdint.h>
#include "QwLog.h"
+ Include dependency graph for QwInterpolator.h:
+ This graph shows which files directly or indirectly include this file:

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...
 

Macro Definition Documentation

Typedef Documentation

typedef double coord_t

Definition at line 27 of file QwInterpolator.h.

Enumeration Type Documentation

Allowed interpolation methods.

Enumerator
kInterpolationMethodUnknown 
kMultiLinear 
kNearestNeighbor 

Definition at line 15 of file QwInterpolator.h.