Home
last modified time | relevance | path

Searched refs:MIhistory (Results 1 – 25 of 36) sorted by relevance

12

/dports/science/minc2/minc-release-2.2.00/progs/mincexample/
H A Dmincexample1.c583 if ((ncattinq(mincid, NC_GLOBAL, MIhistory, &datatype, in update_history()
592 (void) miattgetstr(mincid, NC_GLOBAL, MIhistory, att_length, in update_history()
598 (void) miattputstr(mincid, NC_GLOBAL, MIhistory, string); in update_history()
H A Dmincexample2.c668 if ((ncattinq(mincid, NC_GLOBAL, MIhistory, &datatype, in update_history()
677 (void) miattgetstr(mincid, NC_GLOBAL, MIhistory, att_length, in update_history()
683 (void) miattputstr(mincid, NC_GLOBAL, MIhistory, string); in update_history()
/dports/math/cgal/CGAL-5.3/include/CGAL/ImageIO/
H A Dmincio_impl.h449 if(ncattinq(cdfid, NC_GLOBAL, MIhistory, &datatype, &old_att_length) in writeMincFile()
455 (void) miattgetstr( cdfid, NC_GLOBAL, MIhistory, old_att_length+1, in writeMincFile()
458 (void) miattputstr( cdfid, NC_GLOBAL, MIhistory, history ); in writeMincFile()
/dports/math/vtk8/VTK-8.2.0/IO/MINC/
H A DvtkMINC.h236 #define MIhistory "history" macro
H A DvtkMINCImageWriter.cxx1009 MI_EMPTY_STRING, MIhistory); in CreateMINCVariables()
1033 vtkMINCImageWriterPutAttributeTextMacro(MIhistory, history.c_str()); in CreateMINCVariables()
/dports/math/vtk9/VTK-9.1.0/IO/MINC/
H A DvtkMINC.h238 #define MIhistory "history" macro
H A DvtkMINCImageWriter.cxx975 this->ImageAttributes->GetAttributeValueAsString(MI_EMPTY_STRING, MIhistory); in CreateMINCVariables()
999 vtkMINCImageWriterPutAttributeTextMacro(MIhistory, history.c_str()); in CreateMINCVariables()
/dports/math/vtk6/VTK-6.2.0/IO/MINC/
H A DvtkMINC.h236 #define MIhistory "history" macro
H A DvtkMINCImageWriter.cxx1005 MI_EMPTY_STRING, MIhistory); in CreateMINCVariables()
1029 vtkMINCImageWriterPutAttributeTextMacro(MIhistory, history.c_str()); in CreateMINCVariables()
/dports/science/minc2/minc-release-2.2.00/ezminc/
H A Dminc_1_rw.cpp88 if ((ncattinq(_mincid, NC_GLOBAL, MIhistory, &datatype,&att_length) == MI_ERROR) || in history()
96 miattgetstr(_mincid, NC_GLOBAL, (char*)MIhistory, att_length,str); in history()
1383 if ((ncattinq(_mincid, NC_GLOBAL, MIhistory, &datatype,&att_length) == MI_ERROR) || in append_history()
1389 miattgetstr(_mincid, NC_GLOBAL, (char*)MIhistory, att_length,str); in append_history()
1392 miattputstr(_mincid, NC_GLOBAL, (char*)MIhistory, str); in append_history()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/MINC/src/libminc/libcommon/
H A Dminc_common_defs.h55 #define MIhistory "history" macro
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/MINC/src/libminc/libsrc/
H A Dminc_convenience.c1367 r = ncattinq(fd, NC_GLOBAL, MIhistory, &att_type, &att_len); in miappend_history()
1385 if (miattgetstr(fd, NC_GLOBAL, MIhistory, att_len + 1, att_val) == NULL) { in miappend_history()
1410 r = miattputstr(fd, NC_GLOBAL, MIhistory, att_val); in miappend_history()
H A Dminc.h233 #define MIhistory "history" macro
H A Dvoxel_loop.c1178 if ((ncattinq(mincid, NC_GLOBAL, MIhistory, &datatype, in update_history()
1187 (void) miattgetstr(mincid, NC_GLOBAL, MIhistory, att_length, in update_history()
1193 (void) miattputstr(mincid, NC_GLOBAL, MIhistory, string); in update_history()
/dports/science/minc2/minc-release-2.2.00/libsrc/
H A Dminc_convenience.c1367 r = ncattinq(fd, NC_GLOBAL, MIhistory, &att_type, &att_len); in miappend_history()
1385 if (miattgetstr(fd, NC_GLOBAL, MIhistory, att_len + 1, att_val) == NULL) { in miappend_history()
1410 r = miattputstr(fd, NC_GLOBAL, MIhistory, att_val); in miappend_history()
H A Dminc.h231 #define MIhistory "history" macro
H A Dvoxel_loop.c1167 if ((ncattinq(mincid, NC_GLOBAL, MIhistory, &datatype, in update_history()
1176 (void) miattgetstr(mincid, NC_GLOBAL, MIhistory, att_length, in update_history()
1182 (void) miattputstr(mincid, NC_GLOBAL, MIhistory, string); in update_history()
/dports/science/minc2/minc-release-2.2.00/progs/mincconcat/
H A Dmincconcat.c1441 if ((ncattinq(mincid, NC_GLOBAL, MIhistory, &datatype, in update_history()
1450 (void) miattgetstr(mincid, NC_GLOBAL, MIhistory, att_length, in update_history()
1456 (void) miattputstr(mincid, NC_GLOBAL, MIhistory, string); in update_history()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/MINC/src/libminc/volume_io/Volumes/
H A Doutput_mnc.c770 if( ncattinq(file->cdfid, NC_GLOBAL, MIhistory, &datatype, &old_att_length) in add_minc_history()
782 (void) miattgetstr( file->cdfid, NC_GLOBAL, MIhistory, old_att_length+1, in add_minc_history()
800 (void) miattputstr( file->cdfid, NC_GLOBAL, MIhistory, new_history ); in add_minc_history()
/dports/science/minc2/minc-release-2.2.00/volume_io/Volumes/
H A Doutput_mnc.c748 if( ncattinq(file->cdfid, NC_GLOBAL, MIhistory, &datatype, &old_att_length) in add_minc_history()
760 (void) miattgetstr( file->cdfid, NC_GLOBAL, MIhistory, old_att_length+1, in add_minc_history()
778 (void) miattputstr( file->cdfid, NC_GLOBAL, MIhistory, new_history ); in add_minc_history()
/dports/science/minc2/minc-release-2.2.00/progs/mincreshape/
H A Dmincreshape.c1486 if ((ncattinq(mincid, NC_GLOBAL, MIhistory, &datatype, &att_length) in setup_output_file()
1492 (void) miattgetstr(mincid, NC_GLOBAL, MIhistory, att_length, string); in setup_output_file()
1495 (void) miattputstr(mincid, NC_GLOBAL, MIhistory, string); in setup_output_file()
/dports/science/minc2/minc-release-2.2.00/progs/mincresample/
H A Dmincresample.c1335 if ((ncattinq(out_file->mincid, NC_GLOBAL, MIhistory, &datatype, in create_output_file()
1342 (void) miattgetstr(out_file->mincid, NC_GLOBAL, MIhistory, att_length, in create_output_file()
1346 (void) miattputstr(out_file->mincid, NC_GLOBAL, MIhistory, string); in create_output_file()
/dports/science/minc2/minc-release-2.2.00/conversion/nifti1/
H A Dnii2mnc.c664 miattputstr(mnc_fd, NC_GLOBAL, MIhistory, mnc_hist); in main()
/dports/science/minc2/minc-release-2.2.00/conversion/gcomserver/
H A Dminc_file.c488 (void) miattputstr(mincid, NC_GLOBAL, MIhistory, minc_history); in setup_minc_variables()
/dports/science/minc2/minc-release-2.2.00/conversion/dicomserver/
H A Dminc_file.c466 (void) miattputstr(mincid, NC_GLOBAL, MIhistory, minc_history); in setup_minc_variables()

12