[Insight-users] ITk and Osirix Plugin

Ella Maria Kadas ella_kadas at yahoo.com
Wed Dec 8 10:28:02 EST 2010


Hi,
Another question: what does this line really mean. That i i have to do that in every file. like ".h" file and also ".mm" file something likeif i would like to do  #include "itkConnectedThresholdImageFilter.h"i would rather write:#define id Id
#include "itkConnectedThresholdImageFilter.h"	
#undef id
In every file that users ITK headers, you should also redefine the objective c keyword id, for example:

#define id Id
	#include "itkImage.h"
	#include "itkImportImageFilter.h"
#undef id




-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20101208/9dceee85/attachment.htm>


More information about the Insight-users mailing list