Biomedical Image Analysis Library
The Biomedical Image Analysis Library is a poweful tool for developers, physicians, researchers, engineers, and so on.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Friends Macros Modules
gdcm.h
Go to the documentation of this file.
1 /* Biomedical Image Analysis Library
2  * See README file in the root instalation directory for more information.
3  */
4 
14 #include "Common.hpp"
15 #include "Image.hpp"
16 #include "MultiImage.hpp"
17 #include "guiimage.h"
18 #ifndef BIALGDCM_HPP
19 #define BIALGDCM_HPP
20 namespace gdcm {
21  class Image;
22 }
23 
24 class GDCM {
25 public:
26  static Bial::MultiImage OpenGImage( const std::string &filename );
27 };
28 
29 #endif /* BIALGDCM_HPP */
Definition: gdcm.h:24
Content: Commonly used macros, types, static variables and functions. Description: Some macros used...
The MultiImage class may have only one of the following image types: int, float, Color, or RealColor.
Definition: MultiImage.hpp:34
Definition: gdcm.h:20