Hi, I’d like to use python supported itkDeformableSimplexMesh3DGradientConstraintForceFilter, itkDeformableSimplexMesh3DFilter, itkDeformableSimplexMesh3DBalloonForceFilter in ITK 5.2.1. I try to add CMakeLists.txt and warp files. When I build the source code, errors appear. Are my configurations wrong? Thanks in advance.
Probable reason is that MeshToMeshFilter is not instantiated for SimplexMesh
. You should add extra instantiations for SimplexMesh
, similar how extra instantiations for ImageToImageFilter
are done in CurvilinearArraySpecialCoordinatesImageFilters.
1 Like