Class to convert a .dic file into something else:
More...
#include <gdcmDictConverter.h>
Class to convert a .dic file into something else:
- CXX code : embeded dict into shared lib (DICT_DEFAULT)
- Debug mode (DICT_DEBUG)
- XML dict (DICT_XML)
- Note
Enumerator |
---|
DICT_DEFAULT |
|
DICT_DEBUG |
|
DICT_XML |
|
gdcm::DictConverter::DictConverter |
( |
| ) |
|
gdcm::DictConverter::~DictConverter |
( |
| ) |
|
void gdcm::DictConverter::AddGroupLength |
( |
| ) |
|
|
protected |
void gdcm::DictConverter::Convert |
( |
| ) |
|
bool gdcm::DictConverter::ConvertToCXX |
( |
const char * |
raw, |
|
|
std::string & |
cxx |
|
) |
| |
|
protected |
bool gdcm::DictConverter::ConvertToXML |
( |
const char * |
raw, |
|
|
std::string & |
cxx |
|
) |
| |
|
protected |
const std::string& gdcm::DictConverter::GetDictName |
( |
| ) |
const |
const std::string& gdcm::DictConverter::GetInputFilename |
( |
| ) |
const |
const std::string& gdcm::DictConverter::GetOutputFilename |
( |
| ) |
const |
int gdcm::DictConverter::GetOutputType |
( |
| ) |
const |
|
inline |
static bool gdcm::DictConverter::Readuint16 |
( |
const char * |
raw, |
|
|
uint16_t & |
ov |
|
) |
| |
|
static |
static bool gdcm::DictConverter::ReadVM |
( |
const char * |
raw, |
|
|
VM::VMType & |
type |
|
) |
| |
|
static |
static bool gdcm::DictConverter::ReadVR |
( |
const char * |
raw, |
|
|
VR::VRType & |
type |
|
) |
| |
|
static |
void gdcm::DictConverter::SetDictName |
( |
const char * |
name | ) |
|
void gdcm::DictConverter::SetInputFileName |
( |
const char * |
filename | ) |
|
void gdcm::DictConverter::SetOutputFileName |
( |
const char * |
filename | ) |
|
void gdcm::DictConverter::SetOutputType |
( |
int |
type | ) |
|
|
inline |
void gdcm::DictConverter::WriteFooter |
( |
| ) |
|
|
protected |
void gdcm::DictConverter::WriteHeader |
( |
| ) |
|
|
protected |
The documentation for this class was generated from the following file: