Jilei Hao
Jilei Hao
This is a bug and will be fixed in the next patch. Thanks for reporting!
Hi Amy, You need to set the value of VTK_DIR variable in ccmake to a VTK 9.1 binary directory. If you don't have the VTK already built, please check this...
Open the Label Editor by clicking the palette icon. In the dialog opened, pick the label you want to modify, and type the new value in the "numeric value" box...
What is the vtk version(branch) you are using?
Please try v9.1.0. You can always find the required vtk version from this line in the CMakeLists.txt https://github.com/pyushkevich/greedy/blob/ee6a9efa12fea5fe9a746babc7c53b54ab49a1c2/CMakeLists.txt#L66 We haven't tested with the latest vtk branch.
I would try following steps: - Delete everything from the binary folder and reconfigure the project using cmake - Make sure the VTK_DIR in your CMakeCache.txt file in your greedy...
Can you share the CMakeCache.txt in your greedy binary folder? You can find the module enable info in the CMakeCache.txt file in the vtk binary folder. VTK group the modules...
It looks OK. Can you also attach the CMakeCache.txt from you VTK build directory?
I don't see any issues in these files. Has vtk been successfully built? Can you check the `lib` directory under vtk binary folder, to see if the library binaries have...
For linux shared library binaries, you need to look for `.so` files. It looks like they are missing from the build folder. Those `.cmake` files are not binaries. Is there...