![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <vtkCommunicationErrorCatcher.h>
Public Member Functions | |
| vtkCommunicationErrorCatcher (vtkMultiProcessController *) | |
| vtkCommunicationErrorCatcher (vtkCommunicator *) | |
| virtual | ~vtkCommunicationErrorCatcher () |
| bool | GetErrorsRaised () const |
| const std::string & | GetErrorMessages () const |
Definition at line 19 of file vtkCommunicationErrorCatcher.h.
| vtkCommunicationErrorCatcher::vtkCommunicationErrorCatcher | ( | vtkMultiProcessController * | controller | ) |
Definition at line 23 of file vtkCommunicationErrorCatcher.cxx.
| vtkCommunicationErrorCatcher::vtkCommunicationErrorCatcher | ( | vtkCommunicator * | communicator | ) |
Definition at line 34 of file vtkCommunicationErrorCatcher.cxx.
|
virtual |
Definition at line 41 of file vtkCommunicationErrorCatcher.cxx.
|
inline |
Get the combined error messages.
Definition at line 33 of file vtkCommunicationErrorCatcher.h.
|
inline |
Get the status of errors.
Definition at line 28 of file vtkCommunicationErrorCatcher.h.