Interface/base for a volume made up of slices. More...
#include <vcl_vector.h>
#include <vil3d/vil3d_file_format.h>
#include <vil3d/vil3d_image_resource.h>
#include <vil/vil_image_resource.h>
Go to the source code of this file.
Classes | |
class | vil3d_slice_list_format |
Format class for a volume made up of a list of images. More... | |
class | vil3d_slice_list_image |
Format class for a volume made up of a list of images. More... | |
Functions | |
vil3d_image_resource_sptr | vil3d_slice_list_to_volume (const vcl_vector< vil_image_resource_sptr > &) |
Create a volume from a list of matching 2D slices. |
Interface/base for a volume made up of slices.
Definition in file vil3d_slice_list.h.
vil3d_image_resource_sptr vil3d_slice_list_to_volume | ( | const vcl_vector< vil_image_resource_sptr > & | ) |
Create a volume from a list of matching 2D slices.
If the slices do not match (in size, type etc) a null ptr will be returned.
Definition at line 143 of file vil3d_slice_list.cxx.