Cloned library of VTK-5.0.0 with extra build files for internal package management.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

91 lines
2.6 KiB

INCLUDE(${VTK_SOURCE_DIR}/Utilities/vtkTclTest2Py/vtkConvertTclTestToPy.cmake)
IF (VTK_USE_RENDERING AND VTK_USE_DISPLAY)
#
# Add tests, with the data
#
IF (VTK_DATA_ROOT)
IF (VTK_PYTHON_EXE)
SET(tests
ContinuousClose2D
IdealHighPass
LaplacianEdgeEnhance
#reconstructSurface -- scanf
resampledTexture
ResliceColorWrap
ResliceInterpolationModes
ResliceInterpolationOblique
ResliceMirrorOblique
ResliceMirrorPad
ResliceOptimizationOff
ReslicePermutations
ReslicePermuteResample
ResliceWrapOblique
ResliceWrapPad
Spectrum
TestAnisotropicDiffusion2D
TestAnisotropicDiffusion3D
TestAccumulate
#TestAllBlends -- complicated string substitutions
#TestAllBlendsFloat -- complicated string substitutions
TestAllFlips
#TestAllLogic -- method call has string substitution
#TestAllMaskBits -- method call has string substitution
#TestAllMathematics -- method call has string substitution
#TestAllShrinks -- method call has string substitution
TestButterworthLowPass
TestButterworthHighPass
TestCache
TestChangeInformation
TestCheckerboard
TestCityBlockDistance
TestConvolve
TestCorrelation
TestDivergence
TestDotProduct
TestEuclideanDistance
TestEuclideanDistanceCached
TestEuclideanToPolar
TestFFTCorrelation
TestGradientMagnitude
TestGradientMagnitude2
TestHSIToRGB
TestHSVToRGB
TestHybridMedian2D
TestIdealLowPass
TestImageCanvas
TestInPlaceFilter
TestIslandRemoval2D
TestMapToRGBABlockStreaming
TestMapToWindowLevelColors
TestMapToWindowLevelColors2
TestMask2
TestMedian3D
TestNormalize
TestOpenClose3D
TestPermute
TestQuantizeTo16Colors
TestRange3D
TestResample
TestSeparableFilter
TestShiftScale
TestShiftScale2
TestSimpleImageExample
TestSkeleton2D
TestSobel2D
TestSobel3D
TestStencilWithFunction
TestStencilWithImage
#TestThreshold -- uses lists in lists etc...
TestVariance3D
#TestWipe -- method call has string substitution
TestWrapPad
voxelModel
)
CONVERT_TCL_TEST_TO_PY (
tests
Imaging)
ENDIF (VTK_PYTHON_EXE)
ENDIF (VTK_DATA_ROOT)
ENDIF (VTK_USE_RENDERING AND VTK_USE_DISPLAY)