[Insight-users] MSVC++ 6.0 compilation error

Andrea C. gi10150@iperbole.bologna.it
Fri, 03 May 2002 13:19:40 +0200


--=====================_5213621==_
Content-Type: multipart/alternative;
	boundary="=====================_5213622==_.ALT"

--=====================_5213622==_.ALT
Content-Type: text/plain; charset="us-ascii"; format=flowed

Hi everybody,

I'm encountering the same problems reported by Erickson, Bradley J.: while 
I'm compiling the All_Build project with MSVC++ 6.0, Win98 always gives a 
system error and I have to reboot the computer.
Here is the list of CMake setting used to build up the ITK.dsw (if can help)


BUILD_AUXILIARY:BOOL=OFF

BUILD_EXAMPLES:BOOL=ON

BUILD_TESTING:BOOL=OFF

BUILD_WATERSHED_SEGMENTATION:BOOL=OFF

EXECUTABLE_OUTPUT_PATH:PATH=

FEM_USE_SMART_POINTERS:BOOL=OFF

FEM_VISUALIZATION:BOOL=OFF

ITK_USE_SYSTEM_STDLIB:BOOL=ON

ITK_WRAP_TCL:BOOL=OFF

LIBRARY_OUTPUT_PATH:PATH=

USE_INSTALLED_VTK:BOOL=ON

VTK_BINARY_PATH:PATH=NOTFOUND

VTK_INSTALL_PATH:PATH=C:/PROGRA~1/VTK40

VTK_PARSE_JAVA_EXE:FILEPATH=NOTFOUND

VTK_WRAP_JAVA_EXE:FILEPATH=NOTFOUND

VTK_WRAP_PYTHON_EXE:FILEPATH=NOTFOUND

VTK_WRAP_TCL_EXE:FILEPATH=NOTFOUND

VW_RAW_DATA_PATH:PATH=NOTFOUND

As attached I also report the entire CMakeCache.txt and ITK.dsw.
My system is configured as follows:
* AuthenticAMD AMD Athlon(tm) Processor  1000Mhz
* 512MB RAM
* 3D Prophet II MX Dual-Display Video 32Mb
* MSVC++ with no service pack installed

Is there anybody can help me?

Thanks

--=====================_5213622==_.ALT
Content-Type: text/html; charset="us-ascii"

<html>
Hi everybody,<br>
<br>
I'm encountering the same problems reported by Erickson, Bradley J.:
while I'm compiling  the All_Build project with MSVC++ 6.0, Win98 always
gives a system error and I have to reboot the computer.<br>
Here is the list of CMake setting used to build up the ITK.dsw (if can
help)<br>
<br>
<br>
BUILD_AUXILIARY:BOOL=OFF<br>
<br>
BUILD_EXAMPLES:BOOL=ON<br>
<br>
BUILD_TESTING:BOOL=OFF<br>
<br>
BUILD_WATERSHED_SEGMENTATION:BOOL=OFF<br>
<br>
EXECUTABLE_OUTPUT_PATH:PATH=<br>
<br>
FEM_USE_SMART_POINTERS:BOOL=OFF<br>
<br>
FEM_VISUALIZATION:BOOL=OFF<br>
<br>
ITK_USE_SYSTEM_STDLIB:BOOL=ON<br>
<br>
ITK_WRAP_TCL:BOOL=OFF<br>
<br>
LIBRARY_OUTPUT_PATH:PATH=<br>
<br>
USE_INSTALLED_VTK:BOOL=ON<br>
<br>
VTK_BINARY_PATH:PATH=NOTFOUND<br>
<br>
VTK_INSTALL_PATH:PATH=C:/PROGRA~1/VTK40<br>
<br>
VTK_PARSE_JAVA_EXE:FILEPATH=NOTFOUND<br>
<br>
VTK_WRAP_JAVA_EXE:FILEPATH=NOTFOUND<br>
<br>
VTK_WRAP_PYTHON_EXE:FILEPATH=NOTFOUND<br>
<br>
VTK_WRAP_TCL_EXE:FILEPATH=NOTFOUND<br>
<br>
VW_RAW_DATA_PATH:PATH=NOTFOUND<br>
<br>
As attached I also report the entire CMakeCache.txt and ITK.dsw.<br>
My system is configured as follows:<br>
* AuthenticAMD AMD Athlon(tm) Processor&nbsp; 1000Mhz<br>
* 512MB RAM <br>
*<b> </b><font face="MS Sans Serif, Geneva" size=2>3D Prophet II MX
Dual-Display Video 32Mb<br>
* MSVC++ with no service pack installed <br>
<br>
</font>Is there anybody can help me?<br>
<br>
Thanks<br>
</html>

--=====================_5213622==_.ALT--

--=====================_5213621==_
Content-Type: text/plain; charset="us-ascii"
Content-Disposition: attachment; filename="CMakeCache.txt"

# This is the CMakeCache file.
# For build in directory: c:/Programmi/Insight/Version-VC++
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
# If you do want to change a value, simply edit, save, and exit the editor.
# The syntax for the file is as follows:
# KEY:TYPE=VALUE
# KEY is the name of a varible in the cache.
# TYPE is a hint to GUI's for the type of VALUE, DO NOT EDIT TYPE!.
# VALUE is the current value for the KEY.

########################
# EXTERNAL cache entries
########################

//Build the unsupported directory
BUILD_AUXILIARY:BOOL=OFF

//Build the examples directory
BUILD_EXAMPLES:BOOL=ON

//Build the testing tree.
BUILD_TESTING:BOOL=OFF

//Build the watershed segmentation
BUILD_WATERSHED_SEGMENTATION:BOOL=OFF

//Single output directory for building all executables.
EXECUTABLE_OUTPUT_PATH:PATH=

//Select whether Finite Elements Modeling (FEM) classes will be
// derived from itk::LightObject and use SmartPointers or not.
// If you select to use SmartPointers, be sure to define FEM_USE_SMART_POINTERS
// macro before including the FEM classes.
FEM_USE_SMART_POINTERS:BOOL=OFF

//Select whether the visualization functions will be built for
// Finite Elements Modeling (FEM) classes or not. If you select
// to build visualization functions, be sure to define FEM_BUILD_VISUALIZATION
// macro before including the FEM classes.
FEM_VISUALIZATION:BOOL=OFF

