![]() |
SMILX
1.01
|
Object for intercepting errors thrown by VTK based readers. More...
#include <milxGlobal.h>
Public Member Functions | |
| vtkTypeMacro (vtkErrorWarning, vtkCommand) | |
| const char * | GetMessage () |
| bool | HasFailed () |
| bool | ReportsFailure () |
| void | Initialize () |
| vtkTypeMacro (vtkErrorWarning, vtkCommand) | |
| const char * | GetMessage () |
| bool | HasFailed () |
| bool | ReportsFailure () |
| void | Initialize () |
Static Public Member Functions | |
| static vtkErrorWarning * | New () |
| Standard VTK Object Factory. | |
| static vtkErrorWarning * | New () |
Protected Attributes | |
| bool | m_ErrorEncountered |
| bool | m_WarningEncountered |
| std::string | m_Message |
| string | m_Message |
Object for intercepting errors thrown by VTK based readers.
Definition at line 351 of file milxGlobal.h.
1.8.13