vtkPVSILInformation.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkPVSILInformation.h
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 =========================================================================*/
29 #ifndef vtkPVSILInformation_h
30 #define vtkPVSILInformation_h
31 
32 #include "vtkPVInformation.h"
33 #include "vtkRemotingCoreModule.h" //needed for exports
34 #include "vtkSmartPointer.h" // needed for vtkSmartPointer.
35 
36 class vtkGraph;
38 
40 {
41 public:
42  static vtkPVSILInformation* New();
44  void PrintSelf(ostream& os, vtkIndent indent) override;
45 
49  void CopyFromObject(vtkObject*) override;
50 
52 
55  void CopyToStream(vtkClientServerStream*) override;
56  void CopyFromStream(const vtkClientServerStream*) override;
58 
60 
63  vtkGetObjectMacro(SIL, vtkGraph);
65 
67 
70  vtkSubsetInclusionLattice* GetSubsetInclusionLattice() const;
72 
73 protected:
75  ~vtkPVSILInformation() override;
76 
77  void SetSIL(vtkGraph*);
80 
81 private:
83  void operator=(const vtkPVSILInformation&) = delete;
84 };
85 
86 #endif
A directed acyclic graph to manage data hierarchy and relationships between hierarchy nodes...
virtual void CopyFromStream(const vtkClientServerStream *)
Manage a serialized version of the information.
void PrintSelf(ostream &os, vtkIndent indent) override
Store messages for the interpreter.
vtkPVInformation subclass to fetch SIL.
void operator=(const vtkPVInformation &)=delete
#define VTKREMOTINGCORE_EXPORT
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.
vtkSmartPointer< vtkSubsetInclusionLattice > SubsetInclusionLattice