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