//Value Computed by CMake
ITKPNG_BINARY_DIR:STATIC=C:/Programmi/Insight/Version-VC++/Utilities/png

//Value Computed by CMake
ITKPNG_SOURCE_DIR:STATIC=C:/Programmi/Insight/Utilities/png

//Value Computed by CMake
ITKZLIB_BINARY_DIR:STATIC=C:/Programmi/Insight/Version-VC++/Utilities/zlib

//Value Computed by CMake
ITKZLIB_SOURCE_DIR:STATIC=C:/Programmi/Insight/Utilities/zlib

//Value Computed by CMake
ITK_BINARY_DIR:STATIC=C:/Programmi/Insight/Version-VC++

//Value Computed by CMake
ITK_SOURCE_DIR:STATIC=C:/Programmi/Insight

//Use the system's version of the standard C++ library (STL and
// streams). If 'OFF', ITK will build against a supplied version
// of the standard library from SGI. On SGI systems, this should
// be set to 'OFF'.
ITK_USE_SYSTEM_STDLIB:BOOL=ON

//Build Tcl wrapper support.
ITK_WRAP_TCL:BOOL=OFF

//Single output directory for building all libraries.
LIBRARY_OUTPUT_PATH:PATH=

//Use an installed (versus built from source) version of VTK. Be
// sure that VTK_INSTALL_PATH is correct.
USE_INSTALLED_VTK:BOOL=ON

//What is the path where the file UseVTK.cmake can be found
VTK_BINARY_PATH:PATH=NOTFOUND

//What is the path where the file include/vtk/UseVTK.cmake can
// be found
VTK_INSTALL_PATH:PATH=C:/PROGRA~1/VTK40

//Path to a program.
VTK_PARSE_JAVA_EXE:FILEPATH=NOTFOUND

//Path to a program.
VTK_WRAP_JAVA_EXE:FILEPATH=NOTFOUND

//Path to a program.
VTK_WRAP_PYTHON_EXE:FILEPATH=NOTFOUND

//Path to a program.
VTK_WRAP_TCL_EXE:FILEPATH=NOTFOUND

//What is the path where the file avfCROP.1023c.raw can be found
//
VW_RAW_DATA_PATH:PATH=NOTFOUND


########################
# INTERNAL cache entries
########################

