Skip to content

Commit ee31321

Browse files
committed
Add reader algo
1 parent 9b019b3 commit ee31321

File tree

4 files changed

+949
-15
lines changed

4 files changed

+949
-15
lines changed

src/Core/Algorithms/Legacy/DataIO/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,13 @@ SET(Core_Algorithms_Legacy_DataIO_SRCS
3232
DataIOAlgo.cc
3333
#MRCReader.cc
3434
ObjToFieldReader.cc
35+
VTKToTriSurfReader.cc
3536
#StreamData/StreamACQFile.cc
3637
)
3738

3839
SET(Core_Algorithms_Legacy_DataIO_HEADERS
3940
ObjToFieldReader.h
41+
VTKToTriSurfReader.h
4042
DataIOAlgo.h
4143
)
4244

0 commit comments

Comments
 (0)