#include "dataset.h"
#include "../global/global_definitions.h"
#include "../exceptions/null_pointer_exception.h"
#include "../exceptions/index_out_of_bounds_exception.h"
#include <vector>
#include <boost/shared_array.hpp>
#include <itkImage.h>
#include <itkIntensityWindowingImageFilter.h>
Include dependency graph for 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 | PixelDataset |
The interface for pixel datasets. 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 pixel_dataset.h.