Re: [Paraview] Catalyst distributed graph example

2017-09-13 Thread Jeff Baumes
vtkMutableDirectedGraph has an API that is hopefully pretty intuitive with AddVertex, AddEdge, etc. You can also shallow-copy from the mutable graph into a DAG object, which performs a check, if it is important to verify you

Re: [Paraview] h5 reader not avaialable?

2011-04-07 Thread Jeff Baumes
On Thu, Apr 7, 2011 at 7:51 AM, Biddiscombe, John A. biddi...@cscs.chwrote: Dave One way to go about making an automatic reader that should cut down on development time would be to write a utility to produce xdmf files from the content of arbitrary h5 files.

Re: [Paraview] visualization of neural network activity

2010-11-16 Thread Jeff Baumes
/listinfo/paraview -- Jeff Baumes, Ph.D. Technical Lead, Kitware Inc. (518) 881-4932 ___ 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 check

Re: [Paraview] Crash using openmpi with more than 4 processes

2010-02-05 Thread Jeff Baumes
Just a thought: Have you tried an entirely clean rebuild? Someone got an error similar to this before and it went away after a rebuild. Jeff On Fri, Feb 5, 2010 at 10:32 AM, Bart Janssens bart.janss...@rma.ac.be wrote: On Thursday 04 February 2010 09:33:24 pm you wrote: What about Valgrind?

Re: [Paraview] OverView 0.7.0 alpha: empty Data menu with Xcode build target

2009-10-26 Thread Jeff Baumes
Interestingly, building OverView for Windows XP using the MinGW/Msys target in CMake suffers the same problem. My first MinGW attempt failed (see http://www.cmake.org/pipermail/paraview/2009-August/013379.html) but I was able to get everything to compile by building HDF5 outside the

Re: [Paraview] building ParaView/OverView for Windows XP with MinGW

2009-08-27 Thread Jeff Baumes
open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview -- Jeff Baumes, Ph.D. RD

Re: [Paraview] Streaming ParaView

2009-07-06 Thread Jeff Baumes
this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview -- Jeff Baumes, Ph.D. RD Engineer, Kitware Inc. (518) 881-4932 jeff.bau...@kitware.com ___ Powered by www.kitware.com Visit other Kitware open-source projects

Re: [Paraview] VTK ImageData File

2009-05-01 Thread Jeff Baumes
://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview -- Jeff Baumes, Ph.D. RD Engineer, Kitware Inc. (518) 881-4932 jeff.bau...@kitware.com ___ Powered by www.kitware.com Visit

Re: [Paraview] problems with repeatable input to filter

2009-02-20 Thread Jeff Baumes
void vtkBlahFilter::SetDataSet1Connection(vtkAlgorithmOutput* algOutput) { this-SetInputConnection(0, algOutput); } void vtkBlahFilter::SetDataSet2Connection(vtkAlgorithmOutput* algOutput) { this-SetInputConnection(0, algOutput); } Burlen's code looks right, but I believe the

Re: [Paraview] [InfoVis] FW: vtkTree file problem with Paraview

2008-12-02 Thread Jeff Baumes
with overview but it happen the same. Thank you Matteo -- End of Forwarded Message ___ Infovis mailing list [EMAIL PROTECTED] http://public.kitware.com/cgi-bin/mailman/listinfo/infovis -- Jeff Baumes, Ph.D. RD Engineer, Kitware Inc