CustusX  16.5
An IGT application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
matrixInterpolation.h File Reference
#include "org_custusx_usreconstruction_Export.h"
#include <vector>
#include "vnl/vnl_matrix.h"
#include "vnl/vnl_vector.h"

Go to the source code of this file.

Typedefs

typedef vnl_matrix< double > vnl_matrix_double
 

Functions

cxPluginUSReconstruction_EXPORT
std::vector< vnl_matrix_double
matrixInterpolation (vnl_vector< double > DataPoints, std::vector< vnl_matrix_double > DataValues, vnl_vector< double > InterpolationPoints, std::string InterpolationMethod)
 Operation: Interpolate transformation matrices. More...
 

Typedef Documentation

typedef vnl_matrix<double> vnl_matrix_double

Definition at line 40 of file matrixInterpolation.h.

Function Documentation

cxPluginUSReconstruction_EXPORT std::vector<vnl_matrix_double> matrixInterpolation ( vnl_vector< double >  DataPoints,
std::vector< vnl_matrix_double DataValues,
vnl_vector< double >  InterpolationPoints,
std::string  InterpolationMethod 
)

Operation: Interpolate transformation matrices.

Definition at line 43 of file matrixInterpolation.cpp.