vtkPVDisableStackTraceSignalHandler.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
10 #ifndef vtkPVDisableStackTraceSignalHandler_h
11 #define vtkPVDisableStackTraceSignalHandler_h
12 
13 #include "vtkPVInformation.h"
14 
16 
18 {
19 public:
22  void PrintSelf(ostream& os, vtkIndent indent) override;
23 
27  void CopyFromObject(vtkObject*) override;
28 
32  void AddInformation(vtkPVInformation*) override {}
33 
38  void CopyFromStream(const vtkClientServerStream*) override {}
39 
40 protected:
42  ~vtkPVDisableStackTraceSignalHandler() override = default;
43 
44 private:
46  void operator=(const vtkPVDisableStackTraceSignalHandler&) = delete;
47 };
48 
49 #endif
void CopyToStream(vtkClientServerStream *) override
Manage a serialized version of the information.
When run on the process it enables a stacktrace signal handler for common errors. ...
void PrintSelf(ostream &os, vtkIndent indent) override
Store messages for the interpreter.
void AddInformation(vtkPVInformation *) override
Merge another information object.
void operator=(const vtkPVInformation &)=delete
#define VTKREMOTINGCORE_EXPORT
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.