简体   繁体   中英

How to add header files and codes if the code is not part of ITK/VTK?

I am a beginner in ITK/VTK C++ programming, and I am using Clion IDE. For example, I want to add this code and some other codes to my code. I do not know how can I add and use thes codes when they are not part of ITK/VTK libraries.

Could you please give me some hints and help on this? Thanks in advance

You need to setup your project so it uses ITK as a library. Maybe start at CLion CMake tutorial and ITK hello world example.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM