/** * Progam made by Olivier Bernard, associate professor * at Institut National des Sciences Appliquees (INSA) Lyon, * CREATIS-LRMN Laboratory, * 69621 Villeurbanne, France, * 31th of march 2011 */ #include "vtkOptimizedImageData.h" using namespace std; template void vtkOptimizedImageData::PrintInfo() { cout << "Image pointer: " << data << endl; cout << "Image dimension: [" << dimX << "," << dimY << "," << dimZ << "]" << endl; }