//This is the directory where this CMakeCahe.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=c:/Programmi/Insight/Version-VC++
//Major version of cmake used to create the current loaded cache
//
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=1
//Minor version of cmake used to create the current loaded cache
//
CMAKE_CACHE_MINOR_VERSION:INTERNAL=2
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=C:/PROGRAMMI/CMAKE/BIN/cmake.exe
//DO NOT EDIT, CMAKE_CXX_COMPILER loaded from external file.  To
// change this value edit this file: C:/PROGRA~1/VTK40/include/vtk/CMakeCache.txt
//
CMAKE_CXX_COMPILER:INTERNAL=VC++60
//Advanced flag for variable: CMAKE_CXX_COMPILER
CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
//DO NOT EDIT, CMAKE_CXX_FLAGS loaded from external file.  To change
// this value edit this file: C:/PROGRA~1/VTK40/include/vtk/CMakeCache.txt
//
CMAKE_CXX_FLAGS:INTERNAL=/W3 /Zm1000 /GX /GR
//DO NOT EDIT, CMAKE_CXX_FLAGS_DEBUG loaded from external file.
//  To change this value edit this file: C:/PROGRA~1/VTK40/include/vtk/CMakeCache.txt
//
CMAKE_CXX_FLAGS_DEBUG:INTERNAL=/MDd /Zi /Od /GZ
//Advanced flag for variable: CMAKE_CXX_FLAGS_DEBUG
CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//DO NOT EDIT, CMAKE_CXX_FLAGS_MINSIZEREL loaded from external
// file.  To change this value edit this file: C:/PROGRA~1/VTK40/include/vtk/CMakeCache.txt
//
CMAKE_CXX_FLAGS_MINSIZEREL:INTERNAL=/MD /O1
//Advanced flag for variable: CMAKE_CXX_FLAGS_MINSIZEREL
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//DO NOT EDIT, CMAKE_CXX_FLAGS_RELEASE loaded from external file.
//  To change this value edit this file: C:/PROGRA~1/VTK40/include/vtk/CMakeCache.txt
//
CMAKE_CXX_FLAGS_RELEASE:INTERNAL=/MD /O2
//Advanced flag for variable: CMAKE_CXX_FLAGS_RELEASE
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//DO NOT EDIT, CMAKE_CXX_FLAGS_RELWITHDEBINFO loaded from external
// file.  To change this value edit this file: C:/PROGRA~1/VTK40/include/vtk/CMakeCache.txt
//
CMAKE_CXX_FLAGS_RELWITHDEBINFO:INTERNAL=/MD /Zi /O2
//Advanced flag for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//DO NOT EDIT, CMAKE_EXTRA_LINK_FLAGS loaded from external file.
//  To change this value edit this file: C:/PROGRA~1/VTK40/include/vtk/CMakeCache.txt
//
CMAKE_EXTRA_LINK_FLAGS:INTERNAL=/STACK:10000000
//Advanced flag for variable: CMAKE_EXTRA_LINK_FLAGS
CMAKE_EXTRA_LINK_FLAGS-ADVANCED:INTERNAL=1
//Name of generator.
CMAKE_GENERATOR:INTERNAL=Visual Studio 6
//DO NOT EDIT, CMAKE_MAKE_PROGRAM loaded from external file.  To
// change this value edit this file: C:/PROGRA~1/VTK40/include/vtk/CMakeCache.txt
//
CMAKE_MAKE_PROGRAM:INTERNAL=msdev
//Advanced flag for variable: CMAKE_MAKE_PROGRAM
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=C:/PROGRAMMI/CMAKE
//Size of char data type
CMAKE_SIZEOF_CHAR:INTERNAL=1
//Size of double data type
CMAKE_SIZEOF_DOUBLE:INTERNAL=8
//Size of float data type
CMAKE_SIZEOF_FLOAT:INTERNAL=4
//Size of int data type
CMAKE_SIZEOF_INT:INTERNAL=4
//Size of long data type
CMAKE_SIZEOF_LONG:INTERNAL=4
//Size of short data type
CMAKE_SIZEOF_SHORT:INTERNAL=2
//Size of void* data type
CMAKE_SIZEOF_VOID_P:INTERNAL=4
//DO NOT EDIT, CMAKE_USE_WIN32_THREADS loaded from external file.
//  To change this value edit this file: C:/PROGRA~1/VTK40/include/vtk/CMakeCache.txt
//
CMAKE_USE_WIN32_THREADS:INTERNAL=ON
//Advanced flag for variable: CMAKE_USE_WIN32_THREADS
CMAKE_USE_WIN32_THREADS-ADVANCED:INTERNAL=1
//DO NOT EDIT, DART_ROOT loaded from external file.  To change
// this value edit this file: C:/PROGRA~1/VTK40/include/vtk/CMakeCache.txt
//
DART_ROOT:INTERNAL=NOTFOUND
//Path to a library
FEM:INTERNAL=C:/Programmi/Insight/Version-VC++/Code/Numerics/FEM
//Path to an executable
FEMRead:INTERNAL=C:/Programmi/Insight/Version-VC++/Examples/FEM
//Path to an executable
FEMTruss:INTERNAL=C:/Programmi/Insight/Version-VC++/Examples/FEM
//Whether a library is static, shared or module.
FEM_LIBRARY_TYPE:INTERNAL=STATIC
//Path to an executable
FuzzyConnectedness:INTERNAL=C:/Programmi/Insight/Version-VC++/Examples/FuzzyConnectedness
//Advanced flag for variable: HAVE_LIMITS_H
HAVE_LIMITS_H-ADVANCED:INTERNAL=1
//Advanced flag for variable: HAVE_UNISTD_H
HAVE_UNISTD_H-ADVANCED:INTERNAL=1
//Path to a library
ITKBasicFilters:INTERNAL=C:/Programmi/Insight/Version-VC++/Code/BasicFilters
//Whether a library is static, shared or module.
ITKBasicFilters_LIBRARY_TYPE:INTERNAL=STATIC
//Path to a library
ITKCommon:INTERNAL=C:/Programmi/Insight/Version-VC++/Code/Common
//Whether a library is static, shared or module.
ITKCommon_LIBRARY_TYPE:INTERNAL=STATIC
//Path to a library
ITKIO:INTERNAL=C:/Programmi/Insight/Version-VC++/Code/IO
//Whether a library is static, shared or module.
ITKIO_LIBRARY_TYPE:INTERNAL=STATIC
//Path to a library
ITKStatistics:INTERNAL=C:/Programmi/Insight/Version-VC++/Code/Numerics/Statistics
//Whether a library is static, shared or module.
ITKStatistics_LIBRARY_TYPE:INTERNAL=STATIC
//DO NOT EDIT, JAVE_AWT_INCLUDE_PATH loaded from external file.
//  To change this value edit this file: C:/PROGRA~1/VTK40/include/vtk/CMakeCache.txt
//
JAVE_AWT_INCLUDE_PATH:INTERNAL=c:/program files/jdk1.3/include
//DO NOT EDIT, MESA_OS_LIBRARY loaded from external file.  To change
// this value edit this file: C:/PROGRA~1/VTK40/include/vtk/CMakeCache.txt
//
MESA_OS_LIBRARY:INTERNAL=NOTFOUND
//Path to an executable
MRIRegistration:INTERNAL=C:/Programmi/Insight/Version-VC++/Examples/MRIRegistration
//Path to an executable
MultiResMIRegistration:INTERNAL=C:/Programmi/Insight/Version-VC++/Examples/MultiResMIRegistration
//DO NOT EDIT, OPENGL_LIBRARY loaded from external file.  To change
// this value edit this file: C:/PROGRA~1/VTK40/include/vtk/CMakeCache.txt
//
OPENGL_LIBRARY:INTERNAL=opengl32
//DO NOT EDIT, OSMESA_INCLUDE_PATH loaded from external file. 
// To change this value edit this file: C:/PROGRA~1/VTK40/include/vtk/CMakeCache.txt
//
OSMESA_INCLUDE_PATH:INTERNAL=NOTFOUND
//Path to an executable
ShapeDetection:INTERNAL=C:/Programmi/Insight/Version-VC++/Examples/ShapeDetection
//DO NOT EDIT, VTKJPEG_BINARY_DIR loaded from external file.  To
// change this value edit this file: C:/PROGRA~1/VTK40/include/vtk/CMakeCache.txt
//
VTKJPEG_BINARY_DIR:INTERNAL=C:/martink/vtk40/vtkdist/Utilities/jpeg
//DO NOT EDIT, VTKJPEG_SOURCE_DIR loaded from external file.  To
// change this value edit this file: C:/PROGRA~1/VTK40/include/vtk/CMakeCache.txt
//
VTKJPEG_SOURCE_DIR:INTERNAL=C:/martink/vtk40/VTK/Utilities/jpeg
//DO NOT EDIT, VTKPNG_BINARY_DIR loaded from external file.  To
// change this value edit this file: C:/PROGRA~1/VTK40/include/vtk/CMakeCache.txt
//
VTKPNG_BINARY_DIR:INTERNAL=C:/martink/vtk40/vtkdist/Utilities/png
//DO NOT EDIT, VTKPNG_SOURCE_DIR loaded from external file.  To
// change this value edit this file: C:/PROGRA~1/VTK40/include/vtk/CMakeCache.txt
//
VTKPNG_SOURCE_DIR:INTERNAL=C:/martink/vtk40/VTK/Utilities/png
//DO NOT EDIT, VTKZLIB_BINARY_DIR loaded from external file.  To
// change this value edit this file: C:/PROGRA~1/VTK40/include/vtk/CMakeCache.txt
//
VTKZLIB_BINARY_DIR:INTERNAL=C:/martink/vtk40/vtkdist/Utilities/zlib
//DO NOT EDIT, VTKZLIB_SOURCE_DIR loaded from external file.  To
// change this value edit this file: C:/PROGRA~1/VTK40/include/vtk/CMakeCache.txt
//
VTKZLIB_SOURCE_DIR:INTERNAL=C:/martink/vtk40/VTK/Utilities/zlib
//DO NOT EDIT, VTK_BINARY_DIR loaded from external file.  To change
// this value edit this file: C:/PROGRA~1/VTK40/include/vtk/CMakeCache.txt
//
VTK_BINARY_DIR:INTERNAL=C:/martink/vtk40/vtkdist
//DO NOT EDIT, VTK_BUILD_SHARED_LIBS loaded from external file.
//  To change this value edit this file: C:/PROGRA~1/VTK40/include/vtk/CMakeCache.txt
//
VTK_BUILD_SHARED_LIBS:INTERNAL=ON
//DO NOT EDIT, VTK_DATA_ROOT loaded from external file.  To change
// this value edit this file: C:/PROGRA~1/VTK40/include/vtk/CMakeCache.txt
//
VTK_DATA_ROOT:INTERNAL=C:/martink/vtk40/VTKData
//DO NOT EDIT, VTK_DEBUG_LEAKS loaded from external file.  To change
// this value edit this file: C:/PROGRA~1/VTK40/include/vtk/CMakeCache.txt
//
VTK_DEBUG_LEAKS:INTERNAL=OFF
//DO NOT EDIT, VTK_LIBRARY_PATH loaded from external file.  To
// change this value edit this file: C:/PROGRA~1/VTK40/include/vtk/CMakeCache.txt
//
VTK_LIBRARY_PATH:INTERNAL=C:/martink/vtk40/vtkdist/bin
//DO NOT EDIT, VTK_MANGLE_MESA loaded from external file.  To change
// this value edit this file: C:/PROGRA~1/VTK40/include/vtk/CMakeCache.txt
//
VTK_MANGLE_MESA:INTERNAL=OFF
//Advanced flag for variable: VTK_PARSE_JAVA_EXE
VTK_PARSE_JAVA_EXE-ADVANCED:INTERNAL=1
//DO NOT EDIT, VTK_SOURCE_DIR loaded from external file.  To change
// this value edit this file: C:/PROGRA~1/VTK40/include/vtk/CMakeCache.txt
//
VTK_SOURCE_DIR:INTERNAL=C:/martink/vtk40/VTK
//DO NOT EDIT, VTK_USE_64BIT_IDS loaded from external file.  To
// change this value edit this file: C:/PROGRA~1/VTK40/include/vtk/CMakeCache.txt
//
VTK_USE_64BIT_IDS:INTERNAL=OFF
//DO NOT EDIT, VTK_USE_ANSI_STDLIB loaded from external file. 
// To change this value edit this file: C:/PROGRA~1/VTK40/include/vtk/CMakeCache.txt
//
VTK_USE_ANSI_STDLIB:INTERNAL=OFF
//DO NOT EDIT, VTK_USE_HYBRID loaded from external file.  To change
// this value edit this file: C:/PROGRA~1/VTK40/include/vtk/CMakeCache.txt
//
VTK_USE_HYBRID:INTERNAL=ON
//DO NOT EDIT, VTK_USE_MATROX_IMAGING loaded from external file.
//  To change this value edit this file: C:/PROGRA~1/VTK40/include/vtk/CMakeCache.txt
//
VTK_USE_MATROX_IMAGING:INTERNAL=OFF
//DO NOT EDIT, VTK_USE_MPI loaded from external file.  To change
// this value edit this file: C:/PROGRA~1/VTK40/include/vtk/CMakeCache.txt
//
VTK_USE_MPI:INTERNAL=OFF
//DO NOT EDIT, VTK_USE_PARALLEL loaded from external file.  To
// change this value edit this file: C:/PROGRA~1/VTK40/include/vtk/CMakeCache.txt
//
VTK_USE_PARALLEL:INTERNAL=ON
//DO NOT EDIT, VTK_USE_PATENTED loaded from external file.  To
// change this value edit this file: C:/PROGRA~1/VTK40/include/vtk/CMakeCache.txt
//
VTK_USE_PATENTED:INTERNAL=OFF
//DO NOT EDIT, VTK_USE_RENDERING loaded from external file.  To
// change this value edit this file: C:/PROGRA~1/VTK40/include/vtk/CMakeCache.txt
//
VTK_USE_RENDERING:INTERNAL=ON
//DO NOT EDIT, VTK_USE_VIDEO_FOR_WINDOWS loaded from external file.
//  To change this value edit this file: C:/PROGRA~1/VTK40/include/vtk/CMakeCache.txt
//
VTK_USE_VIDEO_FOR_WINDOWS:INTERNAL=OFF
//DO NOT EDIT, VTK_USE_VOLUMEPRO loaded from external file.  To
// change this value edit this file: C:/PROGRA~1/VTK40/include/vtk/CMakeCache.txt
//
VTK_USE_VOLUMEPRO:INTERNAL=OFF
//DO NOT EDIT, VTK_WRAP_JAVA loaded from external file.  To change
// this value edit this file: C:/PROGRA~1/VTK40/include/vtk/CMakeCache.txt
//
VTK_WRAP_JAVA:INTERNAL=ON
//Advanced flag for variable: VTK_WRAP_JAVA_EXE
VTK_WRAP_JAVA_EXE-ADVANCED:INTERNAL=1
//DO NOT EDIT, VTK_WRAP_PYTHON loaded from external file.  To change
// this value edit this file: C:/PROGRA~1/VTK40/include/vtk/CMakeCache.txt
//
VTK_WRAP_PYTHON:INTERNAL=ON
//Advanced flag for variable: VTK_WRAP_PYTHON_EXE
VTK_WRAP_PYTHON_EXE-ADVANCED:INTERNAL=1
//DO NOT EDIT, VTK_WRAP_TCL loaded from external file.  To change
// this value edit this file: C:/PROGRA~1/VTK40/include/vtk/CMakeCache.txt
//
VTK_WRAP_TCL:INTERNAL=ON
//Advanced flag for variable: VTK_WRAP_TCL_EXE
VTK_WRAP_TCL_EXE-ADVANCED:INTERNAL=1
//Path to a library
VXLNumerics:INTERNAL=C:/Programmi/Insight/Version-VC++/Code/Numerics/vxl
//Whether a library is static, shared or module.
VXLNumerics_LIBRARY_TYPE:INTERNAL=STATIC
//Advanced flag for variable: WORDS_BIGENDIAN
WORDS_BIGENDIAN-ADVANCED:INTERNAL=1
//Path to an executable
itkAcosImageFilterAndAdaptorTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkAdaptImageFilterTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkAdaptImageFilterTest2:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkAdaptorComparisonTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Common
//Path to an executable
itkAddImageFilterTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkAffineTransformTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Common
//Path to an executable
itkAlgorithmsHeaderTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Algorithms
//Path to an executable
itkAmoebaOptimizerTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Numerics
//Path to an executable
itkArrayTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Common
//Path to an executable
itkAsinImageFilterAndAdaptorTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkAtanImageFilterAndAdaptorTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkAzimuthElevationToCartesianTransformTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Common
//Path to an executable
itkBasicArchitectureTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkBasicFiltersHeaderTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkBinaryMagnitudeImageFilterTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkBloxBoundaryPointImageTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkBloxCoreAtomTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkBoundingBoxTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Common
//Path to an executable
itkByteSwapTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Common
//Path to an executable
itkCannyEdgeDetectionImageFilterTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkCommonHeaderTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Common
//Path to an executable
itkConjugateGradientOptimizerTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Numerics
//Path to an executable
itkConstNeighborhoodIteratorTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Common
//Path to an executable
itkConstRandomAccessNeighborhoodIteratorTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Common
//Path to an executable
itkConstSmartNeighborhoodIteratorTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Common
//Path to an executable
itkConstantPadImageTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkConvertBufferTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/IO
//Path to an executable
itkCosImageFilterAndAdaptorTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkCovariantVectorGeometryTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Common
//Path to an executable
itkCurvatureAnisotropicDiffusionImageFilterTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkCurvatureFlowTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Algorithms
//Path to an executable
itkCyclicReferences:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkDanielssonDistanceMapImageFilterTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkDataTypeTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Common
//Path to an executable
itkDeformableTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Algorithms
//Path to an executable
itkDemonsRegistrationFilterTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Algorithms
//Path to an executable
itkDerivativeImageFilterTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkDifferenceOfGaussiansGradientTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkDiscreteGaussianImageFilterTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkDivideImageFilterTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkDynamicMeshTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Common
//Path to an executable
itkEigenAnalysis2DImageFilterTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkEllipsoidInteriorExteriorSpatialFunctionExample:INTERNAL=C:/Programmi/Insight/Version-VC++/Examples/EllipsoidInteriorExteriorSpatialFunction
//Path to an executable
itkEllipsoidInteriorExteriorSpatialFunctionTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Common
//Path to an executable
itkExceptionObjectTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Common
//Path to an executable
itkExpImageFilterAndAdaptorTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkExpandImageFilterTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkExtractImageTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkExtractMeshConnectedRegionsTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Algorithms
//Path to an executable
itkFastMarchingExtensionImageFilterTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Algorithms
//Path to an executable
itkFastMarchingTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Algorithms
//Path to an executable
itkFilterDispatchTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkFloodFillIteratorTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkFuzzyConnectednessImageFilterTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Algorithms
//Path to an executable
itkGaussianImageSourceTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkGeodesicActiveContoursTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Algorithms
//Path to an executable
itkGibbsTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Algorithms
//Path to an executable
itkGradientAnisotropicDiffusionImageFilterTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkGradientDescentOptimizerTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Numerics
//Path to an executable
itkGradientImageFilterTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkGradientMagnitudeImageFilterTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkGradientRecursiveGaussianFilterTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkHashTableTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Common
//Path to an executable
itkIOHeaderTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/IO
//Path to an executable
itkImageAdaptorNthElementTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkImageAdaptorPipeLineTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkImageAdaptorTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Common
//Path to an executable
itkImageIteratorTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Common
//Path to an executable
itkImageIteratorsForwardBackwardTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Common
//Path to an executable
itkImageLinearIteratorTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Common
//Path to an executable
itkImageMapperTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Algorithms
//Path to an executable
itkImageMomentsTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Algorithms
//Path to an executable
itkImageSliceIteratorTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Common
//Path to an executable
itkImageToImageAffineMeanSquaresGradientDescentRegistrationTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Algorithms
//Path to an executable
itkImageToImageAffineMeanSquaresRegularStepGradientDescentRegistrationTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Algorithms
//Path to an executable
itkImageToImageAffineMutualInformationGradientDescentRegistrationTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Algorithms
//Path to an executable
itkImageToImageAffineNormalizedCorrelationGradientDescentRegistrationTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Algorithms
//Path to an executable
itkImageToImageAffineNormalizedCorrelationRegularStepGradientDescentRegistrationTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Algorithms
//Path to an executable
itkImageToImageAffinePatternIntensityRegularStepGradientDescentRegistrationTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Algorithms
//Path to an executable
itkImageToImageRigidMutualInformationGradientDescentRegistrationTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Algorithms
//Path to an executable
itkImageToImageTranslationMeanSquaresGradientDescentRegistrationTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Algorithms
//Path to an executable
itkImageToImageTranslationMeanSquaresRegularStepGradientDescentRegistrationTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Algorithms
//Path to an executable
itkImageToImageTranslationNormalizedCorrelationGradientDescentRegistrationTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Algorithms
//Path to an executable
itkImageToImageTranslationNormalizedCorrelationRegularStepGradientDescentRegistrationTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Algorithms
//Path to an executable
itkImageToParametricSpaceFilterTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkImportImageTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkInteriorExteriorMeshFilterTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkInterpolateTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Algorithms
//Path to an executable
itkIteratorTests:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Common
//Path to an executable
itkJoinImageFilterTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkKalmanLinearEstimatorTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Algorithms
//Path to an executable
itkLBFGSOptimizerTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Numerics
//Path to an executable
itkLaplacianImageFilterTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkLevelSet2DFunctionTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Algorithms
//Path to an executable
itkLevelSetShapeDetectionTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Algorithms
//Path to an executable
itkLevenbergMarquardtOptimizerTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Numerics
//Path to an executable
itkLog10ImageFilterAndAdaptorTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkLogImageFilterAndAdaptorTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkMRFLabellerTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Algorithms
//Path to an executable
itkMapContainerTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Common
//Path to an executable
itkMatrixTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Common
//Path to an executable
itkMemoryLeakTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Common
//Path to an executable
itkMeshFstreamTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Common
//Path to an executable
itkMeshTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Common
//Path to an executable
itkMetaImageIOTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/IO
//Path to an executable
itkMinimumMaximumImageCalculatorTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Algorithms
//Path to an executable
itkMinimumMaximumImageFilterTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkMirrorPadImageTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkMultiResolutionMutualInformationAffineRegistrationTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Algorithms
//Path to an executable
itkMultiResolutionMutualInformationRigidRegistrationTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Algorithms
//Path to an executable
itkMultiResolutionPDEDeformableRegistrationTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Algorithms
//Path to an executable
itkMultiResolutionPyramidImageFilterTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Algorithms
//Path to an executable
itkMultiplyImageFilterTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkMutualInformationMetricTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Algorithms
//Path to an executable
itkNaryAddImageFilterTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkNeighborhoodIteratorTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Common
//Path to an executable
itkNeighborhoodOperatorImageFilterTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkNeighborhoodOperatorTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Common
//Path to an executable
itkNeighborhoodTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Common
//Path to an executable
itkNewTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Algorithms
//Path to an executable
itkNumericsHeaderTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Numerics
//Path to an executable
itkNumericsTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Numerics
//Path to an executable
itkPNGImageIOTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/IO
//Path to an executable
itkPixelAccessTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Common
//Path to an executable
itkPointGeometryTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Common
//Path to an executable
itkPointSetTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Common
//Path to an executable
itkPointSetToImageRigid3DPatternIntensityRegularStepGradientDescentRegistrationTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Algorithms
//Path to an executable
itkPointSetToImageTranslationMeanSquaresGradientDescentRegistrationTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Algorithms
//Path to an executable
itkPointSetToImageTranslationMeanSquaresRegularStepGradientDescentRegistrationTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Algorithms
//Path to an executable
itkPointSetToImageTranslationNormalizedCorrelationGradientDescentRegistrationTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Algorithms
//Path to an executable
itkPointSetToImageTranslationNormalizedCorrelationRegularStepGradientDescentRegistrationTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Algorithms
//Path to an executable
itkPointSetToImageTranslationPatternIntensityRegularStepGradientDescentRegistrationTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Algorithms
//Path to an executable
itkPrincipalAxesResampler:INTERNAL=C:/Programmi/Insight/Version-VC++/Examples/PrincipalAxes
//Path to an executable
itkRGBPixelTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Common
//Path to an executable
itkRandomAccessNeighborhoodIteratorTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Common
//Path to an executable
itkRawImageIOTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/IO
//Path to an executable
itkRecursiveGaussianImageFiltersTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkRecursiveMultiResolutionPyramidImageFilterTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Algorithms
//Path to an executable
itkReflectImageFilterTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkRegionGrow2DTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Algorithms
//Path to an executable
itkRegularStepGradientDescentOptimizerTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Numerics
//Path to an executable
itkResampleImageTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkRigid3DPerspectiveTransformTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Common
//Path to an executable
itkRigid3DTransformTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Common
//Path to an executable
itkScaleTransformTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Common
//Path to an executable
itkShrinkImageTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkSinImageFilterAndAdaptorTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkSliceIteratorTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Common
//Path to an executable
itkSmartNeighborhoodIteratorTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Common
//Path to an executable
itkSmartPointerTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Common
//Path to an executable
itkSobelEdgeDetectionImageFilterTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkSpatialFunctionImageEvaluatorFilterTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkSpatialFunctionTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Common
//Path to an executable
itkSphereSourceTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Algorithms
//Path to an executable
itkSplineKernelTransformTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Common
//Path to an executable
itkSqrtImageFilterAndAdaptorTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkStreamingImageFilterTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkStreamingImageFilterTest2:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkSubtractImageFilterTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkSupervisedClassifierTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Algorithms
//Path to an executable
itkSymmetricEllipsoidInteriorExteriorSpatialFunctionExample:INTERNAL=C:/Programmi/Insight/Version-VC++/Examples/SymmetricEllipsoidInteriorExteriorSpatialFunction
//Path to an executable
itkSymmetricEllipsoidInteriorExteriorSpatialFunctionTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Common
//Path to an executable
itkTanImageFilterAndAdaptorTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkTernaryMagnitudeImageFilterTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkThreadDefsTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Common
//Path to an executable
itkThresholdImageFilterTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkTransformMeshFilterTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkTransformTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Common
//Path to an executable
itkTranslationTransformTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Common
//Path to an executable
itkTwoOutputExampleImageFilterTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkUnsupervisedClassifierTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Algorithms
//Path to an executable
itkVOLImageIOTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/IO
//Path to an executable
itkVTKImageIOTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/IO
//Path to an executable
itkVectorAnisotropicDiffusionImageFilterTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkVectorExpandImageFilterTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkVectorFuzzyConnectednessImageFilterTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Algorithms
//Path to an executable
itkVectorGeometryTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Common
//Path to an executable
itkVectorInterpolateImageFunctionTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Common
//Path to an executable
itkVectorNeighborhoodOperatorImageFilterTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkVectorTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Common
//Path to an executable
itkVersorRigid3DTransformTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Common
//Path to an executable
itkVersorTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Common
//Path to an executable
itkVersorTransformOptimizerTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Numerics
//Path to an executable
itkVoronoiDiagram2DTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Algorithms
//Path to an executable
itkVoronoiSegmentationImageFilterTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Algorithms
//Path to an executable
itkWarpImageFilterTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkWatershedImageFilterTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Algorithms
//Path to an executable
itkWrapPadImageTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkZeroCrossingBasedEdgeDetectionImageFilterTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to an executable
itkZeroCrossingImageFilterTest:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/BasicFilters
//Path to a library
itkpng:INTERNAL=C:/Programmi/Insight/Version-VC++/Utilities/png
//Whether a library is static, shared or module.
itkpng_LIBRARY_TYPE:INTERNAL=STATIC
//Path to a library
itkzlib:INTERNAL=C:/Programmi/Insight/Version-VC++/Utilities/zlib
//Whether a library is static, shared or module.
itkzlib_LIBRARY_TYPE:INTERNAL=STATIC
//Path to an executable
test_complex:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Numerics/vxl/vnl/tests
//Path to an executable
test_complex_eigensystem:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Numerics/vxl/vnl/tests
//Path to an executable
test_cpoly_roots:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Numerics/vxl/vnl/tests
//Path to an executable
test_determinant:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Numerics/vxl/vnl/tests
//Path to an executable
test_fft1d:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Numerics/vxl/vnl/tests
//Path to an executable
test_fft2d:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Numerics/vxl/vnl/tests
//Path to an executable
test_functions:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Numerics/vxl/vnl/tests
//Path to an executable
test_generalized_eigensystem:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Numerics/vxl/vnl/tests
//Path to an executable
test_math:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Numerics/vxl/vnl/tests
//Path to an executable
test_matrix:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Numerics/vxl/vnl/tests
//Path to an executable
test_matrix_exp:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Numerics/vxl/vnl/tests
//Path to an executable
test_matrix_fixed:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Numerics/vxl/vnl/tests
//Path to an executable
test_numeric_limits:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Numerics/vxl/vnl/tests
//Path to an executable
test_qr:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Numerics/vxl/vnl/tests
//Path to an executable
test_qsvd:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Numerics/vxl/vnl/tests
//Path to an executable
test_real_eigensystem:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Numerics/vxl/vnl/tests
//Path to an executable
test_resize:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Numerics/vxl/vnl/tests
//Path to an executable
test_rnpoly_roots:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Numerics/vxl/vnl/tests
//Path to an executable
test_rpoly_roots:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Numerics/vxl/vnl/tests
//Path to an executable
test_sample:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Numerics/vxl/vnl/tests
//Path to an executable
test_sparse_matrix:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Numerics/vxl/vnl/tests
//Path to an executable
test_svd:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Numerics/vxl/vnl/tests
//Path to an executable
test_symmetric_eigensystem:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Numerics/vxl/vnl/tests
//Path to an executable
test_vector:INTERNAL=C:/Programmi/Insight/Version-VC++/Testing/Code/Numerics/vxl/vnl/tests


