Reader/Writer for v3i format images. More...
#include <vil3d/vil3d_file_format.h>#include <vimt3d/vimt3d_image_3d.h>#include <vcl_iosfwd.h>#include <vcl_memory.h>Go to the source code of this file.
Classes | |
| class | vimt3d_vil3d_v3i_format |
| Reader/Writer for v3i format images. More... | |
| class | vimt3d_vil3d_v3i_image |
| struct | vimt3d_vil3d_v3i_image::header_t |
| Storage type for header information when the whole image has not yet been loaded. More... | |
Reader/Writer for v3i format images.
To use the v3i format with vil3d_load, vil3d_save, etc add the following code at the start of your program
vil3d_file_format::add_format(new vimt3d_vil3d_v3i_format);
Definition in file vimt3d_vil3d_v3i.h.
1.7.5.1