Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

MarchingCubesGeneral.h

Go to the documentation of this file.
00001 
00013 #ifndef __MARCHINGCUBESGENERAL_H__      // {{{
00014 #define __MARCHINGCUBESGENERAL_H__
00015 
00016 
00020 #define MC_FAIL_EXIT(msg, code) std::cerr << __FILE__ << ":" << __LINE__ << ": ERROR: " << msg  \
00021                                         << std::endl; \
00022                                 exit(code);
00023 
00024 
00025 #endif /* }}} __MARCHINGCUBESGENERAL_H__ */
00026 
00027 
00028 // vim:fdm=marker:fdc=3:tw=100

Generated on Wed Dec 15 21:20:29 2004 for vuVolume by  doxygen 1.3.9.1