File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ add_example(ConvertAnitkImageTovtkImageData)
2
2
add_example (ConvertAnRGBitkImageTovtkImageData )
3
3
add_example (ConvertvtkImageDataToAnitkImage )
4
4
add_example (ConvertRGBvtkImageDataToAnitkImage )
5
- add_example (VisualizeEvolvingDense2DLevelSetAsElevationMap )
6
- add_example (VisualizeEvolvingDense2DLevelSetZeroSet )
7
5
8
6
if (ENABLE_QUICKVIEW )
9
7
@@ -12,10 +10,14 @@ compare_to_baseline(EXAMPLE_NAME VTKImageToITKImage
12
10
BASELINE_PREFIX OutputBaseline
13
11
)
14
12
13
+ if (ITK_VERSION_MAJOR LESS 5 )
14
+ add_example (VisualizeEvolvingDense2DLevelSetAsElevationMap )
15
+ add_example (VisualizeEvolvingDense2DLevelSetZeroSet )
15
16
add_example (VisualizeStaticDense2DLevelSetAsElevationMap )
16
17
add_example (VisualizeStaticDense2DLevelSetZeroSet )
17
18
add_example (VisualizeStaticWhitaker2DLevelSetLayers )
18
19
add_example (VisualizeStaticShi2DLevelSetLayers )
19
20
add_example (VisualizeStaticMalcolm2DLevelSetLayers )
21
+ endif ()
20
22
21
23
endif ()
You can’t perform that action at this time.
0 commit comments