[Paraview] Scalar bar modifications

2015-01-28 Thread Ian Krukow
Hi all, a colleague of mine is trying modify the scalar bar according to his preferences, and though he is almost there, there are two questions left open: 1. Is it possible to influence or remove the minor tick marks? He has not found any option to do that. 2. Why are the tick labels

Re: [Paraview] [ITK-users] compile itk (VTKGlue ON) with vtk from paraview

2015-01-28 Thread Dr. Roman Grothausmann
Hi Matt, On 26/01/15 17:54, Matt McCormick wrote: I do not think the Midas Journal will be able to build your plugin. OK, so I added a VTK test program. Is there a way to test if the automatic testing environment would be able to build and run my VTK test program BEFORE submitting the

Re: [Paraview] Scalar bar modifications

2015-01-28 Thread Cory Quammen
1. Is it possible to influence or remove the minor tick marks? He has not found any option to do that. In ParaView 4.3, you can remove the tick marks (Draw Tick Marks) and the minor tick marks (Draw Sub Tick Marks) in the color legend parameters dialog. This was added recently, so it might

Re: [Paraview] Fwd: Visualization in ParaView/VisIt

2015-01-28 Thread Martin Huarte Espinosa
Dear Armin and Dave: thanks for your replies. I will try. Martin. On Wed, Jan 28, 2015 at 2:30 PM, Armin Wehrfritz dkxl...@gmail.com wrote: For such kind of data I typically write a custom made XDMF [1] file. XDMF is basically a XML wrapper that contains the description of the HDF5 data

Re: [Paraview] Fwd: Visualization in ParaView/VisIt

2015-01-28 Thread Armin Wehrfritz
For such kind of data I typically write a custom made XDMF [1] file. XDMF is basically a XML wrapper that contains the description of the HDF5 data file. What comes in handy in your cases, is that you have the heavy data already in a HDF5 file. I typically write the XDMF file with a hand

Re: [Paraview] Fwd: Visualization in ParaView/VisIt

2015-01-28 Thread David E DeMarle
You should probably write an XDMF file ( http://www.xdmf.org/index.php/Main_Page) that describes the hdf5 file. Like a text file or a binary file, hdf5 files can contain anything, so the XDMF file adds a bit of helpful context. Here is a sample xdmf file that reads in three arrays from a named

Re: [Paraview] Scalar bar modifications

2015-01-28 Thread Ian Krukow
Exactly, what we were looking for. Thanks a lot! Ian Am 28.01.2015 um 13:54 schrieb Cory Quammen: 1. Is it possible to influence or remove the minor tick marks? He has not found any option to do that. In ParaView 4.3, you can remove the tick marks (Draw Tick Marks) and the minor tick

[Paraview] Glyphs/Streamlines

2015-01-28 Thread Fastl, Thomas
Hello Community, I am trying to view a vector field (one vector at each vertex stored as 'Point Data') in Paraview 4.2.0 using the 'Glyph' filter. After application of the filter and using the Glyph Type 'Line' I tried to scale these lines (all vectors are unity vectors) in length and

[Paraview] ParaView Seg Faults when running Animation in a Programmable Filter

2015-01-28 Thread Omid Mahabadi
Hi, I've been experiencing a very weird seg faults in various versions of ParaView (4.1.x, 4.2.0, 4.3.x) when running an animation (streaming over time) of my Programmable Filter. I'm not even sure this is a ParaView issue, but I'll still share my story in case someone has any insights that they

Re: [Paraview] Glyphs/Streamlines

2015-01-28 Thread David E DeMarle
Quick suggestions: 1 Click the gear icon or use the search field to find the glyph scaling in the advanced properties. 2 Apply the point to cell filter to spread the vector field throughout space so that the the advection algorithm sees values to move by. On Wednesday, January 28, 2015, Fastl,

Re: [Paraview] Writer plugin?

2015-01-28 Thread David Thompson
Hi Burlen, The WriterProxy may have a special file_name_method attribute that needs to be set. I'm not sure if that's required, optional, or long since obsolete since I haven't used our plugin in quite a while. I did see the file_name_method (and supports_parallel and parallel_only)

Re: [Paraview] Writer plugin?

2015-01-28 Thread Burlen Loring
The WriterProxy may have a special file_name_method attribute that needs to be set. I'm not sure if that's required, optional, or long since obsolete since I haven't used our plugin in quite a while. 13 WriterProxy name=vtkSQBOVWriter 14 class=vtkSQBOVWriter 15

[Paraview] Writer plugin?

2015-01-28 Thread David Thompson
Hi all, I have a ParaView plugin that contains a new writer which I would like to expose. However, while the plugin does properly expose a new view and representation, the writer does not appear to get added (when I try to save a vtkTable such as a statistics filter output, it doesn't appear

Re: [Paraview] Writer plugin?

2015-01-28 Thread Andy Bauer
I think you may be missing the FileName property. I thought that PV looked for that attribute to know that it should be classified as a writer. Also, you'll want to hide that property. So: StringVectorProperty name=FileName command=SetFileName

Re: [Paraview] Writer plugin?

2015-01-28 Thread David Thompson
Hi Andy, I think you may be missing the FileName property. I thought that PV looked for that attribute to know that it should be classified as a writer. Also, you'll want to hide that property. Adding the FileName property and hints did not work. Thanks, David So:

[Paraview] Extracting blocks from a large pvd file with Python

2015-01-28 Thread Matthew Jackson
Hello, I am trying to use Python to extract all of the files in a pvd file with the Extract Block filter. This loop takes too much time (over a minute) for pvd files containing more than about 100 entries, and is unusable for any pvd files that are much bigger. I have run out of ideas to speed

[Paraview] Problem with update propagation through Double Input Programmable filter, in Animation mode

2015-01-28 Thread Matthieu Heitz
Hi ! Here is my configuration: I have a programmable filter that has 2 inputs: - a vtkPolyData, which is an Animation (loaded from a series of files) - a vtkPolyData, which is static (loaded from 1 file) The filter takes some parameters in the 2nd input (single file), to ceate a transform, and

[Paraview] Fwd: Visualization in ParaView/VisIt

2015-01-28 Thread Martín Huarte E
Dear Paraview community: Good day. I need assistance on visualizing a matlab file? Any tips will be greatly appreciated. Thanks. Details: I need to visualize temperature distribution in a volume. The volume is a wedge-like slice of a hollow cylinder (shown in the attached schematic). The

[Paraview] Super build Problem

2015-01-28 Thread Joshua Murphy
I have posted this question once before, but everyone was probably busy with the 4.3.1 release… So here goes again. I am trying to build the superbuild on the NCAR visualization cluster Caldera for development work. I need to build 4.1.0, as I have not yet had time to update my tools to the