<div dir="ltr">Hi,<div>Thanks for your messages the pointers. I still have some issues. Here is the attached code snippets which throws me error messages. I am bit clueless what I am missing here.<div><br></div><div>Thanks,</div><div>Chiranjib</div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jul 12, 2016 at 8:09 PM, RIVERA ROLDAN, Jorge Orlando <span dir="ltr"><<a href="mailto:Orlando.RIVERA@mtu.de" target="_blank">Orlando.RIVERA@mtu.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
<br>
Also , check if   "setVariable" is   in  the public section of your class<br>
<br>
Orlando<br>
<br>
-----Ursprüngliche Nachricht-----<br>
Von: Paraview-developers [mailto:<a href="mailto:paraview-developers-bounces@paraview.org">paraview-developers-bounces@paraview.org</a>] Im Auftrag von Cory Quammen<br>
Gesendet: Tuesday, 12. July 2016 15:37<br>
An: Chiranjib Sur<br>
Cc: Paraview Developer Mailing list<br>
Betreff: Re: [Paraview-developers] paraview PVSessionCore error<br>
<div><div class="h5"><br>
Chiranjib,<br>
<br>
Usually this error means there is a mismatch between the XML used to<br>
describe the VTK-side class. Check that your XML name for the member<br>
function matches the C++, and that the member function setVariable()<br>
takes only one value.<br>
<br>
Cory<br>
<br>
On Tue, Jul 12, 2016 at 1:22 AM, Chiranjib Sur <<a href="mailto:sur.chiranjib@gmail.com">sur.chiranjib@gmail.com</a>> wrote:<br>
> Hi,<br>
> I am trying to implement a new filter in ParaView and I get the following<br>
> error while executing.<br>
><br>
> vtkPVSessionCore (0x162d180): Object type: MyObjectSource, could not find<br>
> requested method: "setVariable"<br>
> or the method was called with incorrect arguments.<br>
><br>
> while processing<br>
> Message 0 = Invoke<br>
>   Argument 0 = vtk_object_pointer {MyObjectSource(0x34b3870)}<br>
>   Argument 1 = string_value {setVariable}<br>
>   Argument 2 = float64_value {0.003}<br>
><br>
><br>
> I searched the mailing list and it looks like a very similar bug has been<br>
> reported<br>
> <a href="http://www.paraview.org/Bug/view.php?id=15593" rel="noreferrer" target="_blank">http://www.paraview.org/Bug/view.php?id=15593</a><br>
><br>
><br>
> People have faced similar problem and here are the details<br>
> <a href="http://public.kitware.com/pipermail/paraview/2016-March/036387.html" rel="noreferrer" target="_blank">http://public.kitware.com/pipermail/paraview/2016-March/036387.html</a><br>
><br>
> Is there a solution of work-around?<br>
><br>
> Chiranjib<br>
><br>
> _______________________________________________<br>
> Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
><br>
> Visit other Kitware open-source projects at<br>
> <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
><br>
> Search the list archives at:<br>
> <a href="http://markmail.org/search/?q=Paraview-developers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=Paraview-developers</a><br>
><br>
> Follow this link to subscribe/unsubscribe:<br>
> <a href="http://public.kitware.com/mailman/listinfo/paraview-developers" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/paraview-developers</a><br>
><br>
<br>
<br>
<br>
--<br>
Cory Quammen<br>
R&D Engineer<br>
Kitware, Inc.<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=Paraview-developers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=Paraview-developers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview-developers" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/paraview-developers</a><br>
--<br>
</div></div>MTU Aero Engines AG<br>
Vorstand/Board of Management: Reiner Winkler, Vorsitzender/CEO; Dr. Rainer Martens, Michael Schreyoegg<br>
Vorsitzender des Aufsichtsrats/Chairman of the Supervisory Board: Klaus Eberhardt<br>
Sitz der Gesellschaft/Registered Office: Muenchen<br>
Handelsregister/Commercial Register: Muenchen HRB 157206<br>
<br>
Diese E-Mail sowie ihre Anhaenge enthalten MTU-eigene vertrauliche oder rechtlich geschuetzte Informationen.<br>
Wenn Sie nicht der beabsichtigte Empfaenger sind, informieren Sie bitte den Absender und loeschen Sie diese<br>
E-Mail sowie die Anhaenge. Das unbefugte Speichern, Kopieren oder Weiterleiten ist nicht gestattet.<br>
<br>
This e-mail and any attached documents are proprietary to MTU, confidential or protected by law.<br>
If you are not the intended recipient, please advise the sender and delete this message and its attachments.<br>
Any unauthorised storing, copying or distribution is prohibited.<br>
</blockquote></div><br></div>