[Paraview] Xdmf based custom reader

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Mon Aug 30 09:13:19 EDT 2010


Sure, that sounds reasonable.

Utkarsh

On Mon, Aug 30, 2010 at 8:21 AM, Felipe Bordeu
<felipe.bordeu at ec-nantes.fr> wrote:
> Hello,
>
> I am writing a reader based in the xdmf format. Actually mi data is store in
> the xdmf format, but the solution must be reconstructed before been
> displayed.
>
> A use the vtkXdmfDocument to read the data, then inside the vtkMyReader
> class I going to reconstruct the solution.
>
> But the vtkXdmfHeavyData class needs a vtkXdmfReader in the constructor.
> (the pointer to the reader is used only for errors and warnings).
>
> vtkErrorWithObjectMacro(this->Reader, ...
> vtkWarningWithObjectMacro(this->Reader, ...
>
> Can I change the pointer class inside the vtkXdmfHeavyData class from
>  "vtkXdmfReader* Reader;" to "vtkAlgorithm* Reader;" ??????
>
>
> --
>
> Felipe
>
> _______________________________________________
> 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 the ParaView Wiki at:
> http://paraview.org/Wiki/ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://www.paraview.org/mailman/listinfo/paraview
>


More information about the ParaView mailing list