|
vtkbone
|
a simple observer to catch VTK warnings and errors. More...
#include <vtkboneErrorWarningObserver.h>


Static Public Member Functions | |
| static vtkboneErrorWarningObserver * | New () |
Static Public Member Functions inherited from vtkCommand | |
| static const char * | GetStringFromEventId (unsigned long event) |
| static unsigned long | GetEventIdFromString (const char *event) |
| static const char * | GetStringFromEventId (unsigned long event) |
| static unsigned long | GetEventIdFromString (const char *event) |
Static Public Member Functions inherited from vtkObjectBase | |
| static vtkTypeBool | IsTypeOf (const char *name) |
| static vtkObjectBase * | New () |
| static vtkObjectBase * | New () |
Protected Member Functions | |
| vtkboneErrorWarningObserver () | |
| ~vtkboneErrorWarningObserver () | |
Protected Member Functions inherited from vtkObjectBase | |
| vtkObjectBase () | |
| virtual | ~vtkObjectBase () |
| virtual void | CollectRevisions (ostream &) |
| virtual void | RegisterInternal (vtkObjectBase *, vtkTypeBool check) |
| virtual void | UnRegisterInternal (vtkObjectBase *, vtkTypeBool check) |
| virtual void | ReportReferences (vtkGarbageCollector *) |
| vtkObjectBase (const vtkObjectBase &) | |
| void | operator= (const vtkObjectBase &) |
Protected Attributes | |
| char * | ErrorDescriptions |
| char * | WarningDescriptions |
Protected Attributes inherited from vtkObjectBase | |
| vtkAtomicInt32 | ReferenceCount |
| vtkWeakPointerBase ** | WeakPointers |
Additional Inherited Members | |
Public Attributes inherited from vtkCommand | |
| vtkEventDeclarationMacro(EventIds) protected int | PassiveObserver |
a simple observer to catch VTK warnings and errors.
This class takes no action except to save the description of the error so that it can be retreived later.
Definition at line 29 of file vtkboneErrorWarningObserver.h.
|
protected |
|
protected |
|
inlinestatic |
Definition at line 32 of file vtkboneErrorWarningObserver.h.
|
inline |
Definition at line 36 of file vtkboneErrorWarningObserver.h.
|
virtual |
Implements vtkCommand.
| vtkboneErrorWarningObserver::vtkboneSetStringMacro | ( | ErrorDescriptions | ) |
Set/Get error descriptions.
| vtkboneErrorWarningObserver::vtkboneGetStringMacro | ( | ErrorDescriptions | ) |
|
virtual |
| vtkboneErrorWarningObserver::vtkboneSetStringMacro | ( | WarningDescriptions | ) |
Set/Get warning descriptions.
| vtkboneErrorWarningObserver::vtkboneGetStringMacro | ( | WarningDescriptions | ) |
|
virtual |
|
virtual |
Returns 1 if error occurred.
|
virtual |
Returns 1 if warning occurred.
|
virtual |
Clears stored error and warnings.
|
inlinevirtual |
Definition at line 64 of file vtkboneErrorWarningObserver.h.
|
protected |
Definition at line 70 of file vtkboneErrorWarningObserver.h.
|
protected |
Definition at line 71 of file vtkboneErrorWarningObserver.h.