[Paraview] batch create thumbnails for multiple .vtk files?

2011-01-05 Thread Rob Nugen
When in the course of human events it becomes necessary for one person to visualize the .vtk files which have been collected from another, and to assume among the powers of the server that the separate and manual loading of each would cause undue stress upon the user, a decent respect to the opinio

Re: [Paraview] batch create thumbnails for multiple .vtk files?

2011-01-05 Thread David Doria
On Wed, Jan 5, 2011 at 4:49 AM, Rob Nugen wrote: > When in the course of human events it becomes necessary for one person > to visualize the .vtk files which have been collected from another, > and to assume among the powers of the server that the separate and > manual loading of each would cause

Re: [Paraview] batch create thumbnails for multiple .vtk files?

2011-01-05 Thread David Doria
> This should do the trick: > http://paraview.org/Wiki/Take_a_Screenshot_of_a_VTP_File > (linked to from here: http://paraview.org/Wiki/Python_recipes (this > could use some organizing) ). > > Or you probably don't need Paraview at all for this - why not use VTK > directly? > > http://www.vtk.org/

Re: [Paraview] Set/GetInputArrayToProcess with 2 input ports

2011-01-05 Thread Utkarsh Ayachit
The array-information indices should not be repeated. You're using index 1 for both array informations. Just change the 2nd one to 2 (updating the xml default values as well as when you call GetInputArrayToProcess()). Utkarsh On Tue, Jan 4, 2011 at 5:43 PM, Winters, Kevin D. ERDC-CHL-MS wrote:

Re: [Paraview] Error when reading large XMLUnstructuredData file

2011-01-05 Thread Berk Geveci
This won't work. To write a dataset in parallel, you need to use a partitioning filter such as D3 (vtkDistributedDataFilter). Try opening the example dataset in ParaView, applying D3 and then saving as pvtu. Ideally, you would directly write the data partitioned from the simulation. One partition p

Re: [Paraview] batch create thumbnails for multiple .vtk files?

2011-01-05 Thread Rob Nugen
HI David Thanks for the links!! Do you know if the code at http://www.vtk.org/Wiki/VTK/Examples/Cxx/Utilities/Screenshot is designed to be compiled and run from command line? If so, then I think it can do the trick if I feed it filenames with a bash script... cheers - Rob On Wed, Jan 5,

Re: [Paraview] batch create thumbnails for multiple .vtk files?

2011-01-05 Thread Robert Maynard
That example will create an executable that can be run from the command line. On Wed, Jan 5, 2011 at 9:35 AM, Rob Nugen wrote: > HI David > > Thanks for the links!! Do you know if the code at > http://www.vtk.org/Wiki/VTK/Examples/Cxx/Utilities/Screenshot is > designed to be compiled and run fro

[Paraview] Re : Multiple selections: points and cells

2011-01-05 Thread R M
And if I develop a specific selection plugin. I can see in the "VTK User'guide" book in "13.4 Selections" page 291 and here: http://www.kitware.com/products/html/SelectionsInVTK.html "vtkSelection is a container class holding one or more vtk-SelectionNode objects. Each node contains information

[Paraview] [paraviewweb] trouble with paraviewweb on windows

2011-01-05 Thread Pjotr Svetachov
Hello everyone, I have compiled paraviewweb with visual studio on a windows 7 machine but I'm not able to produce any renderings. None of the samples work except PWService. All the other applications seem to hang, I can see all the widgets fine but I can not click on any of them. In the Sandbox ev

Re: [Paraview] [paraviewweb] trouble with paraviewweb on windows

2011-01-05 Thread Utkarsh Ayachit
Pjotr, We haven't tested ParaViewWeb with Windows server yet. We currently only support Mac and Linux based server machines. Utkarsh On Wed, Jan 5, 2011 at 11:26 AM, Pjotr Svetachov wrote: > Hello everyone, > > I have compiled paraviewweb with visual studio on a windows 7 machine > but I'm not

Re: [Paraview] batch create thumbnails for multiple .vtk files?

2011-01-05 Thread Rob Nugen
Great Robert; thanks so much! Thank you again, David, for bringing it to my attention! You're right; we didn't need Paraview at all! Thank you for simplifying the problem. :-) cheers - Rob On Wed, Jan 5, 2011 at 23:45, Robert Maynard wrote: > That example will create an executable

[Paraview] Error when compiling a reader plugin

2011-01-05 Thread 陈彬斌
Hi: I encounted a error described below when compiling a reader plugin with VS2005. *** SYNTAX ERROR found in parsing the header file E:/a/SgnReader/vtkSgnReader.h before line 23 *** Project : error PRJ0019: A tool returned an error code from "Generating vtkSgnReaderClientServer.cxx" I have chec