#include "gdcmCommon.h"#include <vector>#include <string>Include dependency graph for gdcmUtil.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | gdcm |
Classes | |
| class | gdcm::Util |
| Here are some utility functions, belonging to the gdcm::Util class, dealing with strings, file names... that can be called from anywhere by whomsoever they can help. More... | |
Functions | |
| std::ostream & | gdcm::binary_write (std::ostream &os, const uint16_t &val) |
| binary_write binary_write | |
| std::ostream & | gdcm::binary_write (std::ostream &os, const uint32_t &val) |
| binary_write binary_write | |
| std::ostream & | gdcm::binary_write (std::ostream &os, const double &val) |
| binary_write binary_write | |
| std::ostream & | gdcm::binary_write (std::ostream &os, const char *val) |
| binary_write binary_write | |
| std::ostream & | gdcm::binary_write (std::ostream &os, std::string const &val) |
| binary_write binary_write | |
| std::ostream & | gdcm::binary_write (std::ostream &os, const uint8_t *val, size_t len) |
| binary_write binary_write | |
| std::ostream & | gdcm::binary_write (std::ostream &os, const uint16_t *val, size_t len) |
| binary_write binary_write | |
1.4.4