|
[Sponsors] |
March 31, 2009, 05:46 |
ParaView reader plugin
|
#1 |
New Member
Matt
Join Date: Mar 2009
Location: Denmark
Posts: 1
Rep Power: 0 |
I'm trying to add a customized reader into ParaView 3.4.0. I have followed the instructions on http://www.paraview.org/Wiki/ParaView:Build_And_Install and successfully compiled my own version of PV 3.4.0. I have also created the necessary files according to http://www.paraview.org/Wiki/Plugin_HowTo for my new reader, including MyReader.xml, MyReaderGUI.xml, MyReader.cxx, MyReader.h, and CMakeLists.txt. These I have located in a directory C:\ParaView\3.4.0\Plugins\MyPlugin where C:\ParaView\3.4.0\ is my build directory for PV.
What I don't understand is how to actually create the plugin from all of this. I'm working on Windows and have Visual Studio 2005 as my compiler. I have tried using CMake with the source code location as C:\ParaView\3.4.0\Plugins\MyPlugin but it seems to revert to C:\ParaView\3.4.0\ when it actually runs. It seems that the issue is getting my plugin recognized as a "project" inside VS2005 so I can make it into a .dll file, which in turn can be used by PV. I would appreciate any help on this problem. |
|
April 1, 2009, 04:32 |
|
#2 |
Senior Member
Mark Olesen
Join Date: Mar 2009
Location: https://olesenm.github.io/
Posts: 1,715
Rep Power: 40 |
Since your question is about creating your own paraview plugin and not about OpenFOAM, I'd suggest that you try on the paraview list.
|
|
Tags |
paraview plugin reader |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[OpenFOAM] Decomposed multiregion cases in Paraview with native reader | Yann | ParaView | 2 | January 16, 2019 06:48 |
Updated native OpenFOAM reader for ParaView 5.3 | opencfd | OpenFOAM Announcements from ESI-OpenCFD | 4 | July 13, 2017 11:14 |
[General] Paraview Binary and OSPray plugin | Prapanchnair | ParaView | 0 | May 27, 2016 07:26 |
[General] Plugin for ParaView to open .neu | File | ParaView | 0 | March 8, 2013 12:37 |
OF 1.6 | Ubuntu 9.10 (64bit) | GLIBCXX_3.4.11 not found | piprus | OpenFOAM Installation | 22 | February 25, 2010 14:43 |