vtkPVAlgorithmPortsInformation.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
12 #ifndef vtkPVAlgorithmPortsInformation_h
13 #define vtkPVAlgorithmPortsInformation_h
14 
15 #include "vtkPVInformation.h"
16 #include "vtkRemotingCoreModule.h" //needed for exports
17 
19 {
20 public:
23  void PrintSelf(ostream& os, vtkIndent indent) override;
24 
26 
29  vtkGetMacro(NumberOfOutputs, int);
31 
33 
36  vtkGetMacro(NumberOfRequiredInputs, int);
38 
42  void CopyFromObject(vtkObject*) override;
43 
47  void AddInformation(vtkPVInformation*) override;
48 
50 
53  void CopyToStream(vtkClientServerStream*) override;
54  void CopyFromStream(const vtkClientServerStream*) override;
56 
57 protected:
60 
63 
64  vtkSetMacro(NumberOfOutputs, int);
65 
66 private:
68  void operator=(const vtkPVAlgorithmPortsInformation&) = delete;
69 };
70 
71 #endif
virtual void CopyFromStream(const vtkClientServerStream *)
Manage a serialized version of the information.
void PrintSelf(ostream &os, vtkIndent indent) override
Store messages for the interpreter.
void operator=(const vtkPVInformation &)=delete
#define VTKREMOTINGCORE_EXPORT
virtual void AddInformation(vtkPVInformation *)
Merge another information object.
virtual void CopyToStream(vtkClientServerStream *)=0
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.