ParaView
vtkPVDisableStackTraceSignalHandler.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 vtkPVDisableStackTraceSignalHandler_h
23 #define vtkPVDisableStackTraceSignalHandler_h
24 
25 #include "vtkPVInformation.h"
26 
28 
29 class VTKPVCLIENTSERVERCORECORE_EXPORT vtkPVDisableStackTraceSignalHandler : 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  const vtkPVDisableStackTraceSignalHandler&) VTK_DELETE_FUNCTION;
59  void operator=(const vtkPVDisableStackTraceSignalHandler&) VTK_DELETE_FUNCTION;
60 };
61 
62 #endif
virtual void AddInformation(vtkPVInformation *)
Merge another information object.
When run on the process it enables a stacktrace signal handler for common errors. ...
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)
virtual void CopyToStream(vtkClientServerStream *)
Manage a serialized version of the information.
virtual void CopyFromObject(vtkObject *)
Transfer information about a single object into this object.
Superclass for information objects.