#include "marSimpleDicom.h"
#include <wx/file.h>
#include <wx/filename.h>
#include <wx/dir.h>
#include <vector>
#include <string>
#include <vtkImageChangeInformation.h>
#include <vtkImageCast.h>
#include <vtkImageResample.h>
#include <vtkImageShiftScale.h>
#include <vtkCommand.h>
#include <vtkUnsignedShortArray.h>
#include <vtkPointData.h>
#include <wx/gauge.h>
#include <wx/app.h>
Go to the source code of this file.
Classes | |
class | marProgressObserver |
Defines | |
#define | s2ws(s) (wxString((s).c_str())) |
Variables | |
static char * | DicomTagsNames [] |
#define s2ws | ( | s | ) | (wxString((s).c_str())) |
Conversion de wxString en string. Conversion de string en wxString.
Definition at line 154 of file marSimpleDicom.cpp.
char* DicomTagsNames[] [static] |
Definition at line 74 of file marSimpleDicom.cpp.