Grid3
|
#include "Vector3.h"
#include "MetaDataContainer.h"
#include <algorithm>
#include <string>
#include <stdint.h>
#include <vector>
#include "Grid3_i.h"
Go to the source code of this file.
Classes | |
class | Grid3< T > |
Class representing a 3D image grid, each voxel being of type T. More... | |
Enumerations | |
enum | BoundaryMode { REPLICATE, CONSTANT } |
Options for reading grid data outside the grid bounds. More... | |
enum BoundaryMode |