When I modify classes in the VTK core, I sometimes need to modify the Wrapping 
hints, by adding something along the lines of

vtkMySuperWonderClass            GetNormal                         307  3

which is ok, for a GetNormal which looks like this.
    vtkGetVector3Macro(Normal, double);

Is it possible to specify hints for ClientServerWrapping inside plugins?

JB


--
John Biddiscombe,                            email:biddisco @ cscs.ch
http://www.cscs.ch/
CSCS, Swiss National Supercomputing Centre  | Tel:  +41 (91) 610.82.07
Via Cantonale, 6928 Manno, Switzerland      | Fax:  +41 (91) 610.82.82

_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to