[Paraview] ParaView Plugin .xml how to

2012-06-07 Thread Tuan Ha Tran
Hi everybody, I have another question, I hope that you can help me. So, my class vtkOtsuSphereSource has an attribute name "OpThreshold" of type double. I want to Set it value using ParaView. I followed an tutorial from which I can get my job done by adding some tab in my .xml fil

Re: [Paraview] ParaView Plugin .xml how to

2012-06-07 Thread Tuan Ha Tran
your help. - Original Message - From: Tuan Ha Tran To: paraview-develop...@paraview.org, paraview@paraview.org Sent: Thu, 07 Jun 2012 16:45:22 +0200 (CEST) Subject: [Paraview] ParaView Plugin .xml how to Hi everybody, I have another question, I hope that you can help me. So

Re: [Paraview] ParaView Plugin .xml how to

2012-06-07 Thread David E DeMarle
t; Thank you from my heart for your help. > > > > - Original Message - > From: Tuan Ha Tran > To: paraview-develop...@paraview.org, paraview@paraview.org > Sent: Thu, 07 Jun 2012 16:45:22 +0200 (CEST) > Subject: [Paraview] ParaView Plugin .xml how to > > Hi everybody

Re: [Paraview] ParaView Plugin .xml how to

2012-06-07 Thread Tuan Ha Tran
ent: Thu, 07 Jun 2012 17:21:55 +0200 (CEST) Subject: Re: [Paraview] ParaView Plugin .xml how to Your c++ class has: double calculateOptimalThreshold(vtkImageData *voi) But your xml property specification says paraview should call this: void calculateOptimalThreshold(double *argument) To pass in

Re: [Paraview] ParaView Plugin .xml how to

2012-06-07 Thread Yumin Yuan
On Thu, Jun 7, 2012 at 11:44 AM, Tuan Ha Tran wrote: > That really helpful your reply. > But, I always have errors with > === > >     number_of_elements ="1" default_values="0"> >     >     And normaly, I can entre a value in a box in ParaVie

Re: [Paraview] ParaView Plugin .xml how to

2012-06-08 Thread Tuan Ha Tran
: Yumin Yuan To: Tuan Ha Tran Cc: David E DeMarle , paraview-develop...@paraview.org, paraview@paraview.org Sent: Thu, 07 Jun 2012 17:53:02 +0200 (CEST) Subject: Re: [Paraview] ParaView Plugin .xml how to On Thu, Jun 7, 2012 at 11:44 AM, Tuan Ha Tran wrote: > That really helpful your reply. >