[vtkusers] problems with specific classes dsuring wrapping

John Biddiscombe jbiddiscombe at skippingmouse.co.uk
Wed May 29 07:00:07 EDT 2002


Wrap any unusual code between

//BTX
 unusual sparsematrix code here, also any functions which have parameters or
returns of sparsematrix type
//ETX

//BTX
you can use it several times in the code without trouble
//ETX

JB


----- Original Message -----
From: "alexandre gouaillard" <alexandre.gouaillard at insa-lyon.fr>
To: <vtkusers at public.kitware.com>
Sent: Wednesday, May 29, 2002 6:44 AM
Subject: [vtkusers] problems with specific classes dsuring wrapping


> hi all
>
> someone i'm working with devellopped a vtk compliant class, some kind of
> filter which inherit from polydata to polydata filter class.
> Compiling and making it working along with vtk was done quite easily, but
> wrapping in tcl seems to cause some problems.
>
> The problem seems to come from the usage of private class (sparsematrix)
in
> the declaration.
> the parsing process begin, but stop on the declaration of two arrays of
this
> class with a "parse error" message.
> Could someone help me with this ?
> bytheway, could one of the guru teach me what is done exactly during the
> wrapping process? it s not really documented in the manual.
>
> alex
>
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at:
<http://public.kitware.com/cgi-bin/vtkfaq>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers




More information about the vtkusers mailing list