Re: [Paraview] XDMF and AMR grids

2013-11-25 Thread John Haiducek
R datasets. Dave > is working on a newer version. Dave, will the new version have support > for AMR datasets? > > > Utkarsh > > On Mon, Nov 25, 2013 at 2:13 PM, John Haiducek wrote: > > > > On Nov 25, 2013, at 11:25 AM, John Haiducek wrote: > > > >

Re: [Paraview] XDMF and AMR grids

2013-11-25 Thread John Haiducek
On Nov 25, 2013, at 11:25 AM, John Haiducek wrote: > Is there a way to store an AMR grid in XDMF format so that Paraview > understands it? There was a post on this list in 2011 about doing this using > a SubSet grid type in the XDMF file (titled “SubSet grid type in Xdmf”). One

[Paraview] XDMF and AMR grids

2013-11-25 Thread John Haiducek
turn off the lower resolution levels. Is that still the recommended method? John Haiducek ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and

Re: [Paraview] Volume rendering of CSV data

2010-11-16 Thread John Haiducek
Whoops, I meant unstructured grid in that first paragraph. There's a filter called "Merge blocks" or something like that which will get you an unstructured grid. Tetrahedralize will do it too. Resampling shouldn't be too hard in Python. You can create a vtkStructuredPoints grid and then resample y

Re: [Paraview] Volume rendering of CSV data

2010-11-16 Thread John Haiducek
now a way to do that inside of paraview; I wrote a program in C++ to do it but the input wasn't a CSV file. John Haiducek On Nov 16, 2010 12:38 PM, "Pablo Bianucci" wrote:> Hello, > > This is probably a FAQ, but I could not find a procedure that worked for me. > I have

[Paraview] Reloading Plot3D data during animation

2010-11-15 Thread John Haiducek
file from a Python script. Even then, pvbatch seems to ignore changes to the q file name after the first frame has been rendered. I'm setting it using: grid_p3d.QFileName='/path/to/qfile.p3d' Can anyone tell me what I need to do to load the other Plot3

Re: [Paraview] Building a ParaView plugin

2010-11-10 Thread John Haiducek
ort > LD_LIBRARY_PATH=/path/containing/libvtkCommon.so.pv3.8:$LD_LIBRARY_PATH > > > Cheers, > Pete > > On Mon, Nov 8, 2010 at 3:13 PM, John Haiducek wrote: > >> Thanks for the tip, Utkarsh. >> >> Now I'm having some difficulty with CMake (I've n

Re: [Paraview] Building a ParaView plugin

2010-11-09 Thread John Haiducek
Is there anyone who's familiar with CMake and can explain to me why the generated makefiles can't find my vtk libraries? On Mon, Nov 8, 2010 at 3:13 PM, John Haiducek wrote: > Thanks for the tip, Utkarsh. > > Now I'm having some difficulty with CMake (I've n

Re: [Paraview] Building a ParaView plugin

2010-11-08 Thread John Haiducek
n. > > Refer to the Wiki for additional details: > http://www.paraview.org/Wiki/Plugin_HowTo#Adding_a_new_VTK_filter > > Utkarsh > > On Mon, Nov 8, 2010 at 2:47 PM, John Haiducek wrote: > > I downloaded a new vtk class (vtkAddTetraLayer) from > > http://www.vision.ee.et

[Paraview] Building a ParaView plugin

2010-11-08 Thread John Haiducek
access this new class from ParaView without recompiling VTK and ParaView from scratch? John Haiducek ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topi

[Paraview] How do I save an animation from a python script?

2010-11-04 Thread John Haiducek
I want to save an animation from a python script using pvbatch or pvpython. Is there a python command for saving an image sequence, or do I need to repeatedly change frames and call WriteImage() each time? John Haiducek ___ Powered by www.kitware.com

[Paraview] Set volume mapper in python API

2010-10-29 Thread John Haiducek
How do I select a volume mapper from the python API? I want to use raycasting rather than the default projected tetrahedra. John Haiducek ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource

Re: [Paraview] paraview.simple documentation

2010-10-27 Thread John Haiducek
ial (http://paraview.org/Wiki/ParaView/Python_Scripting) > serves as a good starting point. After which you can simply do the > following: > > > import paraview.simple > > help(paraview.simple) > > Utkarsh > > On Wed, Oct 27, 2010 at 10:44 AM, John Haiducek > wrot

[Paraview] Volume rendering vtkStructuredPoints

2010-10-22 Thread John Haiducek
I used a vtkProbeFilter to resample an unstructured grid dataset onto a vtkStructuredPoints, which I then tried to volume render in Paraview. The result is attached. Paraview seems to be ignoring the vtkValidPointMask and instead rendering every point whether it is valid or not. Is there some way t