overloads that allow providing information about the filename and lineno generating the message.
| 853 | // overloads that allow providing information about the filename and lineno |
| 854 | // generating the message. |
| 855 | class vtkObject; |
| 856 | extern VTKCOMMONCORE_EXPORT void vtkOutputWindowDisplayErrorText( |
| 857 | const char*, int, const char*, vtkObject* sourceObj); |
| 858 | extern VTKCOMMONCORE_EXPORT void vtkOutputWindowDisplayWarningText( |
no outgoing calls