#include "gdcmBase.h"
#include "gdcmFileHelper.h"
#include "gdcmException.h"
#include "gdcmCommandManager.h"
#include <fstream>
Include dependency graph for gdcmPixelReadConvert.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | GDCM_NAME_SPACE |
Classes | |
class | GDCM_NAME_SPACE::PixelReadConvert |
Utility container for gathering the various forms the pixel data migth take during the user demanded processes. WARNING : *none* of these functions may be invoked by gdcm user (internal use only). More... | |
Typedefs | |
typedef void(* | GDCM_NAME_SPACE::VOID_FUNCTION_PUINT8_PFILE_POINTER )(uint8_t *, File *) |