--=====================_5213621==_
Content-Type: text/plain; charset="us-ascii"
Content-Disposition: attachment; filename="ITK.dsw"

Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!

###############################################################################

Project: "ALL_BUILD"=.\ALL_BUILD.dsp - Package Owner=<4>

Package=<5>
{{{
}}}

Package=<4>
{{{
Begin Project Dependency
Project_Dep_Name itkzlib
End Project Dependency
Begin Project Dependency
Project_Dep_Name itkpng
End Project Dependency
Begin Project Dependency
Project_Dep_Name VXLNumerics
End Project Dependency
Begin Project Dependency
Project_Dep_Name ITKStatistics
End Project Dependency
Begin Project Dependency
Project_Dep_Name FEM
End Project Dependency
Begin Project Dependency
Project_Dep_Name ITKCommon
End Project Dependency
Begin Project Dependency
Project_Dep_Name ITKBasicFilters
End Project Dependency
Begin Project Dependency
Project_Dep_Name ITKIO
End Project Dependency
Begin Project Dependency
Project_Dep_Name MultiResMIRegistration
End Project Dependency
Begin Project Dependency
Project_Dep_Name itkPrincipalAxesResampler
End Project Dependency
Begin Project Dependency
Project_Dep_Name FEMRead
End Project Dependency
Begin Project Dependency
Project_Dep_Name FEMTruss
End Project Dependency
Begin Project Dependency
Project_Dep_Name FuzzyConnectedness
End Project Dependency
Begin Project Dependency
Project_Dep_Name ShapeDetection
End Project Dependency
Begin Project Dependency
Project_Dep_Name MRIRegistration
End Project Dependency
Begin Project Dependency
Project_Dep_Name itkEllipsoidInteriorExteriorSpatialFunctionExample
End Project Dependency
Begin Project Dependency
Project_Dep_Name itkSymmetricEllipsoidInteriorExteriorSpatialFunctionExample
End Project Dependency
}}}

