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 
30 {
31 public:
34  void PrintSelf(ostream& os, vtkIndent indent) override;
35 
39  void CopyFromObject(vtkObject*) override;
40 
44  void AddInformation(vtkPVInformation*) override {}
45 
50  void CopyFromStream(const vtkClientServerStream*) override {}
51 
52 protected:
55 
56 private:
58  void operator=(const vtkPVEnableStackTraceSignalHandler&) = delete;
59 };
60 
61 #endif
void PrintSelf(ostream &os, vtkIndent indent) override
void AddInformation(vtkPVInformation *) override
Merge another information object.
Store messages for the interpreter.
void operator=(const vtkPVInformation &)=delete
#define VTKREMOTINGCORE_EXPORT
When run on the process it enables a stacktrace signal handler for common errors. ...
void CopyFromStream(const vtkClientServerStream *) override
Manage a serialized version of the information.
virtual void CopyFromObject(vtkObject *)
Transfer information about a single object into this object.
static vtkObject * New()
Superclass for information objects.
void CopyToStream(vtkClientServerStream *) override
Manage a serialized version of the information.