[Insight-users] Java wrapping : other than default c++ template instantiatons

Karthik Krishnan Karthik.Krishnan at kitware.com
Thu Mar 23 10:44:02 EST 2006


Take  look at http://www.itk.org/Wiki/ITK_Scripting

You'll need to add WRAP_OBJECT macros to CSWig/CommonA or whereever
appropriate and add new files to the CMakeLists.txt so config files are
generated for them.

-karthik

On Thu, 2006-03-23 at 13:18 +0000, a.bongers at mediri.com wrote:
> Hi,
> 
> I'm trying to wrap ITK for Java. Since I want to use higher dimensions
> of the itk objects (e.g. unsigned short in 5 Dimensions), I need to
> change the default settings for the java wrapping for swig. In other
> words, I would like to change the settings how the c++ templates are
> instantiated for the wrapping.
> Since I do not really know where (and how) I can set the classes that are
> going to be instantiated as java wrapper classes and I did not find any
> documentation on thet eithe I hope anybody in here could help me.
> 
> I already looked through the ".i" files in the cswig folder but
> couldn't find where swig is told how to instantiate the c++templates.
> The default instantiation of 2D and 3D classes works fine.
> 
> Thanks very much
> 
> Andre
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users



More information about the Insight-users mailing list