#include <vtkWin32ProcessOutputWindow.h>
Inheritance diagram for vtkWin32ProcessOutputWindow:
vtkWin32ProcessOutputWindow executes a process and sends messages to its standard input pipe. This is useful to have a separate process display VTK errors so that if a VTK application crashes, the error messages are still available.
Definition at line 42 of file vtkWin32ProcessOutputWindow.h.
Public Types | |
typedef vtkOutputWindow | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
virtual void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | DisplayText (const char *) |
Static Public Member Functions | |
int | IsTypeOf (const char *type) |
vtkWin32ProcessOutputWindow * | SafeDownCast (vtkObject *o) |
vtkWin32ProcessOutputWindow * | New () |
Protected Member Functions | |
vtkWin32ProcessOutputWindow () | |
~vtkWin32ProcessOutputWindow () | |
int | Initialize () |
void | Write (const char *data, int length) |
Protected Attributes | |
HANDLE | OutputPipe |
int | Broken |
unsigned int | Count |
|
Reimplemented from vtkOutputWindow. Definition at line 45 of file vtkWin32ProcessOutputWindow.h. |
|
|
|
|
|
Reimplemented from vtkOutputWindow. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkOutputWindow. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkOutputWindow. |
|
Reimplemented from vtkOutputWindow. |
|
This is a singleton pattern New. There will only be ONE reference to a vtkOutputWindow object per process. Clients that call this must call Delete on the object so that the reference counting will work. The single instance will be unreferenced when the program exits. Reimplemented from vtkOutputWindow. |
|
Print ObjectFactor to stream. Reimplemented from vtkOutputWindow. |
|
Send text to the output window process. Reimplemented from vtkOutputWindow. |
|
|
|
|
|
Definition at line 60 of file vtkWin32ProcessOutputWindow.h. |
|
Definition at line 63 of file vtkWin32ProcessOutputWindow.h. |
|
Definition at line 66 of file vtkWin32ProcessOutputWindow.h. |