Skip to content

Commit 724543b

Browse files
committed
ENH: Rename CreateAnother into CreateAnotherInstanceOfAFilter
Co-authored-by: Edgar
1 parent 0d24e60 commit 724543b

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

src/Core/Common/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ add_example(ObserveAnEvent)
1616
add_example(ComputeTimeBetweenPoints)
1717
add_example(WatchAFilter)
1818
add_example(IterateOnAVectorContainer)
19-
add_example(CreateAnother)
19+
add_example(CreateAnotherInstanceOfAFilter)
2020
add_example(CreateAFixedArray)
2121
add_example(AddOffsetToIndex)
2222
add_example(GetNameOfClass)

src/Core/Common/CreateAnother/CMakeLists.txt renamed to src/Core/Common/CreateAnotherInstanceOfAFilter/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.16.3)
22

3-
project(CreateAnother)
3+
project(CreateAnotherInstanceOfAFilter)
44

55
find_package(ITK REQUIRED)
66
include(${ITK_USE_FILE})
@@ -14,10 +14,10 @@ install(TARGETS ${PROJECT_NAME}
1414
)
1515

1616
install(FILES Code.cxx CMakeLists.txt
17-
DESTINATION share/ITKSphinxExamples/Code/Core/Common/CreateAnother
17+
DESTINATION share/ITKSphinxExamples/Code/Core/Common/CreateAnotherInstanceOfAFilter
1818
COMPONENT Code
1919
)
2020

2121
enable_testing()
22-
add_test(NAME CreateAnotherTest
22+
add_test(NAME CreateAnotherInstanceOfAFilterTest
2323
COMMAND ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/${PROJECT_NAME})

src/Core/Common/CreateAnother/Documentation.rst renamed to src/Core/Common/CreateAnotherInstanceOfAFilter/Documentation.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
:name: CreateAnother
1+
:name: CreateAnotherInstanceOfAFilter
22

3-
Create Another
4-
==============
3+
Create Another Instance Of A Filter
4+
===================================
55

66
.. index::
77
single: Object

src/Core/Common/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Common
3131
CreateAnImageRegion/Documentation.rst
3232
CreateAnImageOfVectors/Documentation.rst
3333
CreateAnRGBImage/Documentation.rst
34-
CreateAnother/Documentation.rst
34+
CreateAnotherInstanceOfAFilter/Documentation.rst
3535
CreateAnotherInstanceOfAnImage/Documentation.rst
3636
CreateDerivativeKernel/Documentation.rst
3737
CreateForwardDifferenceKernel/Documentation.rst

0 commit comments

Comments
 (0)