|
From: James B. <bi...@us...> - 2004-05-19 19:19:18
|
Update of /cvsroot/teem/teem/src/nrrd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13080 Modified Files: nrrd.h Log Message: Added nrrdTile and nrrdUntile. Index: nrrd.h =================================================================== RCS file: /cvsroot/teem/teem/src/nrrd/nrrd.h,v retrieving revision 1.138 retrieving revision 1.139 diff -C2 -d -r1.138 -r1.139 *** nrrd.h 4 Apr 2004 21:26:11 -0000 1.138 --- nrrd.h 19 May 2004 19:19:02 -0000 1.139 *************** *** 666,669 **** --- 666,673 ---- TEEM_API int nrrdBlock(Nrrd *nout, const Nrrd *nin); TEEM_API int nrrdUnblock(Nrrd *nout, const Nrrd *nin, int type); + TEEM_API int nrrdTile(Nrrd *nout, const Nrrd *nin, int ax1, int ax2, + int axSplit, int sizeFast, int sizeSlow); + TEEM_API int nrrdUntile(Nrrd *nout, const Nrrd *nin, int ax1, int ax2, + int axMerge, int sizeFast, int sizeSlow); /******** things useful with hest */ |