-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tool to add MCM data on Tractography data #83
base: master
Are you sure you want to change the base?
Conversation
b3f19d7
to
afcf4f4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Request a test on MSVC
COMPONENT(DDI) \ | ||
|
||
#define GENERATE_ENUM(ENUM) ENUM, | ||
#define GENERATE_STRING(STRING) #STRING, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We must test this macro on MSVC.
@@ -10,21 +10,30 @@ | |||
#include <AnimaMCMBaseExport.h> | |||
#include <animaMCMConstants.h> | |||
|
|||
#define FOREACH_COMPONENT(COMPONENT) \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Macros are in themselves a bit ugly, but in multi lines it's worse.
Thanks @Florent2305. This PR should actually not be merged yet. More work is needed following discussions with @jcoloigner who I invite to join the conversation here. I also think we should think of a better more consistent naming convention. Since it is primarily related to fibers the tool should be name starting with |
New tool to add an interpolated MCM at each point of a collection of tracts.