[Paraview] Extending pqAutoGeneratedObjectPanel for custom reader?

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Tue Sep 29 09:08:56 EDT 2009


That'd be great if you can post the tar ball. Makes it easier to debug.

Thanks
Utkarsh

On Tue, Sep 29, 2009 at 9:03 AM, Karl König <kkoenig11 at web.de> wrote:
> 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