Re: [Paraview] Shapefiles?

2014-11-06 Thread Takuya OSHIMA
Hi Mark, vtkGDALVectorReader has been in the ParaView source tree for quite a while. You however have to explicitly turn on the reader by CMake configuration (Module_vtkIOGDAL) and build ParaView with GDAL. Furthermore, you need to write a simple XML plugin and load it to expose the reader to the

[Paraview] Passing group of flags to all TUs

2014-11-06 Thread Gonzalo Brito Gadeschi
I'm trying to install paraview from source using: CC=clang CXX=clang++ CXXFLAGS=-nostdinc++ -stdlib=libc++ -I${LIBCXX_INCLUDE} -L${LIBCXX_LIB} cmake $PV_SRC \ -DBUILD_DOCUMENTATION:BOOL=ON \ -DBUILD_SHARED_LIBS:BOOL=ON \ -DCMAKE_BUILD_TYPE:STRING=Release \

Re: [Paraview] Shapefiles?

2014-11-06 Thread Vanmoer, Mark W
Hi Takuya, Thank you, enabling the module and writing the XML worked fine. Mark -Original Message- From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf Of Takuya OSHIMA Sent: Thursday, November 06, 2014 3:02 AM To: paraview@paraview.org Subject: Re: [Paraview] Shapefiles?

[Paraview] PDF-Export

2014-11-06 Thread yannic . eichler
Hello, I´m working in the area of Numerical Computational Engineering and we want to use Paraview to visualize our simulation results. To add a scene from Paraview to a documentation we need to export this scene to a PDF-file. At the moment if we export, a PDF-file will be created, but

Re: [Paraview] The use of paraview's parallel

2014-11-06 Thread David E DeMarle
To test if paraview is using the entire set of nodes: * connect the client to the pvserver mpi job, * open up views-Memory inspector. You should then see as many processors as their are on the system, plus the client. Next create a Sources-Sphere and apply the Filters-Process Id scalars filter.

Re: [Paraview] PDF-Export

2014-11-06 Thread David Lonie
What settings are you using for the export? This wiki page explains what the options do, and what the limitations of the exporter are: http://www.paraview.org/Wiki/ParaView/Vector_Graphics_Export The grey coloring sounds like there's a texture mapped surface being rendered, which cannot be

Re: [Paraview] Default filter specification

2014-11-06 Thread Samuel Key
Daniel, Paraview (under the FILE drop-down menu) has a SAVE STATE/LOAD STATE feature. One starts by loading simulation results, Next, one uses the imaging capabilities and filters to get the information displayed that highlights the significant results. The final step is to use the FILE