###############################################################################

Project: "itkzlib"=Utilities/zlib\itkzlib.dsp - Package Owner=<4>

Package=<5>
{{{
}}}

Package=<4>
{{{
}}}

###############################################################################

Project: "itkpng"=Utilities/png\itkpng.dsp - Package Owner=<4>

Package=<5>
{{{
}}}

Package=<4>
{{{
}}}

###############################################################################

Project: "VXLNumerics"=Code/Numerics/vxl\VXLNumerics.dsp - Package Owner=<4>

Package=<5>
{{{
}}}

Package=<4>
{{{
}}}

###############################################################################

Project: "ITKStatistics"=Code/Numerics/Statistics\ITKStatistics.dsp - Package Owner=<4>

Package=<5>
{{{
}}}

Package=<4>
{{{
}}}

###############################################################################

Project: "FEM"=Code/Numerics/FEM\FEM.dsp - Package Owner=<4>

Package=<5>
{{{
}}}

Package=<4>
{{{
}}}

###############################################################################

Project: "ITKCommon"=Code/Common\ITKCommon.dsp - Package Owner=<4>

Package=<5>
{{{
}}}

Package=<4>
{{{
}}}

###############################################################################

Project: "ITKBasicFilters"=Code/BasicFilters\ITKBasicFilters.dsp - Package Owner=<4>

