Home
last modified time | relevance | path

Searched refs:miopen_volume (Results 1 – 18 of 18) sorted by relevance

/dports/science/minc2/minc-release-2.2.00/libsrc2/test/
H A Dslice-test.c15 r = miopen_volume(*++argv, MI2_OPEN_READ, &hvol); in main()
H A Dvalid-test.c18 r = miopen_volume(*++argv, MI2_OPEN_RDWR, &hvol); in main()
H A Dvolprops-test.c79 r = miopen_volume(*++argv, MI2_OPEN_RDWR, &vol); in main()
H A Dhyper-test-2.c102 r = miopen_volume("hyperslab-test2.mnc", MI2_OPEN_READ, &vol); in main()
H A Dvector_dimension-test.c78 r = miopen_volume("example_vector2.mnc", MI2_OPEN_READ, &vol); in main()
H A Dlabel-test.c164 error_cnt += miopen_volume("tst-label.mnc", MI2_OPEN_READ, &vol); in main()
H A Ddimension-test.c257 r = miopen_volume("tst-dim.mnc", MI2_OPEN_RDWR, &vol); in main()
H A Dm2stats.c356 if (miopen_volume(infiles[0], MI2_OPEN_READ, &hvol) < 0) { in main()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/MINC/src/libminc/volume_io/Volumes/
H A Dinput_mnc2.c550 if ( miopen_volume(expanded, MI2_OPEN_READ, &minc_id) < 0 ) in initialize_minc2_input()
1179 if ( miopen_volume(expanded, MI2_OPEN_READ, &minc_id) < 0 ) in get_minc2_file_n_dimensions()
H A Doutput_mnc2.c519 if ( miopen_volume(expanded, MI2_OPEN_READ, &minc_id) < 0 ) in copy_auxiliary_data_from_minc2_file()
/dports/science/minc2/minc-release-2.2.00/libsrc2/
H A Dminc2.h347 extern int miopen_volume(const char *filename, int mode, mihandle_t *volume);
H A Dvolume.c1030 miopen_volume(const char *filename, int mode, mihandle_t *volume) in miopen_volume() function
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/MINC/src/libminc/libsrc2/
H A Dminc2_api.h749 int miopen_volume(const char *filename, int mode, mihandle_t *volume);
H A Dvolume.c1330 int miopen_volume(const char *filename, int mode, mihandle_t *volume) in miopen_volume() function
/dports/science/InsightToolkit/ITK-5.0.1/Modules/IO/MINC/src/
H A DitkMINCImageIO.cxx281 if ( miopen_volume(m_FileName.c_str(), MI2_OPEN_READ, &this->m_MINCPImpl->m_Volume) < 0 ) in ReadImageInformation()
/dports/science/minc2/minc-release-2.2.00/libsrc2/doc/
H A Dminc_20.tex2862 miopen_volume - open a volume for reading
2868 int miopen_volume(const char *filename,
H A Dminc2_uguide.tex412 result = miopen_volume("/home/sparky/test.mnc",
/dports/games/springlobby/springlobby-0.180/src/lsl/lib/cimg/
H A DCImg.h34638 int result = miopen_volume(filename,MI2_OPEN_RDWR,&hvol);