|
Visualization Library 2.1.0
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include <vlCore/ResourceLoadWriter.hpp>#include <vlCore/ResourceDatabase.hpp>#include <vlCore/Image.hpp>Go to the source code of this file.
Classes | |
| class | vl::LoadWriterDICOM |
| The LoadWriterDICOM class is a ResourceLoadWriter capable of reading DICOM files (.dcm, .dicom, .dic, .ima, .ph, .mag) using GDCM 2.0 library. More... | |
Namespaces | |
| vl | |
| Visualization Library main namespace. | |
Functions | |
| VLCORE_EXPORT ref< Image > | vl::loadDICOM (VirtualFile *file) |
| Loads a DICOM file. More... | |
| VLCORE_EXPORT ref< Image > | vl::loadDICOM (const String &path) |
| Loads a DICOM file. More... | |
| VLCORE_EXPORT bool | vl::saveDICOM (const Image *src, const String &path) |
| Writes a DICOM file. More... | |
| VLCORE_EXPORT bool | vl::saveDICOM (const Image *src, VirtualFile *file) |
| Writes a DICOM file. More... | |
| VLCORE_EXPORT bool | vl::isDICOM (VirtualFile *file) |
| Checks if the given file is a DICOM file. More... | |
Visualization Library 2.1.0 Reference Documentation
Updated on Wed Mar 10 2021 16:02:42.
© Copyright Michele Bosi. All rights reserved.