#include "../global/global_definitions.h"
#include "dataset_definitions.h"
#include "pixel_dataset.h"
#include "../exceptions/null_pointer_exception.h"
#include "../exceptions/index_out_of_bounds_exception.h"
#include <boost/shared_ptr.hpp>
#include <vector>
#include <memory>
#include <itkImage.h>
#include <itkExtractImageFilter.h>
#include <itkResampleImageFilter.h>
#include <itkAffineTransform.h>
Include dependency graph for volume_pixel_dataset.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | imedgine |
Classes | |
class | VolumePixelDataset |
Pixel datasets with 3 dimensions. More... |
Christian Koerner (christian.koerner@imedgine.org)
Alexander Lex (alexander.lex@imedgine.org)
Marc Streit (marc.streit@imedgine.org)
Martin Reininger (martin.reininger@imedgine.org)
Definition in file volume_pixel_dataset.h.