[Paraview-developers] How to write to the output window?

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Thu Dec 15 14:33:40 EST 2011


Try using the vtkErrorMacro() or vtkWarningMacro() ( or use
qWarning(), qCritical(), qDebug() in Qt code)

Utkarsh

On Thu, Dec 15, 2011 at 2:30 PM, Joe Ping-Lin Hsiao <phsiao at cs.unc.edu> wrote:
> Hi,
>
> I'd like to output debug information to the ParaView output windows
> for my C++ plugin.
> I tried to use cout but nothing shows up. Does anybody know how to do it?
>
> Thanks,
> Joe
> _______________________________________________
> Paraview-developers mailing list
> Paraview-developers at paraview.org
> http://public.kitware.com/mailman/listinfo/paraview-developers


More information about the Paraview-developers mailing list