File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
CreateAnotherInstanceOfAFilter Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ add_example(ObserveAnEvent)
16
16
add_example (ComputeTimeBetweenPoints )
17
17
add_example (WatchAFilter )
18
18
add_example (IterateOnAVectorContainer )
19
- add_example (CreateAnother )
19
+ add_example (CreateAnotherInstanceOfAFilter )
20
20
add_example (CreateAFixedArray )
21
21
add_example (AddOffsetToIndex )
22
22
add_example (GetNameOfClass )
Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.16.3 )
2
2
3
- project (CreateAnother )
3
+ project (CreateAnotherInstanceOfAFilter )
4
4
5
5
find_package (ITK REQUIRED )
6
6
include (${ITK_USE_FILE} )
@@ -14,10 +14,10 @@ install(TARGETS ${PROJECT_NAME}
14
14
)
15
15
16
16
install (FILES Code.cxx CMakeLists.txt
17
- DESTINATION share/ITKSphinxExamples/Code/Core/Common/CreateAnother
17
+ DESTINATION share/ITKSphinxExamples/Code/Core/Common/CreateAnotherInstanceOfAFilter
18
18
COMPONENT Code
19
19
)
20
20
21
21
enable_testing ()
22
- add_test (NAME CreateAnotherTest
22
+ add_test (NAME CreateAnotherInstanceOfAFilterTest
23
23
COMMAND ${CMAKE_RUNTIME_OUTPUT_DIRECTORY} /${PROJECT_NAME} )
File renamed without changes.
Original file line number Diff line number Diff line change 1
- :name: CreateAnother
1
+ :name: CreateAnotherInstanceOfAFilter
2
2
3
- Create Another
4
- ==============
3
+ Create Another Instance Of A Filter
4
+ ===================================
5
5
6
6
.. index ::
7
7
single: Object
Original file line number Diff line number Diff line change 31
31
CreateAnImageRegion/Documentation.rst
32
32
CreateAnImageOfVectors/Documentation.rst
33
33
CreateAnRGBImage/Documentation.rst
34
- CreateAnother /Documentation.rst
34
+ CreateAnotherInstanceOfAFilter /Documentation.rst
35
35
CreateAnotherInstanceOfAnImage/Documentation.rst
36
36
CreateDerivativeKernel/Documentation.rst
37
37
CreateForwardDifferenceKernel/Documentation.rst
You can’t perform that action at this time.
0 commit comments