[Paraview] Extending pqAutoGeneratedObjectPanel for custom reader?

Karl König kkoenig11 at web.de
Tue Sep 29 09:03:45 EDT 2009


Utkarsh,

Could you please define "is created as expected"?
As far as I define it, it is:
The plugin gets successfully loaded, the file extension *.foo appears in the list of supported file types, when opening such a *.foo file the reader itself is definitely called as both FooReader::RequestInformation and FooReader::RequestData print messages to the screen using std:cout. But the panel remains unaltered.

If it makes things easier, I could post the complete package which can be tested using copy-and-paste like this:
  tar -xvzf FooReader.tar.gz
  cd FooReader
  mkdir build
  cd build
  cmake .. -DCMAKE_BUILD_TYPE:STRING=Debug -DParaView_DIR:STRING=<path to paraview cvs build>
  make
  gdb --args paraview --data=../sampleinputfiles/sametimes..foo

Karl

> Are you sure the FooReader proxy is created as expected when you open
> the file you want to read?
> 
> Utkarsh
> 

______________________________________________________
GRATIS für alle WEB.DE-Nutzer: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://movieflat.web.de



More information about the ParaView mailing list