From: nico r. <nic...@gm...> - 2006-08-18 21:22:13
|
In the current version, geostat algorithms are not supposed to create new objects... I had the same problem recently and decided to modify the API so enable that. I haven't put the code on cvs yet, but it should be done by monday. In the new API, Geostat_algo::execute takes an extra parameter: GsTL_project* proj. At the end of the execute function, you would need to add: if( proj ) proj->new_object( "new object name"); Nicolas On 8/18/06, RENARD Philippe <Phi...@un...> wrote: > > Hi ! > > I have a function that creates a point sets. I wonder how I can tell to > the sgems interface that the point set has been created and that it > should be added on the list of objects in the Objects panel ? > > Thanks ! > > Best regards, > Philippe > > -------------------------------------------- > Philippe Renard > Centre for Hydrogeology > University of Neuchatel, Switzerland > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Sgems-devel mailing list > Sge...@li... > https://lists.sourceforge.net/lists/listinfo/sgems-devel > |