r118: *** empty log message ***
[ctsim.git] / include / imagefile.h
index 607f7166cd1cef4bd2f323c273830c0b38bb23e7..3b1882f24e7d64e3ce06c404d32cfa31a740b66f 100644 (file)
@@ -692,6 +692,13 @@ typedef kfloat32*  ImageFileColumn;
 typedef kfloat32** ImageFileArray;
 #endif
 
+
+// imagefile.cpp 
+void image_filter_response (ImageFile& im, const char* const domainName, double bw, const char* const filterName, double filt_param, const int opt_trace);
+int image_display (const ImageFile& im);
+int image_display_scale (const ImageFile& im, const int scale, const double pmin, const double pmax);
+
+
 #endif