25 int nrhs,
const mxArray *prhs[])
29 std::tr1::shared_ptr<std::vector<int> > pp(
new std::vector<int>());
30 std::cout <<
"num = " << 15 << std::endl << std::flush;
32 typedef itk::Image<double,3> ImageType;
33 ImageType::Pointer image = ImageType::New();
void mexFunction(int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[])