ParaView
vtkPVEnableStackTraceSignalHandler.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: $RCSfile$
5 
6  Copyright (c) Kitware, Inc.
7  All rights reserved.
8  See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
22 #ifndef vtkPVEnableStackTraceSignalHandler_h
23 #define vtkPVEnableStackTraceSignalHandler_h
24 
25 #include "vtkPVInformation.h"
26 
28 
29 class VTKPVCLIENTSERVERCORECORE_EXPORT vtkPVEnableStackTraceSignalHandler : public vtkPVInformation
30 {
31 public:
34  void PrintSelf(ostream& os, vtkIndent indent);
35 
39  virtual void CopyFromObject(vtkObject*);
40 
44  virtual void AddInformation(vtkPVInformation*) {}
45 
50  virtual void CopyFromStream(const vtkClientServerStream*) {}
51 
52 protected:
55 
56 private:
58  void operator=(const vtkPVEnableStackTraceSignalHandler&) VTK_DELETE_FUNCTION;
59 };
60 
61 #endif
virtual void AddInformation(vtkPVInformation *)
Merge another information object.
Store messages for the interpreter.
virtual void CopyFromStream(const vtkClientServerStream *)
Manage a serialized version of the information.
void operator=(const vtkPVInformation &) VTK_DELETE_FUNCTION
void PrintSelf(ostream &os, vtkIndent indent)
When run on the process it enables a stacktrace signal handler for common errors. ...
virtual void CopyFromObject(vtkObject *)
Transfer information about a single object into this object.
virtual void CopyToStream(vtkClientServerStream *)
Manage a serialized version of the information.
Superclass for information objects.