#ifndef STIM_IMAGE_STACK_H #define STIM_IMAGE_STACK_H namespace stim{ //this creates a class that can be used to load 3D grid data from stacks of images template class image_stack : public virtual grid_data{ }; } #endif