Package=<5>
{{{
}}}

Package=<4>
{{{
}}}

###############################################################################

Project: "ITKIO"=Code/IO\ITKIO.dsp - Package Owner=<4>

Package=<5>
{{{
}}}

Package=<4>
{{{
}}}

###############################################################################

Project: "MultiResMIRegistration"=Examples/MultiResMIRegistration\MultiResMIRegistration.dsp - Package Owner=<4>

Package=<5>
{{{
}}}

Package=<4>
{{{
Begin Project Dependency
Project_Dep_Name VXLNumerics
End Project Dependency
Begin Project Dependency
Project_Dep_Name ITKCommon
End Project Dependency
Begin Project Dependency
Project_Dep_Name ITKBasicFilters
End Project Dependency
Begin Project Dependency
Project_Dep_Name VXLNumerics
End Project Dependency
Begin Project Dependency
Project_Dep_Name ITKIO
End Project Dependency
Begin Project Dependency
Project_Dep_Name ITKCommon
End Project Dependency
}}}

###############################################################################

Project: "itkPrincipalAxesResampler"=Examples/PrincipalAxes\itkPrincipalAxesResampler.dsp - Package Owner=<4>

Package=<5>
{{{
}}}

Package=<4>
{{{
Begin Project Dependency
Project_Dep_Name VXLNumerics
End Project Dependency
Begin Project Dependency
Project_Dep_Name ITKCommon
End Project Dependency
Begin Project Dependency
Project_Dep_Name ITKBasicFilters
End Project Dependency
Begin Project Dependency
Project_Dep_Name VXLNumerics
End Project Dependency
Begin Project Dependency
Project_Dep_Name ITKCommon
End Project Dependency
}}}

