• 大小: 9.61MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-11-14
  • 语言: C/C++
  • 标签:

资源简介

VTK三维可视化读取RAW数据的c++源代码,可以读取裸数据。基于VS2010开发。

资源截图

代码片段和文件信息

#ifdef __cplusplus
# error “A C++ compiler has been selected for C.“
#endif

/* Version number components: V=Version R=Revision P=Patch
   Version date components:   YYYY=Year MM=Month   DD=Day  */

#if defined(__18CXX)
# define ID_VOID_MAIN
#endif

#if defined(__INTEL_COMPILER) || defined(__ICC)
# define COMPILER_ID “Intel“
  /* __INTEL_COMPILER = VRP */
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER    % 10)
# if defined(__INTEL_COMPILER_BUILD_DATE)
  /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
#  define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
# endif

#elif defined(__PATHCC__)
# define COMPILER_ID “PathScale“
# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
# if defined(__PATHCC_PATCHLEVEL__)
#  define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
# endif

#elif defined(__clang__)
# define COMPILER_ID “Clang“
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)

#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
# define COMPILER_ID “Embarcadero“
# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
# define COMPILER_VERSION_PATCH HEX(__CODEGEARC_VERSION__     & 0xFFFF)

#elif defined(__BORLANDC__)
# define COMPILER_ID “Borland“
  /* __BORLANDC__ = 0xVRR */
# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)

#elif defined(__WATCOMC__)
# define COMPILER_ID “Watcom“
  /* __WATCOMC__ = VVRR */
# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
# define COMPILER_VERSION_MINOR DEC(__WATCOMC__ % 100)

#elif defined(__SUNPRO_C)
# define COMPILER_ID “SunPro“
# if __SUNPRO_C >= 0x5100
   /* __SUNPRO_C = 0xVRRP */
#  define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12)
#  define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF)
#  define COMPILER_VERSION_PATCH HEX(__SUNPRO_C    & 0xF)
# else
   /* __SUNPRO_C = 0xVRP */
#  define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8)
#  define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF)
#  define COMPILER_VERSION_PATCH HEX(__SUNPRO_C    & 0xF)
# endif

#elif defined(__HP_cc)
# define COMPILER_ID “HP“
  /* __HP_cc = VVRRPP */
# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000)
# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100)
# define COMPILER_VERSION_PATCH DEC(__HP_cc     % 100)

#elif defined(__DECC)
# define COMPILER_ID “Compaq“
  /* __DECC_VER = VVRRTPPPP */
# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000)
# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000  % 100)
# define COMPILER_VERSION_PATCH DEC(__DECC_VER         % 10000)

#elif defined(__IBMC_

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      23494  2015-07-20 20:55  Read_Raw\bin\ALL_BUILD.vcxproj

     文件        610  2015-07-20 20:55  Read_Raw\bin\ALL_BUILD.vcxproj.filters

     文件        143  2015-07-20 20:56  Read_Raw\bin\ALL_BUILD.vcxproj.user

     文件      13818  2015-07-20 20:55  Read_Raw\bin\CMakeCache.txt

     文件       1492  2015-07-20 20:55  Read_Raw\bin\CMakeFiles\2.8.12.1\CMakeCCompiler.cmake

     文件       1629  2015-07-20 20:55  Read_Raw\bin\CMakeFiles\2.8.12.1\CMakeCXXCompiler.cmake

     文件      27648  2015-07-20 20:55  Read_Raw\bin\CMakeFiles\2.8.12.1\CMakeDetermineCompilerABI_C.bin

     文件      27648  2015-07-20 20:55  Read_Raw\bin\CMakeFiles\2.8.12.1\CMakeDetermineCompilerABI_CXX.bin

     文件        209  2015-07-20 20:55  Read_Raw\bin\CMakeFiles\2.8.12.1\CMakeRCCompiler.cmake

     文件        367  2015-07-20 20:55  Read_Raw\bin\CMakeFiles\2.8.12.1\CMakeSystem.cmake

     文件      12324  2015-07-20 20:55  Read_Raw\bin\CMakeFiles\2.8.12.1\CompilerIdC\CMakeCCompilerId.c

     文件       9216  2015-07-20 20:55  Read_Raw\bin\CMakeFiles\2.8.12.1\CompilerIdC\CompilerIdC.exe

     文件       2354  2015-07-20 20:55  Read_Raw\bin\CMakeFiles\2.8.12.1\CompilerIdC\CompilerIdC.vcxproj

     文件        143  2015-07-20 20:55  Read_Raw\bin\CMakeFiles\2.8.12.1\CompilerIdC\CompilerIdC.vcxproj.user

     文件        662  2015-07-20 20:55  Read_Raw\bin\CMakeFiles\2.8.12.1\CompilerIdC\Debug\cl.command.1.tlog

     文件        534  2015-07-20 20:55  Read_Raw\bin\CMakeFiles\2.8.12.1\CompilerIdC\Debug\CL.read.1.tlog

     文件        332  2015-07-20 20:55  Read_Raw\bin\CMakeFiles\2.8.12.1\CompilerIdC\Debug\CL.write.1.tlog

     文件       1478  2015-07-20 20:55  Read_Raw\bin\CMakeFiles\2.8.12.1\CompilerIdC\Debug\CMakeCCompilerId.obj

     文件        381  2015-07-20 20:55  Read_Raw\bin\CMakeFiles\2.8.12.1\CompilerIdC\Debug\CompilerIdC.exe.intermediate.manifest

     文件         91  2015-07-20 20:55  Read_Raw\bin\CMakeFiles\2.8.12.1\CompilerIdC\Debug\CompilerIdC.lastbuildstate

     文件       2135  2015-07-20 20:55  Read_Raw\bin\CMakeFiles\2.8.12.1\CompilerIdC\Debug\CompilerIdC.log

     文件        713  2015-07-20 20:55  Read_Raw\bin\CMakeFiles\2.8.12.1\CompilerIdC\Debug\CompilerIdC.vcxprojResolveAssemblyReference.cache

     文件          0  2015-07-20 20:55  Read_Raw\bin\CMakeFiles\2.8.12.1\CompilerIdC\Debug\CompilerIdC.write.1.tlog

     文件       1238  2015-07-20 20:55  Read_Raw\bin\CMakeFiles\2.8.12.1\CompilerIdC\Debug\link.command.1.tlog

     文件       2450  2015-07-20 20:55  Read_Raw\bin\CMakeFiles\2.8.12.1\CompilerIdC\Debug\link.read.1.tlog

     文件        532  2015-07-20 20:55  Read_Raw\bin\CMakeFiles\2.8.12.1\CompilerIdC\Debug\link.write.1.tlog

     文件        432  2015-07-20 20:55  Read_Raw\bin\CMakeFiles\2.8.12.1\CompilerIdC\Debug\mt.command.1.tlog

     文件        732  2015-07-20 20:55  Read_Raw\bin\CMakeFiles\2.8.12.1\CompilerIdC\Debug\mt.read.1.tlog

     文件        360  2015-07-20 20:55  Read_Raw\bin\CMakeFiles\2.8.12.1\CompilerIdC\Debug\mt.write.1.tlog

     文件      12222  2015-07-20 20:55  Read_Raw\bin\CMakeFiles\2.8.12.1\CompilerIdCXX\CMakeCXXCompilerId.cpp

............此处省略101个文件信息

评论

共有 条评论