|
DMRITool
v0.1.1-139-g860d86b4
Diffusion MRI Tool
|
#include "mex.h"#include "utl.h"#include "utlMEX.h"#include "itkSphericalPolarFourierImageFilter.h"#include "itkDWIReader.h"#include "itkGeneralizedHighOrderTensorImageFilter.h"#include "itkFeaturesFromSPFImageFilter.h"#include "itkProfileFromSPFImageFilter.h"#include "itkODFFromSPFImageFilter.h"#include "itkL1RegularizedLeastSquaresFISTASolver.h"
Include dependency graph for mexSphericalPolarFourierImaging.cxx:Go to the source code of this file.
Functions | |
| template<typename T > | |
| void | callFunction (mxArray *plhs[], const mxArray *prhs[], const int nlhs, const int nrhs) |
| void | mexFunction (int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]) |
|
inline |
Definition at line 31 of file mexSphericalPolarFourierImaging.cxx.
References utl::CartesianToSpherical(), utl::GetArrayStruct(), itk::GetITKImageFromMXArray(), itk::GetITKVectorImageFromMXArray(), itk::GetMXArrayFromITKVectorImage(), utl::GetSTDVectorFromMXArray(), utl::GetUtlMatrixFromMXArray(), utl::InitializeThreadedLibraries(), LOG_DEBUG, utl::LogLevel, ONE_OVER_4_PI_2, spams::FISTA::solver(), utlException, and utlGlobalException.
Here is the call graph for this function:| void mexFunction | ( | int | nlhs, |
| mxArray * | plhs[], | ||
| int | nrhs, | ||
| const mxArray * | prhs[] | ||
| ) |
Definition at line 197 of file mexSphericalPolarFourierImaging.cxx.
References utlGlobalException.
1.8.11