Skip to content

Commit 6d4cca7

Browse files
committed
FILT: Move ReadZeissTxmFile to SimplnxCore
1 parent 28d4a04 commit 6d4cca7

18 files changed

+1
-4529
lines changed

CMakeLists.txt

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ set(FilterList
3434
GroupMicroTextureRegionsFilter
3535
InterpolateValuesToUnstructuredGridFilter
3636
MergeColoniesFilter
37-
ReadZeissTxmFileFilter
3837
)
3938

4039
set(ActionList
@@ -52,7 +51,6 @@ set(AlgorithmList
5251
GroupMicroTextureRegions
5352
InterpolateValuesToUnstructuredGrid
5453
MergeColonies
55-
ReadZeissTxmFile
5654
)
5755

5856

@@ -109,23 +107,14 @@ target_link_libraries(simplnx PUBLIC EbsdLib::EbsdLib)
109107
# ------------------------------------------------------------------------------
110108
# Extra Sources
111109
# ------------------------------------------------------------------------------
112-
113110
set(PLUGIN_EXTRA_SOURCES
114-
${${PLUGIN_NAME}_SOURCE_DIR}/src/oless/oless/oless_common.hpp
115-
${${PLUGIN_NAME}_SOURCE_DIR}/src/oless/oless/oless.cpp
116-
${${PLUGIN_NAME}_SOURCE_DIR}/src/oless/oless/oless.h
117-
${${PLUGIN_NAME}_SOURCE_DIR}/src/oless/oless/pole.cpp
118-
${${PLUGIN_NAME}_SOURCE_DIR}/src/oless/oless/pole.h
111+
119112
)
120113
target_sources(${PLUGIN_NAME}
121114
PRIVATE
122115
${PLUGIN_EXTRA_SOURCES}
123116
)
124117

125-
source_group(TREE "${${PLUGIN_NAME}_SOURCE_DIR}/src/oless"
126-
PREFIX ${PLUGIN_NAME}
127-
FILES ${PLUGIN_EXTRA_SOURCES}
128-
)
129118
#------------------------------------------------------------------------------
130119
# If there are additional library packages that need to be found, this is where
131120
# to do that using the usual find_package(....) call
@@ -240,23 +229,3 @@ if(${PLUGIN_NAME}_INSTALL_DATA_FILES)
240229
COMPONENT Applications
241230
)
242231
endif()
243-
244-
245-
246-
add_executable(txm_reader ${PLUGIN_EXTRA_SOURCES} ${${PLUGIN_NAME}_SOURCE_DIR}/src/oless/txm_reader.cpp)
247-
target_include_directories(txm_reader PRIVATE ${oless_SOURCE_DIR})
248-
249-
target_compile_features(txm_reader
250-
PUBLIC
251-
cxx_std_17
252-
)
253-
254-
set_target_properties(txm_reader
255-
PROPERTIES
256-
DEBUG_POSTFIX "_d"
257-
)
258-
target_include_directories(txm_reader
259-
PUBLIC
260-
${${PLUGIN_NAME}_SOURCE_DIR}/src/oless
261-
)
262-

docs/ReadZeissTxmFileFilter.md

Lines changed: 0 additions & 32 deletions
This file was deleted.

src/SimplnxReview/Filters/Algorithms/ReadZeissTxmFile.cpp

Lines changed: 0 additions & 187 deletions
This file was deleted.

0 commit comments

Comments
 (0)