Re: [Paraview] Writing XML VTK Binary files from C++

2017-12-03 Thread Stegmeier, Nicholas
Hello again Mark, I have been working on implementing the binary "inline" option for my VTK XML files. I looked through the OpenFOAM code that you suggested and am having trouble interpreting it. Would you be able to give me a hint as to where I should be looking in foamVtkBase64Layer? For

[Paraview] Visualize point cloud UDP stream

2017-12-03 Thread FIXED-TERM Eberle Lukas (CC-PS/ECL5)
To whom it may concern, I would like to visualize a real-time point cloud stream in Paraview. Up to now I have implemented a "Programmable Source" in Paraview which receives a point cloud stream over UDP. The output of the source is selected as vtkTable. I process the source with a Table To

[Paraview] need a small working source code for testing OpenFOAM reader

2017-12-03 Thread SeongMo
Hi, I am trying to work on the vtkOpenFOAMReader class to add a support for decomposedBlockData introduced in OpenFOAM 5.x. I need a small testing code which should invoke OpenFOAMReader's requestInformation and requestData function so check and trace how the reader is working. But I am