File tree Expand file tree Collapse file tree 6 files changed +14
-14
lines changed Expand file tree Collapse file tree 6 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ compare_to_baseline(EXAMPLE_NAME Ellipse
8
8
BASELINE_PREFIX EllipseOutput
9
9
)
10
10
11
- add_example (LineSpatialObject2 )
12
- compare_to_baseline (EXAMPLE_NAME LineSpatialObject2
11
+ add_example (LineSpatialObject )
12
+ compare_to_baseline (EXAMPLE_NAME LineSpatialObject
13
13
BASELINE_PREFIX line
14
14
)
15
15
Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.10.2 )
2
2
3
- project (LineSpatialObject2 )
3
+ project (LineSpatialObject )
4
4
5
5
find_package (ITK REQUIRED )
6
6
include (${ITK_USE_FILE} )
7
7
8
8
9
- add_executable (LineSpatialObject2 Code.cxx )
10
- target_link_libraries (LineSpatialObject2 ${ITK_LIBRARIES} )
9
+ add_executable (LineSpatialObject Code.cxx )
10
+ target_link_libraries (LineSpatialObject ${ITK_LIBRARIES} )
11
11
12
- install (TARGETS LineSpatialObject2
12
+ install (TARGETS LineSpatialObject
13
13
DESTINATION bin/ITKExamples/Core/SpatialObjects
14
14
COMPONENT Runtime
15
15
)
16
16
17
17
install (FILES Code.cxx CMakeLists.txt
18
- DESTINATION share/ITKExamples/Code/Core/SpatialObjects/LineSpatialObject2 /
18
+ DESTINATION share/ITKExamples/Code/Core/SpatialObjects/LineSpatialObject /
19
19
COMPONENT Code
20
20
)
21
21
22
22
23
23
enable_testing ()
24
- add_test (NAME LineSpatialObject2Test
25
- COMMAND ${CMAKE_RUNTIME_OUTPUT_DIRECTORY} /LineSpatialObject2 )
24
+ add_test (NAME LineSpatialObjectTest
25
+ COMMAND ${CMAKE_RUNTIME_OUTPUT_DIRECTORY} /LineSpatialObject )
26
26
File renamed without changes.
Original file line number Diff line number Diff line change 1
- Line Spacial Object
1
+ Line Spatial Object
2
2
===================
3
3
4
4
.. index ::
30
30
31
31
Classes demonstrated
32
32
--------------------
33
-
34
- .. breathelink :: itk::LineSpatialObject
35
- .. breathelink :: itk::LineSpatialObjectPoint
33
+ .. [TODO: This will need to be uncommented once PR #186 is merged and the official documentation is updated
34
+ .. [ breathelink :: itk::LineSpatialObject
35
+ .. [ breathelink :: itk::LineSpatialObjectPoint
File renamed without changes.
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ SpatialObjects
8
8
ContourSpatialObject/Documentation.rst
9
9
ConvertSpatialObjectToImage/Documentation.rst
10
10
Ellipse/Documentation.rst
11
- LineSpatialObject2 /Documentation.rst
11
+ LineSpatialObject /Documentation.rst
You can’t perform that action at this time.
0 commit comments