When using ITK modules binding in cmake based on :
find_package(ITK REQUIRED COMPONENTS
ITKCommon
etc.
)
how do I determine which header in which module/component it belongs to? Where is a comprehensive list of all modules in ITK? Not asking about cmake groups during buiding which seems unrelated
thanks indeed the script will be helpful, there is a similar one for VTK. Also I was aware I can check doxygen per header I include but that is cumbersome, is there an overview of which class to which module it belongs? The cmake build modules and the actual modules in itk it seems also in mismatch.