Grid3
Grid3 documentation

Introduction

This is the documentation for the Grid3 library. This documentation was generated using Doxygen.

Using Grid3

To use the Grid3 library in your C++ project, simply include the Grid3.h header file, and point your compiler to the ".../Grid3/include" folder.

Adding DICOM support

Loading of DICOM volume images is supported via the GDCM library (http://gdcm.sourceforge.net/). To enable DICOM support, you must:

1) Obtain or build a compiled version of the GDCM library for the appropriate platform.

2) Define the macro "grid3_use_gdcm" before including the "Grid3.h" header.

3) Link the following GDCM libraries to your project: