[Insight-developers] itkBasicArchitectureTest: VC++

chenting chenting at graphics.cis.upenn.edu
Tue Aug 29 19:27:37 EDT 2000


I pass the itkBasicArchitectureTest, but stcuk in the itkTraitsTest:
error message is :
......
cd Testing/Code/Common; make - all
.....
CC  -LANG:std -ptused -no_prelink   -I.
-I/Insight/Code/Insight3DParty/vxl  -I/Insight  -I/Insight/Code/Common
-I/Insight/Code/Insight3DParty/vxl  itkTraitsTest.o -o itkTraitsTest
-L/Insight/Code/Common  -lITKCommon  \
   -L/Insight/Code/Insight3DParty/vxl -lITKNumerics -lm
ld32: WARNING 84 : /Insight/Code/Insight3DParty/vxl/libITKNumerics.a is not
used for resolving any symbol.
ld32: WARNING 84 : /usr/lib32/mips3/libm.so is not used for resolving any
symbol.
ld32: ERROR       33 : Unresolved text symbol "vnl_c_vector<unsigned
short>::deallocate(unsigned short*, int" -- 1st referenced by
itkTraitsTest.o
             use linker option -v to see when and which objects, archives and
dsos are loaded.

I still attached the targets.make file, it seems there is nothing wrong with it
though.

Bill Hoffman wrote:

> It looks like the SGI make may not do what I thought it would.
> Anyway, I have checked in a possible fix.  Please do a cvs
> update in Insight/Code/tools, then run make again and see if
> things get better.
>
> -Bill
>
> At 04:25 PM 8/29/00 -0400, chenting wrote:
> >I have checked the targets.make file, but I cannot see anything wrong:
> >I attached the file with the mail and hope you would like to have a look at it.
> >
-------------- next part --------------
SRC_OBJ = \
itkBasicArchitectureTest.o \
itkTraitsTest.o \
itkSmartPointerTest.o \
itkDataTypeTest.o \
itkExceptionObjectTest.o \
itkImageMomentsTest.o \
itkMeshTest.o \
itkMeshInstanceTest.o \
itkExtractMeshConnectedRegionsTest.o 


itkBasicArchitectureTest: itkBasicArchitectureTest.o
	 ${CXX}  ${CXX_FLAGS}  itkBasicArchitectureTest.o -o $@ -L${ITK_OBJ}/Code/Common -lITKCommon \
	-L${ITK_OBJ}/Code/Insight3DParty/vxl -lITKNumerics -lm ${DL_LIBS}

itkTraitsTest: itkTraitsTest.o
	 ${CXX}  ${CXX_FLAGS}  itkTraitsTest.o -o $@ -L${ITK_OBJ}/Code/Common -lITKCommon \
	-L${ITK_OBJ}/Code/Insight3DParty/vxl -lITKNumerics -lm ${DL_LIBS}

itkSmartPointerTest: itkSmartPointerTest.o
	 ${CXX}  ${CXX_FLAGS}  itkSmartPointerTest.o -o $@ -L${ITK_OBJ}/Code/Common -lITKCommon \
	-L${ITK_OBJ}/Code/Insight3DParty/vxl -lITKNumerics -lm ${DL_LIBS}

itkDataTypeTest: itkDataTypeTest.o
	 ${CXX}  ${CXX_FLAGS}  itkDataTypeTest.o -o $@ -L${ITK_OBJ}/Code/Common -lITKCommon \
	-L${ITK_OBJ}/Code/Insight3DParty/vxl -lITKNumerics -lm ${DL_LIBS}

itkExceptionObjectTest: itkExceptionObjectTest.o
	 ${CXX}  ${CXX_FLAGS}  itkExceptionObjectTest.o -o $@ -L${ITK_OBJ}/Code/Common -lITKCommon \
	-L${ITK_OBJ}/Code/Insight3DParty/vxl -lITKNumerics -lm ${DL_LIBS}

itkImageMomentsTest: itkImageMomentsTest.o
	 ${CXX}  ${CXX_FLAGS}  itkImageMomentsTest.o -o $@ -L${ITK_OBJ}/Code/Common -lITKCommon \
	-L${ITK_OBJ}/Code/Insight3DParty/vxl -lITKNumerics -lm ${DL_LIBS}

itkMeshTest: itkMeshTest.o
	 ${CXX}  ${CXX_FLAGS}  itkMeshTest.o -o $@ -L${ITK_OBJ}/Code/Common -lITKCommon \
	-L${ITK_OBJ}/Code/Insight3DParty/vxl -lITKNumerics -lm ${DL_LIBS}

itkMeshInstanceTest: itkMeshInstanceTest.o
	 ${CXX}  ${CXX_FLAGS}  itkMeshInstanceTest.o -o $@ -L${ITK_OBJ}/Code/Common -lITKCommon \
	-L${ITK_OBJ}/Code/Insight3DParty/vxl -lITKNumerics -lm ${DL_LIBS}

itkExtractMeshConnectedRegionsTest: itkExtractMeshConnectedRegionsTest.o
	 ${CXX}  ${CXX_FLAGS}  itkExtractMeshConnectedRegionsTest.o -o $@ -L${ITK_OBJ}/Code/Common -lITKCommon \
	-L${ITK_OBJ}/Code/Insight3DParty/vxl -lITKNumerics -lm ${DL_LIBS}

itkBasicArchitectureTest.o : \
/home2/chenting/Insight/Insight/Code/Common/itkImage.h \
/home2/chenting/Insight/Insight/Code/Common/itkImageBase.h \
/home2/chenting/Insight/Insight/Code/Common/itkDataObject.h \
/home2/chenting/Insight/Insight/Code/Common/itkObject.h \
/home2/chenting/Insight/Insight/Code/Common/itkLightObject.h \
/home2/chenting/Insight/Insight/Code/Common/itkMacro.h \
/home2/chenting/Insight/Insight/Code/Common/itkWin32Header.h \
/home2/chenting/Insight/Insight/itkConfigure.h \
/home2/chenting/Insight/Insight/Code/Common/itkSmartPointer.h \
/home2/chenting/Insight/Insight/Code/Common/itkTimeStamp.h \
/home2/chenting/Insight/Insight/Code/Common/itkIndent.h \
/home2/chenting/Insight/Insight/Code/Common/itkObjectFactory.h \
/home2/chenting/Insight/Insight/Code/Common/itkObjectFactoryBase.h \
/home2/chenting/Insight/Insight/Code/Common/itkCreateObjectFunction.h \
/home2/chenting/Insight/Insight/Code/Common/itkIndex.h \
/home2/chenting/Insight/Insight/Code/Common/itkExceptionObject.h \
/home2/chenting/Insight/Insight/Code/Common/itkPixelTraits.h \
/home2/chenting/Insight/Insight/Code/Common/itkNumericTraits.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vnl/vnl_numeric_limits.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vcl/vcl_compiler.h \
/home2/chenting/Insight/Insight/Code/Common/itkImage.txx \
/home2/chenting/Insight/Insight/Code/Common/itkScalar.h \
/home2/chenting/Insight/Insight/Code/Common/itkVector.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vnl/vnl_vector.txx \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vnl/vnl_vector.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vcl/vcl_iosfwd.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vnl/vnl_error.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vnl/vnl_c_vector.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vcl/vcl_cmath.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vnl/vnl_numeric_traits.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vcl/vcl_complex_fwd.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vcl/vcl_vector.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vcl/vcl_iostream.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vcl/vcl_functional.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vnl/vnl_math.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vnl/vnl_matrix.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vnl/vnl_vector_fixed.txx \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vnl/vnl_vector_fixed.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vcl/vcl_cstring.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vnl/vnl_vector_ref.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vnl/vnl_vector.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vcl/vcl_cassert.h \
/home2/chenting/Insight/Insight/Code/Common/itkRandomImageSource.h \
/home2/chenting/Insight/Insight/Code/Common/itkImageSource.h \
/home2/chenting/Insight/Insight/Code/Common/itkProcessObject.h \
/home2/chenting/Insight/Insight/Code/Common/itkImageSource.txx \
/home2/chenting/Insight/Insight/Code/Common/itkRandomImageSource.txx \
/home2/chenting/Insight/Insight/Code/Common/itkImageScalarRegionIterator.h \
/home2/chenting/Insight/Insight/Code/Common/itkImageRegionIterator.h \
/home2/chenting/Insight/Insight/Code/Common/itkImageIterator.h \
/home2/chenting/Insight/Insight/Code/Common/itkImageIterator.txx \
/home2/chenting/Insight/Insight/Code/Common/itkImageRegionIterator.txx \
/home2/chenting/Insight/Insight/Code/Common/itkShrinkImage.h \
/home2/chenting/Insight/Insight/Code/Common/itkFilterImageToImage.h \
/home2/chenting/Insight/Insight/Code/Common/itkFilterImageToImage.txx \
/home2/chenting/Insight/Insight/Code/Common/itkShrinkImage.txx \
/home2/chenting/Insight/Insight/Code/Common/itkWriteVTKImage.h \
/home2/chenting/Insight/Insight/Code/Common/itkWriteImage.h \
/home2/chenting/Insight/Insight/Code/Common/itkWriter.h \
/home2/chenting/Insight/Insight/Code/Common/itkWriteImage.txx \
/home2/chenting/Insight/Insight/Code/Common/itkWriteVTKImage.txx \
/home2/chenting/Insight/Insight/Code/Common/itkReadVTKImage.h \
/home2/chenting/Insight/Insight/Code/Common/itkReadVTKImage.txx \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vnl/algo/vnl_svd.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vnl/vnl_diag_matrix.h 


itkTraitsTest.o : \
/home2/chenting/Insight/Insight/Code/Common/itkImage.h \
/home2/chenting/Insight/Insight/Code/Common/itkImageBase.h \
/home2/chenting/Insight/Insight/Code/Common/itkDataObject.h \
/home2/chenting/Insight/Insight/Code/Common/itkObject.h \
/home2/chenting/Insight/Insight/Code/Common/itkLightObject.h \
/home2/chenting/Insight/Insight/Code/Common/itkMacro.h \
/home2/chenting/Insight/Insight/Code/Common/itkWin32Header.h \
/home2/chenting/Insight/Insight/itkConfigure.h \
/home2/chenting/Insight/Insight/Code/Common/itkSmartPointer.h \
/home2/chenting/Insight/Insight/Code/Common/itkTimeStamp.h \
/home2/chenting/Insight/Insight/Code/Common/itkIndent.h \
/home2/chenting/Insight/Insight/Code/Common/itkObjectFactory.h \
/home2/chenting/Insight/Insight/Code/Common/itkObjectFactoryBase.h \
/home2/chenting/Insight/Insight/Code/Common/itkCreateObjectFunction.h \
/home2/chenting/Insight/Insight/Code/Common/itkIndex.h \
/home2/chenting/Insight/Insight/Code/Common/itkExceptionObject.h \
/home2/chenting/Insight/Insight/Code/Common/itkPixelTraits.h \
/home2/chenting/Insight/Insight/Code/Common/itkNumericTraits.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vnl/vnl_numeric_limits.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vcl/vcl_compiler.h \
/home2/chenting/Insight/Insight/Code/Common/itkImage.txx \
/home2/chenting/Insight/Insight/Code/Common/itkScalar.h \
/home2/chenting/Insight/Insight/Code/Common/itkVector.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vnl/vnl_vector.txx \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vnl/vnl_vector.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vcl/vcl_iosfwd.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vnl/vnl_error.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vnl/vnl_c_vector.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vcl/vcl_cmath.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vnl/vnl_numeric_traits.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vcl/vcl_complex_fwd.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vcl/vcl_vector.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vcl/vcl_iostream.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vcl/vcl_functional.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vnl/vnl_math.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vnl/vnl_matrix.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vnl/vnl_vector_fixed.txx \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vnl/vnl_vector_fixed.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vcl/vcl_cstring.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vnl/vnl_vector_ref.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vnl/vnl_vector.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vcl/vcl_cassert.h 


itkSmartPointerTest.o : \
/home2/chenting/Insight/Insight/Code/Common/itkMacro.h \
/home2/chenting/Insight/Insight/Code/Common/itkWin32Header.h \
/home2/chenting/Insight/Insight/itkConfigure.h \
/home2/chenting/Insight/Insight/Code/Common/itkSmartPointer.h 


itkDataTypeTest.o : \
/home2/chenting/Insight/Insight/Code/Common/itkMacro.h \
/home2/chenting/Insight/Insight/Code/Common/itkWin32Header.h \
/home2/chenting/Insight/Insight/itkConfigure.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vcl/vcl_compiler.h \
/home2/chenting/Insight/Insight/Code/Common/itkScalar.h \
/home2/chenting/Insight/Insight/Code/Common/itkVector.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vnl/vnl_vector.txx \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vnl/vnl_vector.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vcl/vcl_iosfwd.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vnl/vnl_error.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vnl/vnl_c_vector.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vcl/vcl_cmath.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vnl/vnl_numeric_traits.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vcl/vcl_complex_fwd.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vcl/vcl_vector.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vcl/vcl_iostream.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vcl/vcl_functional.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vnl/vnl_math.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vnl/vnl_matrix.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vnl/vnl_vector_fixed.txx \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vnl/vnl_vector_fixed.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vcl/vcl_cstring.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vnl/vnl_vector_ref.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vnl/vnl_vector.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vcl/vcl_cassert.h 


itkExceptionObjectTest.o : \
/home2/chenting/Insight/Insight/Code/Common/itkObject.h \
/home2/chenting/Insight/Insight/Code/Common/itkLightObject.h \
/home2/chenting/Insight/Insight/Code/Common/itkMacro.h \
/home2/chenting/Insight/Insight/Code/Common/itkWin32Header.h \
/home2/chenting/Insight/Insight/itkConfigure.h \
/home2/chenting/Insight/Insight/Code/Common/itkSmartPointer.h \
/home2/chenting/Insight/Insight/Code/Common/itkTimeStamp.h \
/home2/chenting/Insight/Insight/Code/Common/itkIndent.h \
/home2/chenting/Insight/Insight/Code/Common/itkExceptionObject.h 


itkImageMomentsTest.o : \
/home2/chenting/Insight/Insight/Code/Common/itkImage.h \
/home2/chenting/Insight/Insight/Code/Common/itkImageBase.h \
/home2/chenting/Insight/Insight/Code/Common/itkDataObject.h \
/home2/chenting/Insight/Insight/Code/Common/itkObject.h \
/home2/chenting/Insight/Insight/Code/Common/itkLightObject.h \
/home2/chenting/Insight/Insight/Code/Common/itkMacro.h \
/home2/chenting/Insight/Insight/Code/Common/itkWin32Header.h \
/home2/chenting/Insight/Insight/itkConfigure.h \
/home2/chenting/Insight/Insight/Code/Common/itkSmartPointer.h \
/home2/chenting/Insight/Insight/Code/Common/itkTimeStamp.h \
/home2/chenting/Insight/Insight/Code/Common/itkIndent.h \
/home2/chenting/Insight/Insight/Code/Common/itkObjectFactory.h \
/home2/chenting/Insight/Insight/Code/Common/itkObjectFactoryBase.h \
/home2/chenting/Insight/Insight/Code/Common/itkCreateObjectFunction.h \
/home2/chenting/Insight/Insight/Code/Common/itkIndex.h \
/home2/chenting/Insight/Insight/Code/Common/itkExceptionObject.h \
/home2/chenting/Insight/Insight/Code/Common/itkPixelTraits.h \
/home2/chenting/Insight/Insight/Code/Common/itkNumericTraits.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vnl/vnl_numeric_limits.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vcl/vcl_compiler.h \
/home2/chenting/Insight/Insight/Code/Common/itkImage.txx \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vcl/vcl_iosfwd.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vnl/vnl_error.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vnl/vnl_c_vector.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vcl/vcl_cmath.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vnl/vnl_numeric_traits.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vcl/vcl_complex_fwd.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vnl/vnl_matrix.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vcl/vcl_cstring.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vnl/vnl_vector_ref.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vnl/vnl_vector.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vcl/vcl_cassert.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vnl/vnl_diag_matrix.h \
/home2/chenting/Insight/Insight/Code/Common/itkImageMoments.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vnl/vnl_vector_fixed.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vnl/vnl_matrix_fixed.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vnl/vnl_matrix_fixed_ref.h \
/home2/chenting/Insight/Insight/Code/Common/itkImageMoments.txx \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vnl/algo/vnl_real_eigensystem.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vnl/vnl_complex.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vcl/vcl_complex.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vnl/algo/vnl_symmetric_eigensystem.h 


itkMeshTest.o : \
/home2/chenting/Insight/Insight/Code/Common/itkDataObject.h \
/home2/chenting/Insight/Insight/Code/Common/itkObject.h \
/home2/chenting/Insight/Insight/Code/Common/itkLightObject.h \
/home2/chenting/Insight/Insight/Code/Common/itkMacro.h \
/home2/chenting/Insight/Insight/Code/Common/itkWin32Header.h \
/home2/chenting/Insight/Insight/itkConfigure.h \
/home2/chenting/Insight/Insight/Code/Common/itkSmartPointer.h \
/home2/chenting/Insight/Insight/Code/Common/itkTimeStamp.h \
/home2/chenting/Insight/Insight/Code/Common/itkIndent.h \
/home2/chenting/Insight/Insight/Code/Common/itkObjectFactory.h \
/home2/chenting/Insight/Insight/Code/Common/itkObjectFactoryBase.h \
/home2/chenting/Insight/Insight/Code/Common/itkCreateObjectFunction.h \
/home2/chenting/Insight/Insight/Code/Common/itkNumericTraits.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vnl/vnl_numeric_limits.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vcl/vcl_compiler.h \
/home2/chenting/Insight/Insight/Code/Common/itkMesh.h \
/home2/chenting/Insight/Insight/Code/Common/itkPoint.h \
/home2/chenting/Insight/Insight/Code/Common/itkPoint.txx \
/home2/chenting/Insight/Insight/Code/Common/itkCellInterface.h \
/home2/chenting/Insight/Insight/Code/Common/itkCellInterfaceVisitor.h \
/home2/chenting/Insight/Insight/Code/Common/itkCellInterface.txx \
/home2/chenting/Insight/Insight/Code/Common/itkMeshTypeDefault.h \
/home2/chenting/Insight/Insight/Code/Common/itkVectorContainer.h \
/home2/chenting/Insight/Insight/Code/Common/itkVectorContainer.txx \
/home2/chenting/Insight/Insight/Code/Common/itkMapContainer.h \
/home2/chenting/Insight/Insight/Code/Common/itkMapContainer.txx \
/home2/chenting/Insight/Insight/Code/Common/itkPointLocator.h \
/home2/chenting/Insight/Insight/Code/Common/itkBoundingBox.h \
/home2/chenting/Insight/Insight/Code/Common/itkBoundingBox.txx \
/home2/chenting/Insight/Insight/Code/Common/itkPointLocator.txx \
/home2/chenting/Insight/Insight/Code/Common/itkMesh.txx \
/home2/chenting/Insight/Insight/Code/Common/itkTetrahedronCell.h \
/home2/chenting/Insight/Insight/Code/Common/itkCellBoundary.h \
/home2/chenting/Insight/Insight/Code/Common/itkCellBoundary.txx \
/home2/chenting/Insight/Insight/Code/Common/itkTriangleCell.h \
/home2/chenting/Insight/Insight/Code/Common/itkLineCell.h \
/home2/chenting/Insight/Insight/Code/Common/itkVertexCell.h \
/home2/chenting/Insight/Insight/Code/Common/itkVertexCell.txx \
/home2/chenting/Insight/Insight/Code/Common/itkLineCell.txx \
/home2/chenting/Insight/Insight/Code/Common/itkTriangleCell.txx \
/home2/chenting/Insight/Insight/Code/Common/itkTetrahedronCell.txx \
/home2/chenting/Insight/Insight/Code/Common/itkHexahedronCell.h \
/home2/chenting/Insight/Insight/Code/Common/itkQuadrilateralCell.h \
/home2/chenting/Insight/Insight/Code/Common/itkQuadrilateralCell.txx \
/home2/chenting/Insight/Insight/Code/Common/itkHexahedronCell.txx 


itkMeshInstanceTest.o : \
/home2/chenting/Insight/Insight/Code/Common/itkDataObject.h \
/home2/chenting/Insight/Insight/Code/Common/itkObject.h \
/home2/chenting/Insight/Insight/Code/Common/itkLightObject.h \
/home2/chenting/Insight/Insight/Code/Common/itkMacro.h \
/home2/chenting/Insight/Insight/Code/Common/itkWin32Header.h \
/home2/chenting/Insight/Insight/itkConfigure.h \
/home2/chenting/Insight/Insight/Code/Common/itkSmartPointer.h \
/home2/chenting/Insight/Insight/Code/Common/itkTimeStamp.h \
/home2/chenting/Insight/Insight/Code/Common/itkIndent.h \
/home2/chenting/Insight/Insight/Code/Common/itkObjectFactory.h \
/home2/chenting/Insight/Insight/Code/Common/itkObjectFactoryBase.h \
/home2/chenting/Insight/Insight/Code/Common/itkCreateObjectFunction.h \
/home2/chenting/Insight/Insight/Code/Common/itkNumericTraits.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vnl/vnl_numeric_limits.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vcl/vcl_compiler.h \
/home2/chenting/Insight/Insight/Code/Common/itkMesh.h \
/home2/chenting/Insight/Insight/Code/Common/itkPoint.h \
/home2/chenting/Insight/Insight/Code/Common/itkPoint.txx \
/home2/chenting/Insight/Insight/Code/Common/itkCellInterface.h \
/home2/chenting/Insight/Insight/Code/Common/itkCellInterfaceVisitor.h \
/home2/chenting/Insight/Insight/Code/Common/itkCellInterface.txx \
/home2/chenting/Insight/Insight/Code/Common/itkMeshTypeDefault.h \
/home2/chenting/Insight/Insight/Code/Common/itkVectorContainer.h \
/home2/chenting/Insight/Insight/Code/Common/itkVectorContainer.txx \
/home2/chenting/Insight/Insight/Code/Common/itkMapContainer.h \
/home2/chenting/Insight/Insight/Code/Common/itkMapContainer.txx \
/home2/chenting/Insight/Insight/Code/Common/itkPointLocator.h \
/home2/chenting/Insight/Insight/Code/Common/itkBoundingBox.h \
/home2/chenting/Insight/Insight/Code/Common/itkBoundingBox.txx \
/home2/chenting/Insight/Insight/Code/Common/itkPointLocator.txx \
/home2/chenting/Insight/Insight/Code/Common/itkMesh.txx 


itkExtractMeshConnectedRegionsTest.o : \
/home2/chenting/Insight/Insight/Code/Common/itkDataObject.h \
/home2/chenting/Insight/Insight/Code/Common/itkObject.h \
/home2/chenting/Insight/Insight/Code/Common/itkLightObject.h \
/home2/chenting/Insight/Insight/Code/Common/itkMacro.h \
/home2/chenting/Insight/Insight/Code/Common/itkWin32Header.h \
/home2/chenting/Insight/Insight/itkConfigure.h \
/home2/chenting/Insight/Insight/Code/Common/itkSmartPointer.h \
/home2/chenting/Insight/Insight/Code/Common/itkTimeStamp.h \
/home2/chenting/Insight/Insight/Code/Common/itkIndent.h \
/home2/chenting/Insight/Insight/Code/Common/itkObjectFactory.h \
/home2/chenting/Insight/Insight/Code/Common/itkObjectFactoryBase.h \
/home2/chenting/Insight/Insight/Code/Common/itkCreateObjectFunction.h \
/home2/chenting/Insight/Insight/Code/Common/itkNumericTraits.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vnl/vnl_numeric_limits.h \
/home2/chenting/Insight/Insight/Code/Insight3DParty/vxl/vcl/vcl_compiler.h \
/home2/chenting/Insight/Insight/Code/Common/itkProcessObject.h \
/home2/chenting/Insight/Insight/Code/Common/itkMesh.h \
/home2/chenting/Insight/Insight/Code/Common/itkPoint.h \
/home2/chenting/Insight/Insight/Code/Common/itkPoint.txx \
/home2/chenting/Insight/Insight/Code/Common/itkCellInterface.h \
/home2/chenting/Insight/Insight/Code/Common/itkCellInterfaceVisitor.h \
/home2/chenting/Insight/Insight/Code/Common/itkCellInterface.txx \
/home2/chenting/Insight/Insight/Code/Common/itkMeshTypeDefault.h \
/home2/chenting/Insight/Insight/Code/Common/itkVectorContainer.h \
/home2/chenting/Insight/Insight/Code/Common/itkVectorContainer.txx \
/home2/chenting/Insight/Insight/Code/Common/itkMapContainer.h \
/home2/chenting/Insight/Insight/Code/Common/itkMapContainer.txx \
/home2/chenting/Insight/Insight/Code/Common/itkPointLocator.h \
/home2/chenting/Insight/Insight/Code/Common/itkBoundingBox.h \
/home2/chenting/Insight/Insight/Code/Common/itkBoundingBox.txx \
/home2/chenting/Insight/Insight/Code/Common/itkPointLocator.txx \
/home2/chenting/Insight/Insight/Code/Common/itkMesh.txx \
/home2/chenting/Insight/Insight/Code/Common/itkExtractMeshConnectedRegions.h \
/home2/chenting/Insight/Insight/Code/Common/itkFilterMeshToMesh.h \
/home2/chenting/Insight/Insight/Code/Common/itkMeshSource.h \
/home2/chenting/Insight/Insight/Code/Common/itkMeshSource.txx \
/home2/chenting/Insight/Insight/Code/Common/itkFilterMeshToMesh.txx \
/home2/chenting/Insight/Insight/Code/Common/itkExtractMeshConnectedRegions.txx 




More information about the Insight-developers mailing list