###############################################################################

Project: "FEMRead"=Examples/FEM\FEMRead.dsp - Package Owner=<4>

Package=<5>
{{{
}}}

Package=<4>
{{{
Begin Project Dependency
Project_Dep_Name VXLNumerics
End Project Dependency
Begin Project Dependency
Project_Dep_Name ITKCommon
End Project Dependency
Begin Project Dependency
Project_Dep_Name ITKBasicFilters
End Project Dependency
Begin Project Dependency
Project_Dep_Name VXLNumerics
End Project Dependency
Begin Project Dependency
Project_Dep_Name FEM
End Project Dependency
Begin Project Dependency
Project_Dep_Name ITKCommon
End Project Dependency
}}}

###############################################################################

Project: "FEMTruss"=Examples/FEM\FEMTruss.dsp - Package Owner=<4>

Package=<5>
{{{
}}}

Package=<4>
{{{
Begin Project Dependency
Project_Dep_Name VXLNumerics
End Project Dependency
Begin Project Dependency
Project_Dep_Name ITKCommon
End Project Dependency
Begin Project Dependency
Project_Dep_Name ITKBasicFilters
End Project Dependency
Begin Project Dependency
Project_Dep_Name VXLNumerics
End Project Dependency
Begin Project Dependency
Project_Dep_Name FEM
End Project Dependency
Begin Project Dependency
Project_Dep_Name ITKCommon
End Project Dependency
}}}

