Grid3
Classes | Enumerations
Grid3.h File Reference
#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...
 

Enumeration Type Documentation

Options for reading grid data outside the grid bounds.

Enumerator
REPLICATE 

Return the value of the closest grid point.

CONSTANT 

Return a constant background value.