#include "gdcmRefCounter.h"
#include "gdcmTagKey.h"
#include "gdcmDebug.h"
#include <vector>
#include <iostream>
#include <map>
Include dependency graph for gdcmSerieHelper.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | gdcm |
Classes | |
class | gdcm::SerieHelper |
This class should be used for a stack of 2D dicom images. More... | |
struct | gdcm::SerieHelper::ExRule |
struct | gdcm::SerieHelper::ExDetail |
Typedefs | |
typedef std::vector< File * > | gdcm::FileList |
typedef std::map< std::string, FileList * > | gdcm::XCoherentFileSetmap |
XCoherent stands for 'Extra Coherent', (The name 'Coherent' would be enough but it was used before; I don't want to put a bomb in the code) Any 'better name' is welcome ! | |
typedef bool(* | gdcm::BOOL_FUNCTION_PFILE_PFILE_POINTER )(File *, File *) |