###############################################################################

Project: "FuzzyConnectedness"=Examples/FuzzyConnectedness\FuzzyConnectedness.dsp - Package Owner=<4>

Package=<5>
{{{
}}}

Package=<4>
{{{
Begin Project Dependency
Project_Dep_Name VXLNumerics
End Project Dependency
Begin Project Dependency
Project_Dep_Name ITKCommon
End Project Dependency
Begin Project Dependency
Project_Dep_Name ITKBasicFilters
End Project Dependency
Begin Project Dependency
Project_Dep_Name VXLNumerics
End Project Dependency
Begin Project Dependency
Project_Dep_Name ITKCommon
End Project Dependency
}}}

###############################################################################

Project: "ShapeDetection"=Examples/ShapeDetection\ShapeDetection.dsp - Package Owner=<4>

Package=<5>
{{{
}}}

Package=<4>
{{{
Begin Project Dependency
Project_Dep_Name VXLNumerics
End Project Dependency
Begin Project Dependency
Project_Dep_Name ITKCommon
End Project Dependency
Begin Project Dependency
Project_Dep_Name ITKBasicFilters
End Project Dependency
Begin Project Dependency
Project_Dep_Name VXLNumerics
End Project Dependency
Begin Project Dependency
Project_Dep_Name ITKCommon
End Project Dependency
}}}

###############################################################################

Project: "MRIRegistration"=Examples/MRIRegistration\MRIRegistration.dsp - Package Owner=<4>

Package=<5>
{{{
}}}

Package=<4>
{{{
Begin Project Dependency
Project_Dep_Name VXLNumerics
End Project Dependency
Begin Project Dependency
Project_Dep_Name ITKCommon
End Project Dependency
Begin Project Dependency
Project_Dep_Name ITKBasicFilters
End Project Dependency
Begin Project Dependency
Project_Dep_Name VXLNumerics
End Project Dependency
Begin Project Dependency
Project_Dep_Name ITKCommon
End Project Dependency
}}}

###############################################################################

Project: "itkEllipsoidInteriorExteriorSpatialFunctionExample"=Examples/EllipsoidInteriorExteriorSpatialFunction\itkEllipsoidInteriorExteriorSpatialFunctionExample.dsp - Package Owner=<4>

Package=<5>
{{{
}}}

Package=<4>
{{{
Begin Project Dependency
Project_Dep_Name VXLNumerics
End Project Dependency
Begin Project Dependency
Project_Dep_Name ITKCommon
End Project Dependency
Begin Project Dependency
Project_Dep_Name ITKBasicFilters
End Project Dependency
Begin Project Dependency
Project_Dep_Name ITKCommon
End Project Dependency
Begin Project Dependency
Project_Dep_Name ITKIO
End Project Dependency
Begin Project Dependency
Project_Dep_Name ITKBasicFilters
End Project Dependency
}}}

###############################################################################

Project: "itkSymmetricEllipsoidInteriorExteriorSpatialFunctionExample"=Examples/SymmetricEllipsoidInteriorExteriorSpatialFunction\itkSymmetricEllipsoidInteriorExteriorSpatialFunctionExample.dsp - Package Owner=<4>

Package=<5>
{{{
}}}

Package=<4>
{{{
Begin Project Dependency
Project_Dep_Name VXLNumerics
End Project Dependency
Begin Project Dependency
Project_Dep_Name ITKCommon
End Project Dependency
Begin Project Dependency
Project_Dep_Name ITKBasicFilters
End Project Dependency
Begin Project Dependency
Project_Dep_Name ITKCommon
End Project Dependency
Begin Project Dependency
Project_Dep_Name ITKIO
End Project Dependency
Begin Project Dependency
Project_Dep_Name ITKBasicFilters
End Project Dependency
}}}

###############################################################################

Global:

Package=<5>
{{{
}}}

Package=<3>
{{{
}}}

###############################################################################


--=====================_5213621==_--