Re: [Paraview] How can I tell that Allocate succeeded?

2008-08-25 Thread Burlen Loring
Hi John, If the call to Allocate fails it will not return. If VTK/Paraview has been built in Release mode, then a vtkstd::bad_alloc() exception is thrown when the Allocate call fails. Otherwise, if VTK/Paraview has been built in Debug mode, abort is called. This behavior comes from within

Re: [Paraview] Vis template by changing reader file names?

2008-08-25 Thread Eric E. Monson
Hey again, Okay, I just saw a partial answer on the ParaView FAQ Why can't I change the filename on my reader?. If other people have a similar situation, though, with trying to set up and change files using a template for a more complicated, multiple-file visualization, I'd appreciate it

Re: [Paraview] Can sources use filenames in property panels?

2008-08-25 Thread Samuel Crow
Thanks! --- On Mon, 8/25/08, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: From: [EMAIL PROTECTED] [EMAIL PROTECTED] Subject: Re: [Paraview] Can sources use filenames in property panels? To: paraview@paraview.org, [EMAIL PROTECTED] Date: Monday, August 25, 2008, 8:27 PM I just committed a