DMRITool  v0.1.1-139-g860d86b4
Diffusion MRI Tool
Functions
mexITKImageWrite.cxx File Reference
#include "mex.h"
#include "utlMEX.h"
+ Include dependency graph for mexITKImageWrite.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, const bool isVectorImage)
 
void mexFunction (int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[])
 
template<class ImageType >
void SetITKImageInformation (itk::SmartPointer< ImageType > &image, const mxArray *originArray, const mxArray *spacingArray)
 

Function Documentation

template<typename T >
void callFunction ( mxArray *  plhs[],
const mxArray *  prhs[],
const int  nlhs,
const int  nrhs,
const bool  isVectorImage 
)
inline
void mexFunction ( int  nlhs,
mxArray *  plhs[],
int  nrhs,
const mxArray *  prhs[] 
)

Definition at line 88 of file mexITKImageWrite.cxx.

References utlGlobalException.

template<class ImageType >
void SetITKImageInformation ( itk::SmartPointer< ImageType > &  image,
const mxArray *  originArray,
const mxArray *  spacingArray 
)

Definition at line 24 of file mexITKImageWrite.cxx.

References utl::min().

Referenced by callFunction().

+ Here is the call graph for this function:

+ Here is the caller graph for this function: