CustusX
20.03-rc1
An IGT application
|
#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 vnl_matrix<double> vnl_matrix_double |
Definition at line 19 of file matrixInterpolation.h.
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 22 of file matrixInterpolation.cpp.