StringFilter StringFilter is the class that make gdcm2.x looks more like gdcm1 and transform the binary blob contained in a DataElement into a string, typically this is a nice feature to have for wrapped language.
More...
#include <gdcmStringFilter.h>
List of all members.
Detailed Description
StringFilter StringFilter is the class that make gdcm2.x looks more like gdcm1 and transform the binary blob contained in a DataElement into a string, typically this is a nice feature to have for wrapped language.
Constructor & Destructor Documentation
gdcm::StringFilter::StringFilter |
( |
) |
|
gdcm::StringFilter::~StringFilter |
( |
) |
|
Member Function Documentation
std::string gdcm::StringFilter::FromString |
( |
const Tag & |
t, |
|
|
const char * |
value, |
|
|
VL const & |
vl |
|
) |
| |
DEPRECATED: NEVER USE IT.
std::string gdcm::StringFilter::FromString |
( |
const Tag & |
t, |
|
|
const char * |
value, |
|
|
size_t |
len |
|
) |
| |
File& gdcm::StringFilter::GetFile |
( |
) |
[inline] |
const File& gdcm::StringFilter::GetFile |
( |
) |
const [inline] |
void gdcm::StringFilter::SetDicts |
( |
const Dicts & |
dicts ) |
|
Allow user to pass in there own dicts.
void gdcm::StringFilter::SetFile |
( |
const File & |
f ) |
[inline] |
std::string gdcm::StringFilter::ToString |
( |
const Tag & |
t ) |
const |
std::pair<std::string, std::string> gdcm::StringFilter::ToStringPair |
( |
const Tag & |
t, |
|
|
DataSet const & |
ds |
|
) |
| const [protected] |
std::pair<std::string, std::string> gdcm::StringFilter::ToStringPair |
( |
const Tag & |
t ) |
const |
Convert to string the ByteValue contained in a DataElement the returned elements are: pair.first : the name as found in the dictionary of DataElement pari.second : the value encoded into a string (US,UL...) are properly converted
void gdcm::StringFilter::UseDictAlways |
( |
bool |
) |
[inline] |
The documentation for this class was generated from the following file: